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
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
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