user@insfel:~$ sudo mount -o loop image.mdf /media/iso/
mount: you must specify the filesystem type
user@insfel:~$ sudo mount -o loop -t udf,iso9660 image.mdf /media/iso/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
user@insfel:~$ dmesg | tail
[ 3534.903275] UDF-fs: No anchor found
[ 3534.903284] UDF-fs: Rescanning with blocksize 2048
[ 3534.903917] UDF-fs: No anchor found
[ 3534.903923] UDF-fs: No partition found (1)
[ 3664.843754] ISOFS: Unable to identify CD-ROM format
Если конвертировать mdf2iso - ничего не меняется. Как мне оттуда инфу вытянуть?