From owner-freebsd-questions Wed Jun 7 23: 3:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bico-de-lacre.iqm.unicamp.br (bico-de-lacre.iqm.unicamp.br [143.106.51.234]) by hub.freebsd.org (Postfix) with ESMTP id 64B9637B9A1 for ; Wed, 7 Jun 2000 23:03:29 -0700 (PDT) (envelope-from atabraga@bico-de-lacre.iqm.unicamp.br) Received: by bico-de-lacre.iqm.unicamp.br (Postfix, from userid 1001) id 9EB2E197D; Thu, 8 Jun 2000 03:03:27 -0300 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14655.14127.535500.72471@bico-de-lacre.iqm.unicamp.br> Date: Thu, 8 Jun 2000 03:03:27 -0300 (EST) From: Ataualpa Albert Carmo Braga To: questions@freebsd.org Subject: Re: cd rom In-Reply-To: <20000608160853.A1674@jonc.ntdns.wilsonandhorton.co.n> References: <20000608160853.A1674@jonc.ntdns.wilsonandhorton.co.n> X-Mailer: VM 6.75 under Emacs 20.3.1 Reply-To: atabraga@iqm.unicamp.br X-URL: http://www.iqm.unicamp.br Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG on Thursday, 8 Jun 2000 16:08:53, Jonathan Chen wrote: > On Wed, Jun 07, 2000 at 06:53:36PM -0700, Jack Wang wrote: > > Once I install the FreeBSD , does anybody knows how to access > > the cd-rom do I need to mount os just go to /cdrom directory > > > > but When I inserted my cdrom and went to /cdrom it is empty when I do ls > > You have to mount the cdrom before it can be seen by the O/S. If you've > installed the system with a cdrom, you should already have an entry > for it in /etc/fstab; and should be able to just do: > > mount /cdrom > > Otherwise, you'll have to use > > mount_cd9660 /dev/acd0 /cdrom > or mount_cd9660 /dev/cd0 /cdrom Another way (in fact the same) is: mount -t cd9660 /dev/acd0c /cdrom > > depending on whether you've got an ATAPI CDROM reader or a SCSI one. > > Cheers. -- Ataualpa Albert Carmo Braga atabraga@iqm.unicamp.br http://www.iqm.unicamp.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message