Problems Mounting CDROM

Rob nospam at users.sourceforge.net
Mon Mar 1 19:50:19 PST 2004


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.


More information about the freebsd-questions mailing list