Is it possible to use Linux software raid with different sized hard drives? What will happen?
|
feedback
|
|
Yes it is possible. Linux software raid works at the partition level not disk level. Yyou have to use partitions with the same size on both disks wasting space on the larger disk. From a theoretical point of view you could even use multiple partitions from the same disk but this is not recommended and it will decrease the reliability. | |||||||
feedback
|
|
yes, if you partition the disks to be the same size. Basically what'll happen is the usable area of each disk will equal the size of the smallest. | |||
|
feedback
|