You are not allowed to perform this action
linuxresizepartition
Resizing partitions on Linux
Resize encrypted filesystem within Cryptsetup/LVM2
lvextend -l +100%FREE /dev/mapper/webster-websterlvcryptsetup resize webstere2fsck -f /dev/mapper/websterresize2fs /dev/mapper/webster
Resize partition/container/file system
- Extend the partition itself
growpart /dev/sda 3 - Extend the logical volume
lvextend -l +100%FREE /dev/mapper/ubuntu–vg-ubuntu–lv - Resize the FS
resize2fs /dev/mapper/ubuntu–vg-ubuntu–lv
linuxresizepartition.txt · Last modified: by wolfo
