Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Some hints on things only needed in rescue situations ...

Changing keyboard layout

loadkey de

Accessing LVM volumes

# find
lvm vgscan

# activate
lvm vgchange -ay


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