Comment 21 for bug 1757321

Revision history for this message
Axel Pospischil (apos) wrote :

Hi Agustin, after a long period of fails, I finally at least can mount the drive via commandline script like:

> #!/bin/bash
> sudo cryptsetup luksOpen /dev/sdx# sdx#_crypt

Attention: the number "#" is not always the same. Normally it is for e.g. "/dev/sdb1" something like "sdb5_crypt"

Good luck