Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 1997 08:47:50 +0100
From:      j@uriah.heep.sax.de (J Wunsch)
To:        hackers@FreeBSD.ORG
Cc:        bsampley@bsampley.vip.best.com (Burton Sampley)
Subject:   Re: problem mounting /cdrom w/ 2.2.5-R (fwd)
Message-ID:  <19971124084750.LV48775@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.96.971123202253.26165A-100000@bsampley>; from Burton Sampley on Nov 23, 1997 20:35:20 -0800
References:  <Pine.BSF.3.96.971123202253.26165A-100000@bsampley>

next in thread | previous in thread | raw e-mail | index | archive | help
As Burton Sampley wrote:

> I just completed a new install of 2.2.5-R on to a 'virgin' HD at work.
> I'm having a strange problem I don't understand.  If I try to mount a
> cdrom with mount /cdrom (as root) I get the following error:
> 
> root@thingie(101)# mount /cdrom
> cd9660: /dev/cd0a: Device not configured

This corresponds to:

> npx0 flags 0x1 on motherboard
> npx0: INT 16 interface
> changing root device to sd0a
> cd0(ahc0:3:0): NOT READY asc:3a,0 Medium not present
> cd0(ahc0:3:0): NOT READY asc:3a,0 Medium not present

...these medium not present messages.  Somehow, your drive seems to
think twice about whether it's actually got a medium or not.  The way
you invoke the mount command is irrelevant, but those messages are the
indication of the evil that's going on.  Apparently, the drive finally
makes up its mind if you ask it often enough (which incidentally
happened to be an explicit call to mount_cd9660).

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971124084750.LV48775>