Increase/ resize root partition

(root partition is an LVM logical volume)
This commit is contained in:
onceupon 2017-12-07 15:32:32 +08:00 committed by GitHub
parent a2702989e6
commit e2c847386d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2236,5 +2236,12 @@ sudo dpkg --list 'linux-image*'
sudo apt-get remove linux-image-OLDER_VERSION
```
##### Increase/ resize root partition (root partition is an LVM logical volume)
```bash
pvscan
lvextend -L +130G /dev/rhel/root -r
```
#Adding -r will grow filesystem after resizing the volume.
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-