lvm
pvcreate /dev/sda1
vgcreate app /dev/sda1
lvcreate -l 100%FREE -n app app
mkfs.xfs /dev/app/app -L APP
mount /dev/app/app /app
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
pvcreate /dev/sda1
vgcreate app /dev/sda1
lvcreate -l 100%FREE -n app app
mkfs.xfs /dev/app/app -L APP
mount /dev/app/app /app