mounting udf
    Polytropon 
    freebsd at edvax.de
       
    Sat Dec 19 18:10:20 UTC 2015
    
    
  
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. :-)
-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
    
    
More information about the freebsd-questions
mailing list