Revision [3493]
Last edited on 2009-08-17 20:47:20 by WikiAdminAdditions:
If you have ext3, you may use ext2online to enlarge your filesystem while it's mounted
ext2online /dev/sda1
Otherwise, run fs check and then resize2fs.
ext2online /dev/sda1
Otherwise, run fs check and then resize2fs.
Deletions:
Revision [2212]
Edited on 2009-02-20 01:54:39 by WikiAdminAdditions:
===Shrinking Linux fs with LVM===
Shrink a partition from 20G to 10G:
resize_reiserfs -s 10G /dev/mapper/vg01-roothome
lvresize -L10G /dev/vg01/roothome
Shrink a partition from 20G to 10G:
resize_reiserfs -s 10G /dev/mapper/vg01-roothome
lvresize -L10G /dev/vg01/roothome