From owner-freebsd-questions Sun Jul 6 00:41:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA12669 for questions-outgoing; Sun, 6 Jul 1997 00:41:02 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA12661 for ; Sun, 6 Jul 1997 00:40:55 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA10831; Sun, 6 Jul 1997 10:39:05 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma010829; Sun Jul 6 10:38:51 1997 Message-ID: <33BF4B6B.648D@barcode.co.il> Date: Sun, 06 Jul 1997 10:38:19 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: guelph@tpts5.seed.net.tw CC: freebsd-questions@FreeBSD.ORG Subject: Re: help! References: <33BF240A.7A37@tpts5.seed.net.tw> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gordon Wang wrote: > > Dear Sir > I have a directory /cdrom in my FreeBSD 2.2.1. > When I tried to see files on my cd-rom disk by "ls /cdrom", > I didn't see anything displayed. > I think I should mount the CD-ROM. > What should I do to mount my NEC IDE 8x CD-ROM to my FreeBSD 2.2.1? mount -t cd9660 /dev/wcd0c /cdrom You can also put the appropriate line into /etc/fstab, in which case this would become: mount /cdrom See man mount, man fstab > > Thanks for your help > > Gordon Nadav