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.

** Changed in: gnome-mount (Ubuntu)
     Assignee: (unassigned) => Ubuntu Desktop Bugs
       Status: New => Confirmed

-- 
Gnome-mount will only mount encrypted partitions and not drives created with 
cryptsetup/luks
https://bugs.launchpad.net/bugs/117011
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to