From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 09:44:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B0537B40E for ; Mon, 21 Apr 2003 09:44:18 -0700 (PDT) Received: from bender.iteso.mx (bender.iteso.mx [148.201.1.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F042A43FD7 for ; Mon, 21 Apr 2003 09:44:12 -0700 (PDT) (envelope-from eric@iteso.mx) Received: from bender.iteso.mx (localhost [127.0.0.1])h3LGi6Ji001395; Mon, 21 Apr 2003 11:44:06 -0500 Received: (from www-data@localhost) by bender.iteso.mx (8.12.3/8.12.3/Debian-6.3) id h3LGi5Bf001393; Mon, 21 Apr 2003 11:44:05 -0500 X-Authentication-Warning: bender.iteso.mx: www-data set sender to eric@iteso.mx using -f Received: from 148.233.11.181 ( [148.233.11.181]) as user eric@iteso.mx by correo.iteso.mx with HTTP; Mon, 21 Apr 2003 11:44:05 -0500 Message-ID: <1050943445.3ea41fd5d041d@correo.iteso.mx> Date: Mon, 21 Apr 2003 11:44:05 -0500 From: eric@iteso.mx To: Michelle Weeks References: <37F128A8-71E8-11D7-9E6F-000393843210@mindspring.com> In-Reply-To: <37F128A8-71E8-11D7-9E6F-000393843210@mindspring.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 148.233.11.181 cc: Paul Tsai cc: freebsd-questions@freebsd.org Subject: Re: cdrom - device not configured error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:44:18 -0000 You can try: mount -t cd9660 /dev/acd0c /mnt and see what happend! try also /dev/acd0a just in case. cd to the /mnt directorio an type "ls" see what happend then. hope this helps! greetings from Merida, Yucatan, Mexico. P.D. try to unmount fist (in case the cd is already mounted with other filesystem), an the mount again. Mensaje citado por Michelle Weeks : > paul, > thank you for your response. i have tried both mount _cd9660 > /dev/acd0c /cdrom as well as mount /cdrom since this is the mount point > listed in the fstab for acd0c and i still get the same error. > > On Friday, April 18, 2003, at 02:43 PM, Paul Tsai wrote: > > > hey michelle, > > > > First off for mounting cd's in freebsd I believe you type > > mount_cd9660 /dev/acd0c > > > > Now to avoid all that typing you can check your fstab file in your > > /etc directory > > if there is an entry for your device (/dev/acd0c) all you need to do > > to nmount it is type > > > > mount > > e.g. mount /cdrom > > > > Hope this helps > > > > Paul > > > > Michelle Weeks wrote: > > > >> i'm trying to mount /dev/acd0c and i keep getting the error "device > >> not configured". the freebsd handbook states that either the drive > >> does not think there is a cd in the tray or the machine can't see the > >> drive on the bus. i've put the cd in the tray several times, tried > >> multiple cds that can be read by another freebsd machine and still > >> the error "device not configured". this is a production server and i > >> would like to avoid bringing the server down if at all possible. is > >> there a way to tell if the machine can see the cdrom drive on the > >> bus? or is there something else that could be causing this behavior? > >> > >> thanks in advance for any help or advice. > >> > >> -michelle > >> > >> _______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to > >> "freebsd-questions-unsubscribe@freebsd.org" > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ---