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 02:22:25
On Wed, May 24, 2006 at 02:09:35AM +0200, Zbigniew Baniewski wrote:
> Or perhaps there is possible a "quick fix" like passing a parameter to LILO,
> I mean something like: "root=/dev/hdx" under Linux? Just to enforce the new
> drive label.

Root is actually the correct drive, you don't need any root=/...

(but if you need it, you can boot with -a and the kernel will ask for the
root device.)

The problem is that /etc/fstab does not match, and this can't be fixed by
an equivalent of root=/...

You would get the same problem in Linux in different situations, e.g. if
you copy the system from ATA to SCSI, or move the drive to a different
controller.

Pavel