-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

vgcreate


> Create volume groups combining multiple mass-storage devices.

> See also: `lvm`.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:14:53 2024