I seem to be having no luck mounting a dvd iso image, I have verified the sha1sum.
It seems either I am doing something wrong, or this disc has a peculiar layout unsupported by FreeBSD. I'm starting to wonder if the UDF filesystem is supported at all?
Code:
# mdconfig -a -f en_windows_7_ultimate_x64_dvd_x15-65922.iso
md0
# mount_cd9660 /dev/md0 /mnt
# ls -la /mnt
total 4
dr-xr-xr-x 1 root wheel 112 Jul 14 2009 .
drwxr-xr-x 18 root wheel 1024 Jul 31 22:21 ..
-r-xr-xr-x 1 root wheel 135 Jul 14 2009 readme.txt
# cat /mnt/readme.txt
This disc contains a "UDF" file system and requires an operating system
that supports the ISO-13346 "UDF" file system specification.
# umount /dev/md0
# mount_udf /dev/md0 /mnt
mount_udf: /dev/md0: Invalid argument
# mount_udf -v /dev/md0 /mnt
mount_udf: /dev/md0: Invalid argument
# ls /dev/md*
/dev/md0 /dev/mdctl
# file -s /dev/md0
/dev/md0: ISO 9660 CD-ROM filesystem data 'GRMCULXFRER_EN_DVD ' (bootable)
# udfclient /dev/md0
bufcache thread initialising
Opening device /dev/md0
Got error executing SCSI command, assuming IDE disc
UDF: no explicit support for disc devices yet for this operating system.
: No such file or directory
Trying readonly access...
: No such file or directory
UDF: warning... reading/writing on 'disc' device
UDF Dump of disc in device /dev/md0
UDF sessions : No
Resulting list of alive sets :
UDF volume sets marked alive :
Directory listing of /
UDF working directory is /
Current FS working directory /usr/local/sabnzbd/Downloads/complete/en_windows_7_ultimate_x64_dvd_x15-65922
UDF> ls
Directory listing of /
UDF> quit
Closing discs
It seems either I am doing something wrong, or this disc has a peculiar layout unsupported by FreeBSD. I'm starting to wonder if the UDF filesystem is supported at all?