Comment 8 for bug 115768

Revision history for this message
Adriano Provvisiero (nuu) wrote :

There it is:

udi = '/org/freedesktop/Hal/devices/volume_uuid_A23072FA3072D4AF'
  block.device = '/dev/sdb1' (string)
  block.is_volume = true (bool)
  block.major = 8 (0x8) (int)
  block.minor = 17 (0x11) (int)
  block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_IC25N040_ATCS04_0_0_0' (string)
  info.capabilities = {'volume', 'block'} (string list)
  info.category = 'volume' (string)
  info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
  info.parent = '/org/freedesktop/Hal/devices/storage_serial_IC25N040_ATCS04_0_0_0' (string)
  info.product = 'USB40' (string)
  info.udi = '/org/freedesktop/Hal/devices/volume_uuid_A23072FA3072D4AF' (string)
  linux.hotplug_type = 3 (0x3) (int)
  linux.sysfs_path = '/sys/block/sdb/sdb1' (string)
  org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
  storage.model = '' (string)
  volume.block_size = 512 (0x200) (int)
  volume.fstype = 'ntfs-3g' (string)
  volume.fsusage = 'filesystem' (string)
  volume.fsversion = '3.1' (string)
  volume.ignore = false (bool)
  volume.is_disc = false (bool)
  volume.is_mounted = true (bool)
  volume.is_mounted_read_only = false (bool)
  volume.is_partition = true (bool)
  volume.label = 'USB40' (string)
  volume.linux.is_device_mapper = false (bool)
 volume.mount.valid_options = {'locale=', 'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec'} (string list)
  volume.mount_point = '/media/USB40' (string)
  volume.num_blocks = 78140097 (0x4a852c1) (int)
  volume.partition.flags = {} (string list)
  volume.partition.label = '' (string)
  volume.partition.media_size = 40007761920 (0x950a60000) (uint64)
  volume.partition.number = 1 (0x1) (int)
  volume.partition.scheme = 'mbr' (string)
  volume.partition.start = 32256 (0x7e00) (uint64)
  volume.partition.type = '0x07' (string)
  volume.partition.uuid = '' (string)
  volume.policy.mount_filesystem = 'ntfs-3g' (string)
  volume.size = 40007729664 (0x950a58200) (uint64)
  volume.unmount.valid_options = {'lazy'} (string list)
  volume.uuid = 'A23072FA3072D4AF' (string)

nuu