Rishi Chopra wrote:
When I try to mount a CD, I get the following errror:
usha# mount /cdrom cd9660: /dev/acd0: No such file or directory
Any idea what the problem might be?
You should have a line like this in /etc/fstab:
/dev/acd0c /cdrom cd9660 ro,noauto 0 0
Notice the c in /dev/acd0c; that c is possibly missing in your case. Then also verify that /dev/acd0c is there!
Maybe this helps. R. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
