From owner-freebsd-questions Mon Jul 31 0:32:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id 30C6E37B642 for ; Mon, 31 Jul 2000 00:32:38 -0700 (PDT) (envelope-from nicks@giroc.albury.net.au) Received: (from nicks@localhost) by giroc.albury.net.au (8.9.3/8.9.3) id RAA96953; Mon, 31 Jul 2000 17:32:29 +1000 (EST) Date: Mon, 31 Jul 2000 17:32:29 +1000 From: Nick Slager To: steinyv Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /cdrom Message-ID: <20000731173229.A93201@albury.net.au> References: <4.2.0.58.20000731021350.00a12450@mail-hub.optonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i 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 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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