Add information about partition size in percentage

This commit is contained in:
Jean-Claude 2023-06-08 16:01:47 +02:00
parent 8b5fb6f1b7
commit b105265128
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 1 additions and 0 deletions

1
lvm.md
View File

@ -13,6 +13,7 @@
- If you get *Device excluded by a filter*, it means that you have to delete the partitions on that device first
- Create Volume Group: `vgcreate <volGroupName> /dev/<device>`
- Create Virtual Volume: `lvcreate -n <volName> -L <size> <volGroupName>`
- To make the volume use up all available space of the VG use `-l +100%FREE` instead of `-L`
- Create file system: `mkfs.ext4 /dev/<volGroupName>/<volName>`
## Fstab Mount