Bryant Eadon <[email protected]> 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 :) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
