Subject: Another FS/disk question....
To: None <port-macppc@netbsd.org>
From: Donald Lee <MacPPC@caution.icompute.com>
List: port-macppc
Date: 07/09/2003 08:42:40
My Beige G3 has 2 Seagate Cuda's (80Gb) in it.  One
on the internal IDE bus, and the other is on a Sonnett ATA/133
card.

This is an OF 2.4 machine (Cool!).  It boots, even!

When it boots, I tell OF that it should boot from "ide0/@0,0" (I think...
It's ide0 in any case)

This worked fine until I put in the PCI ATA/133 card.  Now the Cuda on the
PCI card comes up under NetBSD as wd0, though OF still sees it as
/pci@xxx/blah/blah/blah.  So my "boot" drive to OF comes up as /dev/wd1.

What I did was simply change /etc/fstab to get /, /usr, and /home from
/dev/wd1a, wd1g, and wd1h.

My question is: is this a stable, reliable setup?

Did I do it right?

Thanks,

-dgl-