public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [OT] Merging lvm partitions
@ 2005-12-12 14:16 Peper
  2005-12-12 17:39 ` Richard Fish
  0 siblings, 1 reply; 5+ messages in thread
From: Peper @ 2005-12-12 14:16 UTC (permalink / raw
  To: gentoo-user

Hello,
are you aware of any app (even for windows - don't kill me :D) that could 
merge partitions of 'Linux LVM' type?

-- 
Best Regards,
Peper
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] [OT] Merging lvm partitions
  2005-12-12 14:16 [gentoo-user] [OT] Merging lvm partitions Peper
@ 2005-12-12 17:39 ` Richard Fish
  2005-12-12 18:27   ` [gentoo-user] " Peper
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Fish @ 2005-12-12 17:39 UTC (permalink / raw
  To: gentoo-user

On 12/12/05, Peper <peper@aster.pl> wrote:
> Hello,
> are you aware of any app (even for windows - don't kill me :D) that could
> merge partitions of 'Linux LVM' type?

Why?  If they really are LVM physical volumes, you can create a single
(or modify an existing) volume group span both, and create or grow
logical volumes without regards to the size of the individual
partitions.

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: [OT] Merging lvm partitions
  2005-12-12 17:39 ` Richard Fish
@ 2005-12-12 18:27   ` Peper
  2005-12-15 11:55     ` Stroller
  2005-12-15 11:57     ` Stroller
  0 siblings, 2 replies; 5+ messages in thread
From: Peper @ 2005-12-12 18:27 UTC (permalink / raw
  To: gentoo-user

> Why?  If they really are LVM physical volumes, you can create a single
> (or modify an existing) volume group span both, and create or grow
> logical volumes without regards to the size of the individual
> partitions.
Just for order. I have 3 LVM partitions only beacause i've cleaned my disk off 
winshit in stages. 
And maybe one more thing: wouldn't it minimize logical volumes fragmentation?

-- 
Best Regards,
Peper
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: [OT] Merging lvm partitions
  2005-12-12 18:27   ` [gentoo-user] " Peper
@ 2005-12-15 11:55     ` Stroller
  2005-12-15 11:57     ` Stroller
  1 sibling, 0 replies; 5+ messages in thread
From: Stroller @ 2005-12-15 11:55 UTC (permalink / raw
  To: gentoo-user


On Dec 12, 2005, at 6:27 pm, Peper wrote:

>> Why?  If they really are LVM physical volumes, you can create a single
>> (or modify an existing) volume group span both, and create or grow
>> logical volumes without regards to the size of the individual
>> partitions.
> Just for order. I have 3 LVM partitions only beacause i've cleaned my 
> disk off
> winshit in stages.

I think the only way to do this is to add a second hard-drive to the 
volume group, move data off the physical volumes of the 3 partitions, 
use `parted` or `cfdisk` to delete the 3 partitions & create a new one, 
then add it back to the volume group & migrate all the data off the new 
disk.... but it would be unusual for anyone to bother to do so (if 
you're not worried about uptime you could prolly just copy the data off 
& back on again). The whole point of LVM is to have the sort of 
convenience that you've experienced during your removal of Windows from 
those partitions

> And maybe one more thing: wouldn't it minimize logical volumes 
> fragmentation?

Interesting question. I would think that the abstraction layer of LVM 
in itself introduces a performance hit, but would guess it's quite 
small. I think the most people using LVM are prepared to sacrifice a 
little performance for its convenience.

Stroller.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: [OT] Merging lvm partitions
  2005-12-12 18:27   ` [gentoo-user] " Peper
  2005-12-15 11:55     ` Stroller
@ 2005-12-15 11:57     ` Stroller
  1 sibling, 0 replies; 5+ messages in thread
From: Stroller @ 2005-12-15 11:57 UTC (permalink / raw
  To: gentoo-user


On Dec 12, 2005, at 6:27 pm, Peper wrote:

>> Why?  If they really are LVM physical volumes, you can create a single
>> (or modify an existing) volume group span both, and create or grow
>> logical volumes without regards to the size of the individual
>> partitions.
> Just for order. I have 3 LVM partitions only beacause i've cleaned my 
> disk off
> winshit in stages.

I think the only way to do this is to add a second hard-drive to the 
volume group, move data off the physical volumes of the 3 partitions, 
use `parted` or `cfdisk` to delete the 3 partitions & create a new one, 
then add it back to the volume group & migrate all the data off the new 
disk.... but it would be unusual for anyone to bother to do so (if 
you're not worried about uptime you could prolly just copy the data off 
& back on again). The whole point of LVM is to have the sort of 
convenience that you've experienced during your removal of Windows from 
those partitions

I forgot  the link when I just sent this message before - I think this 
is the right section of the HOWTO:
http://www.tldp.org/HOWTO/LVM-HOWTO/removeadisk.html

> And maybe one more thing: wouldn't it minimize logical volumes 
> fragmentation?

Interesting question. I would think that the abstraction layer of LVM 
in itself introduces a performance hit, but would guess it's quite 
small. I think the most people using LVM are prepared to sacrifice a 
little performance for its convenience.

Stroller.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-15 12:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-12 14:16 [gentoo-user] [OT] Merging lvm partitions Peper
2005-12-12 17:39 ` Richard Fish
2005-12-12 18:27   ` [gentoo-user] " Peper
2005-12-15 11:55     ` Stroller
2005-12-15 11:57     ` Stroller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox