ubuntu:disk:recover_lvm_disks
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:disk:recover_lvm_disks [2019/11/26 18:53] – [List all logical volumes in all volume groups] peter | ubuntu:disk:recover_lvm_disks [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 91: | Line 91: | ||
returns | returns | ||
- | < | + | < |
PV / | PV / | ||
Total: 1 [<1.82 TiB] / in use: 1 [<1.82 TiB] / in no VG: 0 [0 ] | Total: 1 [<1.82 TiB] / in use: 1 [<1.82 TiB] / in no VG: 0 [0 ] | ||
</ | </ | ||
- | --- | + | ---- |
- | ===== Scans for LVM Volume Group(s) ===== | + | ===== Scan for LVM Volume Group(s) ===== |
<code bash> | <code bash> | ||
Line 106: | Line 106: | ||
returns: | returns: | ||
- | < | + | < |
Reading volume groups from cache. | Reading volume groups from cache. | ||
Found volume group " | Found volume group " | ||
Line 113: | Line 113: | ||
---- | ---- | ||
- | ===== Activates | + | ===== Activate |
<code bash> | <code bash> | ||
sudo vgchange -ay | sudo vgchange -ay | ||
</ | </ | ||
+ | |||
+ | The params to vgchange are: | ||
+ | |||
+ | <WRAP info> | ||
+ | a = activate | ||
+ | y = yes. It will not prompt you. | ||
+ | </ | ||
+ | |||
---- | ---- | ||
Line 127: | Line 135: | ||
</ | </ | ||
- | returns | + | returns: |
- | < | + | < |
ACTIVE | ACTIVE | ||
ACTIVE | ACTIVE |
ubuntu/disk/recover_lvm_disks.1574794412.txt.gz · Last modified: 2020/07/15 09:30 (external edit)