From owner-freebsd-bugs Tue Nov 6 8:20: 7 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 F221A37B419 for ; Tue, 6 Nov 2001 08:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA6GK2f47391; Tue, 6 Nov 2001 08:20:02 -0800 (PST) (envelope-from gnats) Date: Tue, 6 Nov 2001 08:20:02 -0800 (PST) Message-Id: <200111061620.fA6GK2f47391@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ceri Davies Subject: Re: kern/31693: kernel fails to mount root from ufs:/dev/ad2s1a Reply-To: Ceri Davies 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/31693; it has been noted by GNATS. From: Ceri Davies 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 [33416/16/63] at ata0-master UDMA33 > ad1: 39266MB [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 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