Comment 1 for bug 117011

Revision history for this message
Basilio Kublik (sourcercito) wrote :

i just follow the steps:

1.- insert a usb drive with empty partition table
2.- losetup /dev/loop0 /dev/sda
3.- cryptsetup luksFormat /dev/loop0
4.- cryptsetup luksOpen /dev/loop0 Hipod
5.- mkfs.vfat -n Hipod /dev/mapper/Hipod
6.- cryptsetup luksClose /dev/mapper/Hipod
7.- losetup -d /dev/loop0
8.- detach the usb drive from the usb port and reattach it

after reattach the usb drive, pops up a gnome-keyring dialog asking for password, i enter the password, and nothing happens, manually mounting it, works fine.

if i follow the same steps, but instead an empty partition, i do it with let's say one partition, and work with that instead of the whole disk, all works fine automagically.

so i'm confirming this bug.