Linux конвертация образа mdf в iso с помощью утилиты iat

iso
Оказалось что конвертировать можно с помощью утилитки iat, соберем ее из исходников

посмотрим параметры командной строки

iat --help
Iso9660 Analyzer Tool 0.1.7
iat is a tool for detecting the structure of many types of image file.
Usage: iat -i [option]
  -h, --help                 Print help and exit
  -V, --version              Print version and exit
OPTIONS:
  -i, --input=image input    A string option for a filename
  -o, --output=image output  A string option for a filename
      --debug                debug image
 Group: Convertion
      --cue                  Create Cuesheet of your image
      --toc                  Create TOC of your image
      --iso                  Create ISO9660 image

конвертируем тестовый образ

iat --iso -i ./test.mdf -o ./test.iso

Поделись с друзьями:

Опубликовано 15.04.2014 в 10:32 · Автор komivlad · Ссылка
Рубрики: ArchLinux, CentOS, Debain, Fedora, FreeBSD, Raspberry Pi, Ubuntu · Теги: , , , , , , ,

Написать комментарий