https://bugzilla.novell.com/show_bug.cgi?id=244485#c24 --- Comment #24 from Martin Pley <pley@alc.de> 2007-10-24 08:49:26 MST --- It seems to be the same behaviour as on 10.0 - 10.2: martin:~ # hal-device 0: udi = '/org/freedesktop/Hal/devices/storage_serial_NEC_NEC_USB_UF000x' block.minor = 16 (0x10) (int) storage.requires_eject = false (bool) info.capabilities = { 'storage', 'block' } (string list) storage.bus = 'usb' (string) storage.removable.media_available = true (bool) org.freedesktop.Hal.Device.resmgr.method_names = { 'Grant', 'Revoke' } (string list) info.category = 'storage' (string) info.product = 'USB UF000x' (string) storage.drive_type = 'floppy' (string) storage.hotpluggable = true (bool) storage.partitioning_scheme = 'mbr' (string) storage.physical_device = '/org/freedesktop/Hal/devices/usb_device_409_40_noserial_if0' (string) storage.vendor = 'NEC' (string) storage.media_check_enabled = true (bool) [...] And now a few lines from /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi: ----------8<--------------- <!-- this is to be able to mount media in drives we cannot poll, e.g. IDE Zip Drives and PC style floppy drives --> <match key="storage.media_check_enabled" bool="false"> <match key="storage.no_partitions_hint" bool="true"> <append key="info.interfaces" type="strlist">org.freedesktop.Hal.Device.Volume</append> <append key="org.freedesktop.Hal.Device.Volume.method_names" type="strlist">Mount</append> <append key="org.freedesktop.Hal.Device.Volume.method_signatures" type="strlist">ssas</append> <append key="org.freedesktop.Hal.Device.Volume.method_argnames" type="strlist">mount_point fstype extra_options</append> <append key="org.freedesktop.Hal.Device.Volume.method_execpaths" type="strlist">hal-storage-mount</append> ------------------>8---------- As you might be able to see: hal-device reports storage.media_check_enabled = true, but the fdi file expects it to be false. Btw: Where is the "hal-device-manager" application gone? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.