convert full-disk RAID5 array to partition-based array?
Posted
by
Delan Azabani
on Super User
See other posts from Super User
or by Delan Azabani
Published on 2010-12-23T02:05:14Z
Indexed on
2010/12/23
2:56 UTC
Read the original article
Hit count: 284
I have a RAID 5 array, md0
, with three full-disk (non-partitioned) members, sdb
, sdc
, and sdd
. My computer will hang during the AHCI BIOS if AHCI is enabled instead of IDE, if these drives are plugged in. I believe it may be because I'm using the whole disk, and the AHCI BIOS expects an MBR to be on the drive (I don't know why it would care).
Is there a way to convert the array to use members sdb1
, sdc1
and sdd1
, partitioned MBR with 0xFD
RAID partitions?
© Super User or respective owner