From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 14:53:41 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 A287E37B401 for ; Fri, 18 Apr 2003 14:53:41 -0700 (PDT) Received: from newtonsecond.com (adsl-63-207-117-158.dsl.snfc21.pacbell.net [63.207.117.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED14543FD7 for ; Fri, 18 Apr 2003 14:53:40 -0700 (PDT) (envelope-from tristan11@mindspring.com) Received: from [12.43.53.1] (account michelle HELO mindspring.com) by newtonsecond.com (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 581628; Fri, 18 Apr 2003 14:53:40 -0700 Date: Fri, 18 Apr 2003 14:53:41 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) To: Paul Tsai From: Michelle Weeks In-Reply-To: <3EA07197.2090809@lehigh.edu> Message-Id: <37F128A8-71E8-11D7-9E6F-000393843210@mindspring.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) 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: Fri, 18 Apr 2003 21:53:42 -0000 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" > >