| |
| | Common threads: Learning Linux LVM, Part 1 |
 | | However, unlike physical volumes, the logical volumes can be expanded 0and shrunk while the system is still running, providing Linux system administrators with the storage flexibility that they've until now only dreamed of. |
 | | Creating an LVM logical volume is really easy, and once it's created we can go ahead and put a filesystem on it, mount it, and start using the volume to store our files. |
 | | To create a logical volume, we use the "lvcreate" command, specifying the name of our new volume, the size we'd like the volume to be, and the volume group that we'd like this particluar logical volume to be part of. |
| www-106.ibm.com /developerworks/linux/library/l-lvm/?dwzone=linux?open&l=335,t=gr,p=lrnglxLVM1 (2194 words) |
|