Hello ! Thank you both for your answer. Marek, I've checked the grow mdadm option. Here is what the manpage said about it : "Normally when an array is built the "size" it taken from the smallest of the drives. If all the small drives in an arrays are, one at a time, removed and replaced with larger drives, then you could have an array of large drives with only a small amount used. In this situation, changing the "size" with "GROW" mode will allow the extra space to start being used. If the size is increased in this way, a "resync" process will start to make sure the new parts of the array are synchronised. Note that when an array changes size, any file system that may be stored in the array will not automatically grow to use the space. The filesystem will need to be explicitly told to use the extra space." So if my kernel revision support it, I should change one disc at a time, with the 2 bigger disks, wait for synchronization after every change, then ask the array to grow to reach the disks boundaries (I'll make the second partition up to the physical end of the disk). If everything works, I just have to pvresize the above PV to get the extra space available... If something goes south, I will still have the original 160GB disk available to start again, I hope (I do not know what exactly does the mdadm --fail command on the actual disk and data...). I would greatly appreciate a comment from a person actually having dealt with such issues ;-) I know I'm some sort of a coward here..... But I would not like loosing data ~:-) Thanks ! ----- Mail Original ----- De: "Marek Podmaka" <marki@marki-online.net> Ã: "LVM general discussion and development" <linux-lvm@redhat.com> EnvoyÃ: Mardi 7 DÃcembre 2010 08h31:34 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: A hint on a process Hello, Tuesday, December 7, 2010, 2:13:35, Stuart D Gathman wrote: > Your method will fail because the raid superblock is at the end of the > partition. I think it should be possible - just create bigger partition on the bigger drive, synchronize, replace 2nd drive (also with bigger partition), synchronize and then use mdadm --grow, which should grow the md1 device to the full partition size. Then pvresize to resize the PV inside VG and use can use the extra space. -- bYE, Marki _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/ _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/