Date: Tue, 01 Feb 2000 13:44:42 -0500 From: "James A. Mutter" <jmutter@ds.net> To: Jerry Lei <tylei@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: about cdrom Message-ID: <3897299A.471638BA@ds.net> References: <20000201180334.75776.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3897299A.471638BA>