Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Mar 2004 12:50:18 +0900
From:      Rob <nospam@users.sourceforge.net>
To:        Rishi Chopra <rchopra@cal.berkeley.edu>, freebsd-questions@freebsd.org
Subject:   Re: Problems Mounting CDROM
Message-ID:  <4044047A.7020906@users.sourceforge.net>
In-Reply-To: <404402DE.7040201@cal.berkeley.edu>
References:  <404402DE.7040201@cal.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4044047A.7020906>