Jarry wrote:
> Zac Slade wrote:
> 
>> reiser3, resizable online in two ways 
>>      1)resize_reiserfs /path/to/dev 
>>      2)mount -o remount,resize /path/to/dev
>> XFS, MUST be mounted to resize use xfs_grow /mount/point
>> JFS, resizable online with a mount -o remount,resize /path/to/dev
>> ext2/3, resizable offline reliably.  Online resize is a *very* experimental 
>> experiment.  Have good backups.
> 
> If I understand correctly, it is not worth having lvm2 with ext3, right?

Well, "not worth" is too hard. One of the main benefits of LVM
is, that you can easily extend (and theoretically shrink)
filesystems. Since ext* can, in practicallity, only be resized
offline, one of the benefits goes away. Also, extending and
shrinking ext* takes *AGES*, as you MUST run "e2fsck -f $dev"
beforehand.

> I could not resize /usr or /var off-line,

That's wrong. I suppose that those are your ext* fs?
If so, you can perfectly fine resize those fs while
they are offline.

> and resizing while mounted
> is not possible without kernel patch, and still only experimental.
> Then maybe I should get rid of lvm2...

No. Get rid of ext*. reiser3 and xfs are mature, use those
instead.

Alexander Skwar
-- 
If you can keep your head when all about you are losing theirs, then
you clearly don't understand the situation.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to