Difference between revisions of "Vgcreate"

From wikieduonline
Jump to navigation Jump to search
(→‎Examples: *<code>vgcreate TEST /dev/mapper/3700a09803831416c592b4f566453764f</code> (select PV using pvs command))
Line 5: Line 5:
 
== Examples ==
 
== Examples ==
 
*<code>vgcreate VG_NAME_1 /dev/hdb44</code> (Select PV (/dev/hdb44) from output from <code>[[pvs]]</code> command)
 
*<code>vgcreate VG_NAME_1 /dev/hdb44</code> (Select PV (/dev/hdb44) from output from <code>[[pvs]]</code> command)
 
+
*<code>vgcreate TEST /dev/mapper/3700a09803831416c592b4f566453764f</code> (select PV using [[pvs]] command)
  
 
== See also ==
 
== See also ==

Revision as of 10:45, 9 December 2019

vgcreate[1] creates a VG to be used in Linux LVM.


Examples

  • vgcreate VG_NAME_1 /dev/hdb44 (Select PV (/dev/hdb44) from output from pvs command)
  • vgcreate TEST /dev/mapper/3700a09803831416c592b4f566453764f (select PV using pvs command)

See also

scan: pvscan vgscan
LVM: lvs lvmscan lvm fullreport lvmreport lvmconfig lvmdump lvmcheck lvm dumpconfig
Scan: pvs vgs lvs pvscan vgscan
PV: pvcreate pvremove pvscan pvremove pvscan pvs pvchange pvck pvdisplay pvresize
LV: lvdisplay lvcreate lvremove, lvresize, lvextend, lvreduce, lvrename
VG: vgdisplay,vgcreate,vgremove, vgextend, vgreduce, vgscan, vgchange, vgrename, vgcfgbackup, vgcfgrestore, vgimportclone, vgck
Check commands: pvck vgck
  1. http://man7.org/linux/man-pages/man8/vgcreate.8.html
  2. Advertising: