Is it possible to change the chunk size on an existing software raid 0 array?

Operating system: Ubuntu 10.04 64bit

Mdadm Version: Version : 2.6.7.1

Kernel:2.6.32-33

link|improve this question

17% accept rate
What is the purpose of your RAID0 - why do you want to change the chunk-size and how many physical disks are involved or available? – Nils Aug 27 '11 at 20:21
feedback

2 Answers

It depends on kernel version and mdadm version. The fastest way to check is to search mdadm manual for chunk-size. mdadm manual from Fedora 15 has a CHUNK-SIZE AND LAYOUT CHANGES section.

link|improve this answer
feedback

You can make it a raid 10 with a new raid0 that has your wantet chunk-size. After that you can degrade to raid0 again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.