Re: RAID1 kernel module missing?

1999-02-01 Thread Sverker Wiberg
Lawrence Dickson wrote: [...] >PROBLEM: Since the raid has been configured (apparently > successfully) using raidtab, mkraid, and (attempted) raidadd, raidrun, > raidstop, the system will not boot up properly. It keeps saying > > modprobe: can't locate module md-personality-3 > > and droppin

Sun disklabels (Was: Re: RELEASE: RAID-0,1,4,5 patch...)

1999-01-28 Thread Sverker Wiberg
MOLNAR Ingo wrote: > > - James W. Laferriere's <[EMAIL PROTECTED]> BSD disklabels compilation fix Is this to avoid nuking BSD disklabels on raided disks?. If so, is anyone working on Sun disklabels? I'm a bit tired of being told by fdisk -l that "Disk doesn't contain any valid partition table" fo

Endian-bug in raidtools (patch included)

1999-01-27 Thread Sverker Wiberg
The md ioctls expect their extra arguments to be unsigned longs (explicitly converted to kdev_t), while raidtools-0.50beta2 provides ints and dev_ts. As these arguments are covered by an ellipsis in the C prototype, no conversion is done by the compiler. Usually it works out O.K. on little-endian