[linux-lvm] extending a logical volume

Pierrick PONS ppons at cvf.fr
Wed Jan 23 09:09:02 UTC 2002


To conclude on this subject, here is what I've done.
I've extended my ext3 partition offline and not online.
These commands are easy but maybe they will help some persons. They would have 
helped me ...


lvextend -L+200 /dev/testlvm/testlv
lvscan
umount /dev/testlvm/testlv 

e2fsck -f /dev/testlvm/testlv 
resize2fs -d -p /dev/testlvm/testlv
mount /dev/testlvm/testlv /mnt/lvm  
df -k


Hope this will help some user, if it's not the case sorry to put a so newbie 
post.


Regards.




-- 
Pierrick PONS
CVF Bordeaux
mail: ppons at cvf.fr





More information about the linux-lvm mailing list