From owner-freebsd-questions Wed Jul 18 6: 5:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id DBEDD37B405 for ; Wed, 18 Jul 2001 06:05:12 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.4/8.11.4) id f6ID51A97897; Wed, 18 Jul 2001 09:05:01 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] Mounting cdrom - failing References: <20010717152300.20571.qmail@web9302.mail.yahoo.com> From: Lowell Gilbert Date: 18 Jul 2001 09:05:01 -0400 In-Reply-To: radhika_narendran@yahoo.com's message of "17 Jul 2001 17:23:19 +0200" Message-ID: <44puayjsle.fsf@lowellg.ne.mediaone.net> Lines: 24 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG radhika_narendran@yahoo.com (Radhika Sambamurti) writes: > I am trying to mount my cdrom drive and every time I give > the command: mount -t cd9660 /dev/cd0a /cdrom > it comes back with the error: cd9660: device not configured > I also tried it with /dev/cd1a and /dev/cd1b. > the mount for cdrom line is not present in my fstab file. > > Any help on this would be appreciated. To start with: http://www.lemis.com/questions.html The approach to your problem depends completely on what kind of CDROM drive you have. The device names you're trying are for SCSI CDROM drives; if you have some other sort of drive (ATAPI are most common), then the device names are definitely wrong. Look at the dmesg(8) output to see what the kernel recognized. A typical cheap PC probably has a single ATAPI CDROM drive. In that case, the kernel will probably recognize it as acd0, and therefore you would mount an ISO 9660 disk as acd0c. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message