From Boldcore's wiki
(Created page with "In rescue mode on RedHat/CentOS LVs are in "INACTIVE" mode. To "activate" them enter the following commands: <pre> ## Scan for LVs lvm vgscan -v ## Make them "active": lvm...") |
(No difference)
|
Revision as of 06:39, 15 May 2018
In rescue mode on RedHat/CentOS LVs are in "INACTIVE" mode.
To "activate" them enter the following commands:
## Scan for LVs lvm vgscan -v ## Make them "active": lvm vgchange -a y