Уменьшить раздел с LVM
Требуется: уменьшить раздел с LVM без потери данных
Конфигурация следующая:
Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0002ccd6
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 499711 497664 243M 83 Linux
/dev/sda2 501758 500117503 499615746 238.2G 5 Extended
/dev/sda5 501760 500117503 499615744 238.2G 8e Linux LVM
Хочется уменьшить /dev/sda5, чтобы создать ещё 1 раздел вне LVM
lvm> pvdisplay /dev/sda5
--- Physical volume ---
PV Name /dev/sda5
VG Name ubuntu-vg
PV Size 238.24 GiB / not usable 1.00 MiB
...
lvm> vgdisplay ubuntu-vg
--- Volume group ---
VG Name ubuntu-vg
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 1
Max PV 0
Cur PV 1
Act PV 1
VG Size 238.23 GiB
PE Size 4.00 MiB
Total PE 60988
Alloc PE / Size 56968 / 222.53 GiB
Free PE / Size 4020 / 15.70 GiB
Можно ли такое сделать, и как?