mounting udf

Lev leventelist at gmail.com
Sat Dec 19 19:49:29 UTC 2015


On Sat, 19 Dec 2015 19:10:10 +0100
Polytropon <freebsd at edvax.de> wrote:

> On Sat, 19 Dec 2015 17:16:51 +0100, Lev wrote:
> > I try to mount an UDF DVD, and I get this:
> > 
> > mount_udf: /dev/cd0: Invalid argument
> > 
> > I have this is in my loader.conf:
> > 
> > atapicam_load="YES"
> > hw.ata.atapi_dma="1"
> 
> Which FreeBSD version are you using? ATAPICAM has been
> deprecated, CAM is the default now.
> 
> In case you'd actually use ATAPI, try this:
> 
> 	# mount_udf -r /dev/acd0 /mnt
> 
> But note that /dev/cd0 would be the correct device on
> recent FreeBSD versions; there,
> 
> 	# mount_udf -r /dev/cd0 /mnt
> 
> should work. If not... maybe FUSE is the way to go?
> 
> 
> 
> > What do I miss?
> 
> FreeBSD version and complete mount command. :-)
 
I have

10.2-RELEASE-p2
 
and I used 

mount /dev/cd0 /mnt

same result with

mount -t udf /dev/cd0 /mnt

or

mount_udf /dev/cd0 /mnt

command.

-r doesn't change anything. (mount_udf doesn't really have that option.)

Ok. So should it work out of the box?

Thanks,
Levente

-- 
73 de HA5OGL
Op.: Levente


More information about the freebsd-questions mailing list