logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Volume Groups - vgcreate Command | Online Free DevTools by Hexmos

Create volume groups with the vgcreate command. Combine multiple mass-storage devices efficiently using this Linux command-line tool. Free online tool, no registration required.

vgcreate

Create volume groups combining multiple mass-storage devices. See also: lvm. More information: https://manned.org/vgcreate.

  • Create a new volume group called vg1 using the /dev/sda1 device:

vgcreate {{vg1}} {{/dev/sda1}}

  • Create a new volume group called vg1 using multiple devices:

vgcreate {{vg1}} {{/dev/sda1}} {{/dev/sdb1}} {{/dev/sdc1}}

See Also