mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 19:54:04 +00:00
Update cheatsheets
This commit is contained in:
@@ -9,10 +9,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> See also: `lvm`.
|
||||
> More information: <https://manned.org/vgcreate>.
|
||||
|
||||
- Create a new volume group called vg1 using the `/dev/sda1` device:
|
||||
- Create a new volume group using the specified device:
|
||||
|
||||
`vgcreate {{vg1}} {{/dev/sda1}}`
|
||||
`sudo vgcreate {{volume_group}} {{/dev/sdXY}}`
|
||||
|
||||
- Create a new volume group called vg1 using multiple devices:
|
||||
- Create a new volume group using multiple devices:
|
||||
|
||||
`vgcreate {{vg1}} {{/dev/sda1}} {{/dev/sdb1}} {{/dev/sdc1}}`
|
||||
`sudo vgcreate {{volume_group}} {{/dev/sdXY}} {{/dev/sdXZ}}`
|
||||
|
||||
Reference in New Issue
Block a user