Andrew wrote: > You can manually start up the encrypted virtual device using > "cryptsetup luksOpen <device> <name>", where <device> is the > base device, /dev/sd<x>, and <name> is the virtual device you > want to create. > > Once the decrypted device is set up, you can then do > "mount /dev/mapper/<name> <mountpt>", where <name> is the same > name as the foregoing command, and <mountpt> is the mount point > where you want to put it.
Thanks for the hint, but it does not work. When I connect my disk, I get the following new devices: /dev/sda and /dev/sda{1,2,5}. I can do: # losetup /dev/loopX /dev/sda5 # cryptSetup luksOpen /dev/loopX foobar (asks for passphrase, everything fine, so far) Now I think I have to "vgchange -a y", but it fails, maybe because my new disks VG has the same name as the one on the disk I like to mount? d-i seems to take the VG name from the machine name, and because I did not change my computers name, it seems to conflict here. How can I rename my VG? (vgchange warns about "Duplicate VG name - and segfaults.) When I get my VG activated, mounting should be easy, but now I'm lost. -- Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! http://games.entertainment.gmx.net/de/entertainment/games/free -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]