* [linux-lvm] How to resize a PV partition
@ 2005-04-23 15:44 Erik Meitner
2005-04-26 3:14 ` Chung Hsien Hu
0 siblings, 1 reply; 2+ messages in thread
From: Erik Meitner @ 2005-04-23 15:44 UTC (permalink / raw)
To: linux-lvm
Hello,
I have a disk partition(type 0x8e) that is the single PV for the VG
where my other partitions reside. I would like to recover the unused PEs
from this PV and use them to create a non-LVM regular parition at the
end of the disk. How do I:
B) move used PEs from the 'end' of the PV so that it can be resized?
A) resize the PV (previous messages suggest vgcfgbackup, edit backup
file, vgcfgrestore)
C) resize the type 0x8e partition?(parted won't do it)
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-lvm] How to resize a PV partition
2005-04-23 15:44 [linux-lvm] How to resize a PV partition Erik Meitner
@ 2005-04-26 3:14 ` Chung Hsien Hu
0 siblings, 0 replies; 2+ messages in thread
From: Chung Hsien Hu @ 2005-04-26 3:14 UTC (permalink / raw)
To: LVM general discussion and development
I think the possible ways is:
1. Reduce the filesystem(resize2fs) to some minimal capacity a bit
larger than the used size.
2. Do vgcfgbackup. Rename the backup file (for later use)
3. Recreate a smaller partition(larger than the filesystem capacity),
and the new non-LVM
regular partition next to it.
4. Recreate an new PV on the partition(pvcreate -ff), and than create a
VG with the orignal name.
5. Do vgcfgbackup again, use this PV information of Size and UUID to
modify the old backup.
6. Restore LVM with the modified old backup file.
Erik Meitner wrote:
>Hello,
>I have a disk partition(type 0x8e) that is the single PV for the VG
>where my other partitions reside. I would like to recover the unused PEs
>from this PV and use them to create a non-LVM regular parition at the
>end of the disk. How do I:
>B) move used PEs from the 'end' of the PV so that it can be resized?
>A) resize the PV (previous messages suggest vgcfgbackup, edit backup
>file, vgcfgrestore)
>C) resize the type 0x8e partition?(parted won't do it)
>
>Thanks.
>
>_______________________________________________
>linux-lvm mailing list
>linux-lvm@redhat.com
>https://www.redhat.com/mailman/listinfo/linux-lvm
>read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
>
>
--
Mozo Hu. mozo@coventive
R&D Assistant Manager, Coventive Advance Technologies
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-26 3:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-23 15:44 [linux-lvm] How to resize a PV partition Erik Meitner
2005-04-26 3:14 ` Chung Hsien Hu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.