Il 29/02/2012 17:41, Milan Broz ha scritto:
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
Worked!! Thanks!!
But I was asked the password twice... how come?
What if I type a different password?
Thanks,
Giovanni
_______________________________________________
dm-crypt mailing list
dm-crypt@xxxxxxxx
http://www.saout.de/mailman/listinfo/dm-crypt