Steven Moerman wrote: > debian:/home/user# cryptsetup luksDump /dev/sda5 > LUKS header information for /dev/sda5 > > Version: 1 > Cipher name: aes > Cipher mode: cbc-essiv:sha256 > Hash spec: sha1 > Payload offset: 2056 > MK bits: 256 > MK digest: 80 6e 26 e4 ae af 77 f0 cc 9a 4f ea 9c 9e 76 99 a9 fa 92 > 8d > MK salt: e4 6b 19 a7 92 25 9b f3 e5 c7 0b 8a a2 58 22 ad > 0f 48 21 22 80 6d 78 3b 7b 89 60 2e 72 c0 32 fd > MK iterations: 10 > UUID: d4603bbf-b9ab-440c-ac32-818538c29044 > > Key Slot 0: ENABLED > Iterations: 370195 > Salt: 1c 96 64 28 c6 d7 7a 5d 78 72 6f 44 46 57 a3 83 > 47 9e 6b 02 9b dd 6e 3f df 90 49 f5 10 da a3 > 28 > Key material offset: 8 > AF stripes: 4000 > Key Slot 1: DISABLED > Key Slot 2: DISABLED > Key Slot 3: DISABLED > Key Slot 4: DISABLED > Key Slot 5: DISABLED > Key Slot 6: DISABLED > Key Slot 7: DISABLED > debian:/home/user# > > > ziet dit er goed uit? of kan ik het vergeten?
Dit is prima. Nu is het zaak te zorgen dat de dm-crypt module is geladen, met # modprobe dm-crypt Hierna # cryptsetup luksOpen /dev/sda5 sda5_crypt Tik je passphrase in, en daarna # mount /dev/mapper/sda5_crypt /mnt (Of een ander mount-punt naar keuze) Hopelijk werkt dit allemaal, en staan je files (althans gedeeltelijk) in /mnt Groet, Jochem -- Jochem Berndsen | [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
