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

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:disk:recover_lvm_disks [2019/11/26 18:47] 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.
  
 ---- ----
Line 10: Line 10:
  
 <code bash> <code bash>
-lvmdiskscan+sudo lvmdiskscan
 </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>
 +
  
 returns returns
Line 45: Line 50:
   1 LVM physical volume   1 LVM physical volume
 </code> </code>
 +
 +That last line shows that a LVM Physical Volume has been picked up.  Good.
  
 ---- ----
Line 50: Line 57:
 ===== List all logical volumes in all volume groups ===== ===== List all logical volumes in all volume groups =====
  
-Get a list of volume names by running # +Get a list of volume names
 <code bash> <code bash>
-lvscan+sudo lvscan
 </code> </code>
  
-returns+returns:
  
 <code bash> <code bash>
Line 65: Line 73:
  
  
-===== Install LVM2 tools =====+===== 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 82: 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 97: 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 104: 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 118: 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.1574794025.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki