Philippe Meunier said:
> # mount_udf /dev/vnd0a /mnt
>
> FSD does not lie within the partition!
> mount_udf: mount: Invalid argument
> #
AFAIR mount_udf doesn't support the newer versions of UDF. One of such
versions is used in Windows installation disks.
> So... how do I access the UDF file system on such a DVD ISO image?
You may use p7zip package (archivers/p7zip in ports):
$ 7z l windows_7_x64_hp.iso
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)
Listing archive: windows_7_x64_hp.iso
--
Path = windows_7_x64_hp.iso
Type = Udf
Comment = GRMCHPXFRER_RU_DVD
Cluster Size = 2048
Created = 2009-07-14 19:57:19
Date Time Attr Size Compressed Name
------------------- ----- ------------ ------------ ------------------------
2009-07-14 19:57:19 ..... 122 2048 autorun.inf
2009-07-14 19:57:19 D.... boot
2009-07-14 19:57:19 ..... 262144 262144 boot/bcd
2009-07-14 19:57:19 ..... 3170304 3170304 boot/boot.sdi
2009-07-14 19:57:19 ..... 1024 2048 boot/bootfix.bin
2009-07-14 19:57:19 ..... 112640 112640 boot/bootsect.exe
2009-07-14 19:57:19 ..... 4096 4096 boot/etfsboot.com
2009-07-14 19:57:19 D.... boot/fonts
[...]
2009-07-14 19:57:19 D.... upgrade
2009-07-14 19:57:19 D.... upgrade/netfx
2009-07-14 19:57:19 ..... 5922304 5922816 upgrade/netfx/netfx.msi
2009-07-14 19:57:19 ..... 19210240 19210240 upgrade/netfx/netfx.msp
2009-07-14 19:57:19 ..... 16901553 16902144 upgrade/netfx/netfx1.cab
2009-07-14 19:57:19 ..... 73728 73728
upgrade/netfx/netfxupdate.exe
------------------- ----- ------------ ------------ ------------------------
3167275251 3168047104 874 files, 199 folders
--
Dmitrij D. Czarkoff