Hello,
In trying to get a copy of Windows 7 working under qemu today I ran into a bit
of a snag mounting the image.
## giving me a node to play with ...
sudo mdconfig -a -t vnode -f
/tank/extract/7100.0.090421-1700_x64fre_client_en-us_retail_ultimate-grc1culxfrer_en_dvd.iso
-u 0
## and trying to mount md0 :
sudo mount -t cd9660 /dev/md0 /mnt/iso/
## lists only a single file 'readme.txt' :
This disc contains a "UDF" file system and requires an operating system
that supports the ISO-13346 "UDF" file system specification.
## lovely ..
sudo mount -t udf /dev/md0 /mnt/iso/
mount_udf: /dev/md0: Invalid argument
##
Not very helpful ... especially since kldstat shows I have udf.ko loaded.
How can I mount this disc ? Does udf.ko support this format ?
thanks,
Bryant
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"