1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/vgscan.md

14 lines
441 B
Markdown
Raw Normal View History

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