Gentoo Archives: gentoo-user

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo LVM Newbie Question
Date: Sat, 25 Feb 2006 10:32:11
Message-Id: 440030E4.3000505@mid.message-center.info
In Reply to: Re: [gentoo-user] Gentoo LVM Newbie Question by Jarry
1 Jarry wrote:
2 > Zac Slade wrote:
3 >
4 >> reiser3, resizable online in two ways
5 >> 1)resize_reiserfs /path/to/dev
6 >> 2)mount -o remount,resize /path/to/dev
7 >> XFS, MUST be mounted to resize use xfs_grow /mount/point
8 >> JFS, resizable online with a mount -o remount,resize /path/to/dev
9 >> ext2/3, resizable offline reliably. Online resize is a *very* experimental
10 >> experiment. Have good backups.
11 >
12 > If I understand correctly, it is not worth having lvm2 with ext3, right?
13
14 Well, "not worth" is too hard. One of the main benefits of LVM
15 is, that you can easily extend (and theoretically shrink)
16 filesystems. Since ext* can, in practicallity, only be resized
17 offline, one of the benefits goes away. Also, extending and
18 shrinking ext* takes *AGES*, as you MUST run "e2fsck -f $dev"
19 beforehand.
20
21 > I could not resize /usr or /var off-line,
22
23 That's wrong. I suppose that those are your ext* fs?
24 If so, you can perfectly fine resize those fs while
25 they are offline.
26
27 > and resizing while mounted
28 > is not possible without kernel patch, and still only experimental.
29 > Then maybe I should get rid of lvm2...
30
31 No. Get rid of ext*. reiser3 and xfs are mature, use those
32 instead.
33
34 Alexander Skwar
35 --
36 If you can keep your head when all about you are losing theirs, then
37 you clearly don't understand the situation.
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Gentoo LVM Newbie Question Jarry <jarry@×××.net>