2021-06-25 20:49:56 +01:00
|
|
|
# vgscan
|
|
|
|
|
|
|
|
> Scan for volume groups on all supported Logical Volume Manager (LVM) block devices.
|
2023-11-23 13:55:03 +00:00
|
|
|
> See also: `lvm` and `vgchange`.
|
2021-06-25 20:49:56 +01:00
|
|
|
> More information: <https://manned.org/vgscan>.
|
|
|
|
|
|
|
|
- Scan for volume groups and print information about each group found:
|
|
|
|
|
|
|
|
`sudo vgscan`
|
|
|
|
|
2022-03-27 06:25:15 +01:00
|
|
|
- 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:
|
2021-06-25 20:49:56 +01:00
|
|
|
|
|
|
|
`sudo vgscan --mknodes`
|