Comment 0 for bug 536670

Revision history for this message
In , Martin Pitt (pitti) wrote :

For a few weeks now, my Sony E-Book reader isn't automounted any more. Today I debugged this, and confirmed that it seems to happen consistently for all unpartitioned device (i. e. fs on raw /dev/sdb).

I tracked it down to gdu not finding any volumes because udisks claims that DeviceIsPartitionTable=True (and thus doesn't get to the check whether there's a volume on the raw device):

Showing information for /org/freedesktop/UDisks/devices/sdb
  native-path: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8.2/1-8.2:1.0/host13/target13:0:0/13:0:0:0/block/sdb
  device-file: /dev/sdb
    presentation: (not set)
[...]
  has media: 1 (detected at Mi 10 Mär 2010 17:43:50 CET)
[...]
  usage: filesystem
  type: vfat
  version: FAT32
  uuid: AC4B-3B29
  label: PittiRAW
  partition table:
    scheme: mbr
    count: 0

This looks wrong.