mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 08:58:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all physical volumes:
|
||||
|
||||
`pvscan`
|
||||
`sudo pvscan`
|
||||
|
||||
- Show the volume group that uses a specific physical volume:
|
||||
|
||||
`pvscan --cache --listvg {{/dev/sdX}}`
|
||||
`sudo pvscan --cache --listvg {{/dev/sdX}}`
|
||||
|
||||
- Show logical volumes that use a specific physical volume:
|
||||
|
||||
`pvscan --cache --listlvs {{/dev/sdX}}`
|
||||
`sudo pvscan --cache --listlvs {{/dev/sdX}}`
|
||||
|
||||
- Display detailed information in JSON format:
|
||||
|
||||
`pvscan --reportformat json`
|
||||
`sudo pvscan --reportformat json`
|
||||
|
||||
Reference in New Issue
Block a user