Subject: Re: Attaching additional HDD - such simple(?) thing not without problems
To: Zbigniew Baniewski <zb@ispid.com.pl>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: netbsd-users
Date: 05/24/2006 01:43:55
On Wed, May 24, 2006 at 01:44:48AM +0200, Zbigniew Baniewski wrote:
> But everytime there was effect of "moving" that disklabel digit from 0 to 1.
> I cannot force something like:
> fsck -y /
> mount -u /

Then boot to single-user and run mount -uw /dev/wd1a /
Now you can edit /etc/fstab and chande wd0 to wd1. This should be enough.

Pavel