On 7/21/2011 5:27 AM, Mikael Abrahamsson wrote: > On Thu, 21 Jul 2011, Stan Hoeppner wrote: > >> 1. Can one create a RAID5 from bare (partition-less) AF drives and >> avoid the read-modify-write problem? > > Yes, that's what I always do. Ok, good. >> 2. Or is one required to assemble the array from properly aligned >> partitions created on each drive? > > No. Great. Ok. Pol, keep in mind that all drives must be identical size when creating an array on raw disks. You said you're now working with 6 identical WD drives so this shouldn't be an issue. After you shutdown and delete the current array, wipe all existing partitions and partition tables from these drives before creating the raw disk array. Use: ~$ dd if=/dev/zero of=/dev/sdX bs=512 count=1 Do this once for each drive, replacing 'X' with the proper letter. Then create your new RAID5 array using sd[a,b,c,d,e,f]. Good luck. -- Stan -- 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