From owner-freebsd-questions Mon Jan 31 11:53:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 1A7B614FAE for ; Mon, 31 Jan 2000 11:53:55 -0800 (PST) (envelope-from jmutter@ds.net) Received: from ds.net (i1p69.cmh-oh.ds.net [207.239.205.69]) by s1.ds.net (8.8.5/8.8.5) with ESMTP id OAA13777; Mon, 31 Jan 2000 14:53:42 -0500 (EST) Message-ID: <3895E850.D4003B65@ds.net> Date: Mon, 31 Jan 2000 14:53:52 -0500 From: "James A. Mutter" Reply-To: jmutter@ds.net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Morgan Cc: "'freebsd-questions@freebsd.org'" Subject: Re: wd0 or wd1 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > When i first setup Fbsd I had it on a separate hard drive as wd1, I > also had NT server on a separate drive as wd0. Now I have Fbsd as the > only drive in the box and i get the following errors on boot up. > > changing root device to wd0s1a > swapon: /dev/wd1s1b: Device not configured > Automatic reboot in progress ... > Cant open /dev/rwd1s1a: Device not configured > /dev/rwds1a: CAN'T CHECK FILE SYSTEM > /dev/rwd1a1z: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > Automatic file system check failed... help! > Enter full pathname of shull or RETURN for /bin/sh: > Probably need to change the drive entries in /etc/fstab. It should be as simple as replacing the first occurrence of '1' with '0'. Example: /dev/rwds1a -> /dev/rwds0a. You might need to change this in the kernel config as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message