lsblk
lvs --segments -o +devices
pvdisplay -m
/dev/sdb1
(Optionally you can pass a drive too)pvs -o pv_name,vg_name
vgck -d VG
lvscan
lvchange -ay /dev/VG/...
fsck /dev/VG/...
fsck -fy /dev/VG/...
vgchange -an VG
vgremove VG
pvremove PV
gdisk /dev/DISK...
I've done it under proxmox shell, not from a livecd? Is it a problem?Meh, read again the previous post and find your error xD
And additional to that, dunno why you want an ext2 check on a inactive vg xD
fsck /dev/VG/...
fsck /dev/bigdata/vm-105-disk-0
apt-get install kpartx
lvscan
mkdir -p /mnt/vm105
mount /dev/bigdata/vm-105-disk-0 /mnt/vm105
qm resize 105 virtio0 +224G
We use essential cookies to make this site work, and optional cookies to enhance your experience.