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

Reply via email to