Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2001 08:20:02 -0800 (PST)
From:      Ceri Davies <setantae@submonkey.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/31693: kernel fails to mount root from ufs:/dev/ad2s1a
Message-ID:  <200111061620.fA6GK2f47391@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/31693; it has been noted by GNATS.

From: Ceri Davies <setantae@submonkey.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc: patric@sonnenwin.de
Subject: Re: kern/31693: kernel fails to mount root from ufs:/dev/ad2s1a
Date: Tue, 06 Nov 2001 16:10:18 +0000

 Are you sure you didn't move any hardware around ?
 
 > ad0: 16446MB <ST317221A> [33416/16/63] at ata0-master UDMA33
 > ad1: 39266MB <IC35L040AVER07-0> [79780/16/63] at ata1-master UDMA33
 > ata0-slave: timeout waiting for command=ef s=00 e=00
 > ata0-slave: timeout waiting for command=ef s=00 e=00
 > acd0: CDROM <Pioneer CD-ROM ATAPI Model DR-A24X 0101> at ata0-slave using BIOSPIO
 > Mounting root from ufs:/dev/ad2s1a
 > Root mount failed: 6
 
 This indicates that you should have a third harddrive with your
 root filesystem on it.
 
 If that's not the case then it seems that ad2 has moved to ad1.
 
 Adding the line :
 options         ATA_STATIC_ID           #Static device numbering
 to your kernel config would help to fix this, as it would hardwire
 that second disk to ad2.
 
 Unfortunately that doesn't help you much at the moment.
 
 Ceri

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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