Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2009 11:04:18 -0400
From:      Bryant Eadon <bryant.eadon@gmail.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Support of UDF ISO-13346 on 7.1-RELEASE-p2
Message-ID:  <4A6335F2.3040007@gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A6335F2.3040007>