From Boldcore's wiki
Jump to: navigation, search
(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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
In rescue mode on RedHat/CentOS LVs are in "INACTIVE" mode.
+
In rescue mode on RedHat/CentOS LVs are in "INACTIVE" mode.<br>
 
+
 
To "activate" them enter the following commands:
 
To "activate" them enter the following commands:
  

Latest revision as of 07: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