About this document
Managing Logical Volumes in Linux by Franky Shy is a document available to read on EtoBox.
1. The document demonstrates how to create a logical volume using Logical Volume Manager (LVM) utilities. It creates a physical volume on /dev/sdb1, creates a volume group called vg_vol01, then creates a logical volume lv_vol01 within that volume group. 2. It then extends the logical volume lv_vol01 by 100MB using lvextend. It also resizes the filesystem on the logical volume. 3. It reduces the size of the logical volume lv_vol01 back to its original size of 1008MB using lvreduce after unmounting the files
- Author
- Franky Shy
- Language
- EN