====== Verschluesseltes Dateisystem mounten ====== //Noch fehlerhaft:// > cryptsetup luksOpen /dev/sda1 my_encrypted_volume > mount /dev/mapper/my_encrypted_volume /media/my_device ---- > modprobe dm-mod > vgscan > vgchange -ay VolGroup00 > lvs > mount /dev/VolGroup00/LogVol00 /mnt/ ===== Weblinks ===== * http://www.linux-sxs.org/storage/fedora2ubuntu.html * http://askubuntu.com/questions/63594/mount-encrypted-volumes-from-command-line * https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage