mdadm could not bd_claim hda1 error the mdstat shows md0 up and running
this is the first time i have seen this error kernel is 2.6.10 debian/kanotix with raid built in
what does it mean?
this is what i did mdadm --create /dev/md0 --level=1 --raid-devices=2 missing /dev/hdc1 set partition type to fd for both drives mkfs.ext3 /dev/md0 cp -R / /mnt/hdc1
edited grub to boot from hdc1
rebooted
chked mdstat
and checked superblocks with mdadm -E /dev/md0 /dev/hdc
all looked good
mdadm --add /dev/md0 /dev/hda1 failed with mdadm could not bd_claim hda1
md error md_import_device() returned -16
thanks rob - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html