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:52] – [Ubuntu - Disk - Recover LVM disks] peterubuntu:disk:recover_lvm_disks [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 57: 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>
 sudo lvscan sudo lvscan
 </code> </code>
  
-returns+returns:
  
 <code bash> <code bash>
Line 90: 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 105: 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 112: 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 126: 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.1574794371.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki