vgscan, vgchange: add page (#6128)
This commit is contained in:
13
pages/linux/vgscan.md
Normal file
13
pages/linux/vgscan.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# vgscan
|
||||
|
||||
> Scan for volume groups on all supported Logical Volume Manager (LVM) block devices.
|
||||
> See also `lvm`, `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