From owner-freebsd-bugs Wed Dec 12 7:20:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3902A37B405 for ; Wed, 12 Dec 2001 07:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBCFK3H14989; Wed, 12 Dec 2001 07:20:03 -0800 (PST) (envelope-from gnats) Date: Wed, 12 Dec 2001 07:20:03 -0800 (PST) Message-Id: <200112121520.fBCFK3H14989@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: kern/30817: Addition to kern/28166: impossibility of mounting CD-ROM Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30817; it has been noted by GNATS. From: Peter Pentchev To: Eugene Grosbein Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/30817: Addition to kern/28166: impossibility of mounting CD-ROM Date: Wed, 12 Dec 2001 16:31:38 +0200 On Tue, Sep 25, 2001 at 10:34:31PM +0800, Eugene Grosbein wrote: > > >Number: 30817 > >Category: kern > >Synopsis: Addition to kern/28166: impossibility of mounting CD-ROM > >Originator: Eugene Grosbein > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > ISP Svyaz Service > >Environment: > System: FreeBSD 4.4-STABLE #0: Thu Sep 20 19:58:56 KRAST > ATAPI CD-ROM > > >Description: > It is impossible to mount CD-ROM in some cases. > > >How-To-Repeat: > 1. Insert any CD-ROM into drive. > Make shure it can be mounted: > > # mount -t cd9660 /dev/acd0a /cdrom > # umount /cdrom > > 2. Now eject tray manually using 'eject' button of front panel of drive > Then insert in back using command: > > # cdcontrol -f /dev/acd0a close > > 3. Now it's impossible to mount CD-ROM: > > # mount -t cd9660 /dev/acd0a /cdrom > cd9660: /dev/acd0a: Device busy > > You have to eject and reinsert CD manually to revive your drive. Are you sure that this 'Device busy' did not occur during the sense period, while the drive itself was trying to find out what kind of disc you had just popped in? Wait a few seconds (usually until the light on the drive stops blinking) and try mounting it again. G'luck, Peter -- If this sentence didn't exist, somebody would have invented it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message