Difference between revisions of "Lvcreate"
Jump to navigation
Jump to search
↑ http://man7.org/linux/man-pages/man8/lvcreate.8.html
↑ https://stuff.mit.edu/afs/athena/project/rhel-doc/5/RHEL-5-manual/Cluster_Logical_Volume_Manager/LV_create.html
Line 5: | Line 5: | ||
* Create LV using all VG space available: | * Create LV using all VG space available: | ||
: <code>lvcreate -l 100%FREE -n MY_NEW_LV MY_VG_NAME</code><ref>https://stuff.mit.edu/afs/athena/project/rhel-doc/5/RHEL-5-manual/Cluster_Logical_Volume_Manager/LV_create.html</ref> | : <code>lvcreate -l 100%FREE -n MY_NEW_LV MY_VG_NAME</code><ref>https://stuff.mit.edu/afs/athena/project/rhel-doc/5/RHEL-5-manual/Cluster_Logical_Volume_Manager/LV_create.html</ref> | ||
+ | :Logical volume "MY_NEW_LV" created. |
Revision as of 10:49, 9 December 2019
lvcreate
[1] commands creates a logical volume (LV)
Examples
- Create LV using all VG space available:
lvcreate -l 100%FREE -n MY_NEW_LV MY_VG_NAME
[2]- Logical volume "MY_NEW_LV" created.
Advertising: