From owner-freebsd-questions Tue Feb 1 10:44:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by builder.freebsd.org (Postfix) with ESMTP id 988493F05 for ; Tue, 1 Feb 2000 10:44:47 -0800 (PST) Received: from ds.net (i1p92.cmh-oh.ds.net [207.239.205.92]) by s1.ds.net (8.8.5/8.8.5) with ESMTP id NAA12758; Tue, 1 Feb 2000 13:44:36 -0500 (EST) Message-ID: <3897299A.471638BA@ds.net> Date: Tue, 01 Feb 2000 13:44:42 -0500 From: "James A. Mutter" Reply-To: jmutter@ds.net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jerry Lei Cc: freebsd-questions@FreeBSD.ORG Subject: Re: about cdrom References: <20000201180334.75776.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, I installed my FreeBSD3.3 by booting the kernel from IDE cdrom. I have > two IDE cd-roms. Before installation, I took off one of them because FreeBSD > couldn't boot on my machine with 2 cdroms. After I reboot BSD, I try to find > my cdrom under /cdrom. But I can't find it. What could I do to get my cdrom > back? Thanks You need to actually mount the filesystem on the cdrom. Assuming that your CDROM is (a) IDE and (b) located on the second channel of the primary controller this should work for you. mount -t cd9660 /dev/wcd0c /cdrom Try "man mount" or "man mount_cd9660" for more information. Good luck. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message