mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 18:55:36 +00:00
Update cheatsheets
This commit is contained in:
18
linux/vgchange
Normal file
18
linux/vgchange
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vgchange
|
||||
|
||||
> Change the attributes of a Logical Volume Manager (LVM) volume group.
|
||||
> See also: `lvm`.
|
||||
> More information: <https://manned.org/vgchange>.
|
||||
|
||||
- Change the activation status of logical volumes in all volume groups:
|
||||
|
||||
`sudo vgchange --activate {{y|n}}`
|
||||
|
||||
- Change the activation status of logical volumes in the specified volume group (determine with `vgscan`):
|
||||
|
||||
`sudo vgchange --activate {{y|n}} {{volume_group}}`
|
||||
Reference in New Issue
Block a user