mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 17:59:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Add a physical volume to an existing volume group:
|
||||
|
||||
`vgextend {{vg1}} {{/dev/sda1}}`
|
||||
`sudo vgextend {{vg1}} {{/dev/sda1}}`
|
||||
|
||||
- Add multiple physical volumes to an existing volume group:
|
||||
|
||||
`vgextend {{vg1}} {{/dev/sda1 /dev/sda2 ...}}`
|
||||
`sudo vgextend {{vg1}} {{/dev/sda1 /dev/sda2 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user