This is an old revision of the document!
Logical Volume Manager (LVM)
Resizing Logical Volume (LV)
Unmount LV containing the filesystem which you want to resize.
# umount /dev/lv/home
Check the filesystem with e2fsck first.
# e2fsck -f /dev/lv/home
Resize the filesystem.
# resize2fs /dev/lv/home 9G
Resize LV.
# lvresize -L10G /dev/lv/home
Check the status of the LV.
# lvdisplay /dev/q/home
Check and resize filesystem to the maximum size of LV.
# e2fsck -f /dev/lv/home
# resize2fs /dev/lv/home
doc/lvm.1376614107.txt.gz · Last modified: 2013/08/16 00:48 by
stwn · [
Old revisions]