mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 18:53:04 +00:00
Update cheatsheets
This commit is contained in:
18
linux/vgscan
Normal file
18
linux/vgscan
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vgscan
|
||||
|
||||
> Scan for volume groups on all supported Logical Volume Manager (LVM) block devices.
|
||||
> See also: `lvm` and `vgchange`.
|
||||
> More information: <https://manned.org/vgscan>.
|
||||
|
||||
- Scan for volume groups and print information about each group found:
|
||||
|
||||
`sudo vgscan`
|
||||
|
||||
- Scan for volume groups and add the special files in `/dev`, if they don't already exist, needed to access the logical volumes in the found groups:
|
||||
|
||||
`sudo vgscan --mknodes`
|
||||
Reference in New Issue
Block a user