Public bug reported:

When clicking on an encrypted device with a GUID Partition Table in
Nautilus, nautilus unlocks the device but the partitions on the unlocked
device never show up or get mounted. No new device mappings show up for
the partitions.

Problem appears to be that udisks does not detect and add mappings for
the gpt partitions.

Possible workaround by adding mappings with kpartx and then mount devices 
manually
    $sudo kpartx -a <LUKS_DEVICE>
    $sudo mount <LUKS_DEVICE>p1 DIR
etc

** Affects: udisks (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: 12.04 gpt precise udisks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1089270

Title:
  udisks does not recognize GPT partitions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/1089270/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to