Mounting CDrom

Phil Schulz ph.schulz at gmx.de
Mon May 24 14:57:48 PDT 2004


Donald Szatkowski wrote:

>  
>I have tried:  mount -t cd9660 /dev/acd0/mnt
>  
>
I think you're missing a space... as root try

mount -t cd9660 /dev/acd0 /mnt

I think this only works on 5.x, on 4.x you'd have to use /dev/acd0c. Or 
read

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT

if you want ordinary users to be able to mount drives.

Phil.


More information about the freebsd-questions mailing list