Skip to content
Snippets Groups Projects
Unverified Commit 5b149c88 authored by anarcat's avatar anarcat
Browse files

syntax fixes

parent 71d81695
No related branches found
No related tags found
No related merge requests found
......@@ -174,10 +174,12 @@ Use lvs to display information about logical volumes:
test-backup vg_test-01_hdd -wi-ao---- <20.00g
Use lvextend to add space to the volume:
# lvextend -l '+100%FREE' vg_test-01/var-opt
Finally resize the filesystem with:
# resize2fs /dev/vg_test-01/var-opt
lvextend -l '+100%FREE' vg_test-01/var-opt
Finally resize the filesystem:
resize2fs /dev/vg_test-01/var-opt
### Adding disks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment