Gentoo Archives: gentoo-user

From: Joost Roeleveld <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LVM for data drives but not the OS
Date: Sat, 09 Apr 2011 19:35:21
Message-Id: 20110409193341.0C7DE396C@data.antarean.org
In Reply to: Re: [gentoo-user] LVM for data drives but not the OS by Dale
1 On Saturday 09 April 2011 08:04:19 Dale wrote:
2 > Joost Roeleveld wrote:
3 > > Nice :)
4 > >
5 > > Btw, instead of specifying "final" size after resizing, you can actually
6 > > tell it to "add" 20GB by doing:
7 > > lvrextend -L+20G /dev/sdb-vg/test
8 > >
9 > > --
10 > > Joost
11 >
12 > So that was what the howto meant. If I know the total I need then I can
13 > specify it but if I know the amount of extra space I need, I can just do
14 > +XX and it adds it. That's neat. Some coder had his/her thinking hat
15 > on that day.
16
17 For completeness, I just want to add that if there is not sufficient space
18 available in the VG. The command will fail with a message telling you there is
19 not enough room :)
20
21 --
22 Joost