* [gentoo-amd64] lvm2 resize and loading
@ 2007-10-21 18:57 Beso
2007-10-21 19:11 ` Mike Williams
0 siblings, 1 reply; 2+ messages in thread
From: Beso @ 2007-10-21 18:57 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
i have some little issues with my lvm volumes. i passed today to lvm2 and i
had some problems at first with their loading (i had to put /sin/vgchange -a
y into the modules service which started at boot) but that let's say it's
resolved. i've later seen that i have a small partition with only 1gb of
free space, and i'd like to resize it. i have the lvm filled but i have
another partition that is empty. so i can resize it down and then resize the
other. the filesystem i use is reiserfs v3.6 with r5 hash and ordered mode.
i have the tail option enabled also.
is there a way to fix the first problem and to resize the partitions in a
safe way?!
--
dott. ing. beso
[-- Attachment #2: Type: text/html, Size: 710 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-amd64] lvm2 resize and loading
2007-10-21 18:57 [gentoo-amd64] lvm2 resize and loading Beso
@ 2007-10-21 19:11 ` Mike Williams
0 siblings, 0 replies; 2+ messages in thread
From: Mike Williams @ 2007-10-21 19:11 UTC (permalink / raw
To: gentoo-amd64
On Sunday 21 October 2007 19:57:44 Beso wrote:
> i have some little issues with my lvm volumes. i passed today to lvm2 and i
> had some problems at first with their loading (i had to put /sin/vgchange
> -a y into the modules service which started at boot) but that let's say
> it's resolved. i've later seen that i have a small partition with only 1gb
> of free space, and i'd like to resize it. i have the lvm filled but i have
> another partition that is empty. so i can resize it down and then resize
> the other. the filesystem i use is reiserfs v3.6 with r5 hash and ordered
> mode. i have the tail option enabled also.
> is there a way to fix the first problem and to resize the partitions in a
> safe way?!
resize_reiserfs -snewsmallersizeG /dev/vgblah/lvlarge
lvresize -LnewsmallersizeG /dev/vgblah/lvlarge
lvresize -LnewlargersizeG /dev/vgblah/lvsmall
resize_reiserfs -snewlargersizeG /dev/vgblah/lvsmall
Both -s and -L take + and - sizes to increase or decrease the size.
--
Mike Williams
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-21 19:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21 18:57 [gentoo-amd64] lvm2 resize and loading Beso
2007-10-21 19:11 ` Mike Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox