Difference between revisions of "Lvcreate"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<code>lvcreate</code><ref>http://man7.org/linux/man-pages/man8/lvcreate.8.html</ref> commands creates a logical volume (LV)")
 
Line 1: Line 1:
 
<code>lvcreate</code><ref>http://man7.org/linux/man-pages/man8/lvcreate.8.html</ref> commands creates a [[logical volume]] (LV)
 
<code>lvcreate</code><ref>http://man7.org/linux/man-pages/man8/lvcreate.8.html</ref> commands creates a [[logical volume]] (LV)
 +
 +
== Examples ==
 +
 +
* 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>

Revision as of 10:48, 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]
  1. http://man7.org/linux/man-pages/man8/lvcreate.8.html
  2. https://stuff.mit.edu/afs/athena/project/rhel-doc/5/RHEL-5-manual/Cluster_Logical_Volume_Manager/LV_create.html
  3. Advertising: