Difference between revisions of "Vgcreate"
Jump to navigation
Jump to search
↑ http://man7.org/linux/man-pages/man8/vgcreate.8.html
Line 1: | Line 1: | ||
<code>[[vgcreate]]</code><ref>http://man7.org/linux/man-pages/man8/vgcreate.8.html</ref> creates a VG to be used in Linux [[LVM]]. | <code>[[vgcreate]]</code><ref>http://man7.org/linux/man-pages/man8/vgcreate.8.html</ref> creates a VG to be used in Linux [[LVM]]. | ||
+ | |||
+ | |||
+ | == 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) | ||
Revision as of 10:44, 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 frompvs
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
Advertising: