On 02/29/2012 05:26 PM, Giovanni Di Stasi wrote: Here you are creating plain container (did you mean luksFormat in fact?)
# sudo cryptsetup -y create crypt .encrypted
and here you are trying to open LUKS...
# cryptsetup luksOpen .encrypted crypt
so try sudo cryptsetup -y create crypt .encrypted which will just recreate the mapping (create just set up mapping, it doesn't format anything) Milan _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt