Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2000 17:32:29 +1000
From:      Nick Slager <nicks@albury.net.au>
To:        steinyv <steinyv@skyweb.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: /cdrom
Message-ID:  <20000731173229.A93201@albury.net.au>
In-Reply-To: <4.2.0.58.20000731021350.00a12450@mail-hub.optonline.net>; from steinyv@skyweb.net on Mon, Jul 31, 2000 at 02:21:26AM -0400
References:  <4.2.0.58.20000731021350.00a12450@mail-hub.optonline.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake steinyv (steinyv@skyweb.net):

> I installed 4.1 via ftp and compiled the kernel, and everything seems
> alright, but I noticed that I dont have /cdrom, didnt know what was
> going on. thanks

If you're just looking for a mount point for your CD drive, just create
it:

# mkdir /cdrom

If you want, add a line to /etc/fstab like this:

/dev/acd0c		/cdrom	cd9660	ro,noauto	0	0

Assuming you have an IDE CD drive, of course. This way you can mount
your CDs with 'mount /cdrom'.


Nick.

-- 
 From a Sun Microsystems bug report (#4102680):
  "Workaround: don't pound on the mouse like a wild monkey."



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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