Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: mdadm

Some hints on things only needed in rescue situations, i.e. easily forgotten between emergencies.

A lot of these got easier over the years, but under stress ...

Changing keyboard layout

Example for German (.de):

No Format
loadkeyloadkeys de

Assembling Software RAID devices

No Format
mdadm --assemble --scan

Accessing LVM volumes

No Format
# find
lvm
vgscan

# activate
lvm
vgchange -ay


# list 
lvm lvs
# or
lvdisplay
 
# mount something
mount /dev/volumegroup/logicalvolume /mountpoint