tldr/pages/linux/vgscan.md

14 lines
438 B
Markdown
Raw Normal View History

2021-06-25 20:49:56 +01:00
# 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`