User Tools

Site Tools


ubuntu:disk:recover_lvm_disks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:disk:recover_lvm_disks [2019/11/26 18:45] – created peterubuntu:disk:recover_lvm_disks [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 3: Line 3:
 If for some reason a disk cannot be read, the following may help. If for some reason a disk cannot be read, the following may help.
  
-  * Plug the disks in and try reading them>+  * Plug the disks in and try reading them.
  
 +----
  
-Get a list of volume names by running #  +===== List devices that may be used as physical volumes =====
-<code bash> +
-lvscan +
-</code> +
- +
-returns+
  
 <code bash> <code bash>
-  ACTIVE            '/dev/ubuntu-vg/root' [<1.82 TiB] inherit +sudo lvmdiskscan
-  ACTIVE            '/dev/ubuntu-vg/swap_1' [976.00 MiB] inherit+
 </code> </code>
  
 +<WRAP info>
 +**lvmdiskscan** scans all SCSI, (E)IDE disks, multiple devices and a bunch of other block devices in the system looking for LVM PVs.
 +</WRAP>
  
-<code bash> 
-lvmdiskscan 
-</code> 
  
 returns returns
Line 56: Line 51:
 </code> </code>
  
 +That last line shows that a LVM Physical Volume has been picked up.  Good.
  
 ---- ----
  
-===== Install LVM2 tools =====+===== List all logical volumes in all volume groups ===== 
 + 
 +Get a list of volume names: 
 + 
 +<code bash> 
 +sudo lvscan 
 +</code> 
 + 
 +returns: 
 + 
 +<code bash> 
 +  ACTIVE            '/dev/ubuntu-vg/root' [<1.82 TiB] inherit 
 +  ACTIVE            '/dev/ubuntu-vg/swap_1' [976.00 MiB] inherit 
 +</code> 
 + 
 +---- 
 + 
 + 
 +===== Install LVM2 tools, if needed =====
  
 This step may or may not be required. This step may or may not be required.
  
 <code bash> <code bash>
-sudo apt-get install lvm2 +sudo apt install lvm2 
 </code> </code>
  
 +----
  
 ===== Verify your LVM partition(s) is/are detected. ===== ===== Verify your LVM partition(s) is/are detected. =====
Line 76: Line 91:
 returns returns
  
-<code>+<code bash>
   PV /dev/sda2   VG ubuntu-vg       lvm2 [<1.82 TiB / 0    free]   PV /dev/sda2   VG ubuntu-vg       lvm2 [<1.82 TiB / 0    free]
   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   ]
 </code> </code>
  
----+----
  
-===== Scans for LVM Volume Group(s) =====+===== Scan for LVM Volume Group(s) =====
  
 <code bash> <code bash>
Line 91: Line 106:
 returns: returns:
  
-<code>+<code bash>
   Reading volume groups from cache.   Reading volume groups from cache.
   Found volume group "ubuntu-vg" using metadata type lvm2   Found volume group "ubuntu-vg" using metadata type lvm2
Line 98: Line 113:
 ---- ----
  
-===== Activates LVM Volume Group(s) =====+===== Activate LVM Volume Group(s) =====
  
 <code bash> <code bash>
 sudo vgchange -ay sudo vgchange -ay
 </code> </code>
 +
 +The params to vgchange are:
 +
 +<WRAP info>
 +  a = activate
 +  y = yes.  It will not prompt you.
 +</WRAP>
 +
  
 ---- ----
Line 112: Line 135:
 </code> </code>
  
-returns+returns:
  
-<code>+<code bash>
   ACTIVE            '/dev/ubuntu-vg/root' [<1.82 TiB] inherit   ACTIVE            '/dev/ubuntu-vg/root' [<1.82 TiB] inherit
   ACTIVE            '/dev/ubuntu-vg/swap_1' [976.00 MiB] inherit   ACTIVE            '/dev/ubuntu-vg/swap_1' [976.00 MiB] inherit
ubuntu/disk/recover_lvm_disks.1574793921.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki