Comment 13 for bug 571038

Revision history for this message
Florian Lederer (flederohr) wrote : Re: palimpsest

udisks --dump | awk '{if($1=="type:" || $1=="Showing") print}':

Showing information for /org/freedesktop/UDisks/devices/sda
  type:
Showing information for /org/freedesktop/UDisks/devices/sda1
  type: ext2
    type: 0x83
Showing information for /org/freedesktop/UDisks/devices/sda2
  type:
    type: 0x0f
Showing information for /org/freedesktop/UDisks/devices/sda5
  type: ext4
    type: 0x83
Showing information for /org/freedesktop/UDisks/devices/sda6
  type: ext4
    type: 0x83
Showing information for /org/freedesktop/UDisks/devices/sda7
  type: swap
    type: 0x82
Showing information for /org/freedesktop/UDisks/devices/sdb
  type:
Showing information for /org/freedesktop/UDisks/devices/sdb1
  type: ntfs
    type: 0x07
Showing information for /org/freedesktop/UDisks/devices/sdb2
  type: ntfs
    type: 0x07
Showing information for /org/freedesktop/UDisks/devices/sdb3
  type:
    type: 0x0f
Showing information for /org/freedesktop/UDisks/devices/sdb5
  type:
    type: 0x05
Showing information for /org/freedesktop/UDisks/devices/sdb6
  type: ntfs
    type:
Showing information for /org/freedesktop/UDisks/devices/sdb7
  type: ntfs
    type:

The type of sdb5 should have been also ntfs!