[linux-lvm] LVM release

Andreas Dilger adilger at home.com
Sat Feb 5 17:05:52 UTC 2000


Dominic writes:
>  -- The main selling point of LVM on IBM systems was that
>     it allowed resizing file systems while they were on-line;
>     with ext2, that doesn't seem to be possible. So, if they
>     have to be unmounted anyway, why not use GNU parted?
>     Are there plans for on-line resizable file systems
>     in Linux?

The resizing of the JFS filesystems and LVM are actually separate
functions, in both AIX and Linux.  LVM will only resize the "partition"
(LV), while it is up to the filesystem to resize itself.  In AIX, if
you select resizing of the LV (smitty chlv), only the LV will grow and
you will have wasted a bunch of space.  If you select resizing of the
filesystem (smitty chjfs) it will do the resize of the LV first for you,
and then resize the filesystem.

You CAN resize mounted ext2 partitions with a kernel patch to the ext2
sources, and some user space tools to help you along.  The kernel patch
is at http://www-mddsp.enel.ucalgary.ca/People/adilger/online-ext2/, and
user-space tools (ext2online and ext2prepate) are part of ext2resize,
which is part of the GNU parted you refer to above.

Cheers, Andreas
-- 
Andreas Dilger  \ "If a man ate a pound of pasta and a pound of antipasto,
                 \  would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/               -- Dogbert



More information about the linux-lvm mailing list