Installing RAID question.

Matthew Seaman m.seaman at infracaninophile.co.uk
Wed Apr 28 07:33:54 PDT 2004


On Wed, Apr 28, 2004 at 08:29:39AM -0500, Chris Collins wrote:

> Has anybody installed a RAID card into a running/production FBSD 4.8 machine? 
> I am just wondering if the drive name will change? and if updating the fstab 
> file is all that is needed aside from the kernel configuration. My raid card 
> does not require the drive to be init to enable mirroring.

Yes, this is a well known problem -- it's not just adding new RAID
controllers that can cause it.  Even something as simple as plugging
in a USB disk before booting can cause the 'da0' device to be usurped.
In order to prevent it, you can "wire down" your current root drive to
be da0 in your kernel configuration -- see the section "SCSI DEVICE
CONFIGURATION" in LINT for details.  Something like this
should do the trick:

    device scbus0 at ahc0
    device da0 at scbus0 target 0 unit 0

Which says that your first ahc(4) SCSI controller has the first SCSI
bus on the machine, and that da0 lives on that bus at the given target
and unit numbers.

	Cheers,

	Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040428/5e56b0e3/attachment.bin


More information about the freebsd-questions mailing list