commands.sh

vgscan

linux

Scan for volume groups on all supported Logical Volume Manager (LVM) block devices. See also: `lvm`, `vgchange`.

More info →

Examples (2)

Scan for volume groups and print information about each group found

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
made by @shridhargupta | data from tldr-pages