Support of UDF ISO-13346 on 7.1-RELEASE-p2

perryh at pluto.rain.com perryh at pluto.rain.com
Sun Jul 19 22:13:50 UTC 2009


Bryant Eadon <bryant.eadon at gmail.com> wrote:
...
>    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.

Did you remember to

  sudo umount /dev/md0

before attempting to mount it as udf?  It can't be mounted as both
types at the same time :)


More information about the freebsd-questions mailing list