Comment 1 for bug 605339

Revision history for this message
asi (gmazyland) wrote : Re: [Bug 605339] [NEW] cryptsetup 2.1.1.2 is not compatible withs 2.1.1.0

On 07/14/2010 11:48 AM, Jaanus Rauk wrote:
> Public bug reported:
>
> Binary package hint: cryptsetup
>
> I-m mounting a volume with following commands:
> cryptsetup create crypt /dev/sda3
> mount /dev/mapper/crypt /home
>
> After cryptsetup upgrade to '2.1.1.2-1ubuntu1 (maverick)' the mount
> doesn't recognize media any more.

please read:
http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup

iow you must use now
 cryptsetup create -c aes-cbc-plain -s 256 -h ripemd160

Milan