Commands Help : lvcreate

  •  create a logical volume in an existing volume group

option
-nGives the name for the new logical volume
-LGives the size to allocate for the new logical volume
# lvcreate -L 5G -n NAME VG
-hShow helps

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN