https://bugs.kde.org/show_bug.cgi?id=476973
--- Comment #3 from Méven Car <meve...@gmail.com> --- (In reply to Scott from comment #2) > Created attachment 163169 [details] > udiskctl-dump.txt > > Attached is the dump requested. > Following is, solid-hardware5 details sdm > > scott@scottlounge:~$ solid-hardware5 details sdm > udi = 'sdm' > parent = '' (string) > vendor = '' (string) > product = '' (string) > description = '' (string) > icon = '' (string) An UDI for a drive would look like "/org/freedesktop/UDisks2/drives/ST32000542AS_6XW1QK6W", this does not correspond to a drive. For instance: ``` solid-hardware5 details /org/freedesktop/UDisks2/drives/ST32000542AS_6XW1QK6W udi = '/org/freedesktop/UDisks2/drives/ST32000542AS_6XW1QK6W' parent = '/org/freedesktop/UDisks2' (string) vendor = '' (string) product = 'ST32000542AS' (string) description = 'Disque dur interne 1,8 Tio (sda1)' (string) icon = 'drive-harddisk' (string) Block.major = 8 (0x8) (int) Block.minor = 1 (0x1) (int) Block.device = '/dev/sda1' (string) StorageDrive.bus = 'Sata' (0x4) (enum) StorageDrive.driveType = 'HardDisk' (0x0) (enum) StorageDrive.removable = false (bool) StorageDrive.hotpluggable = false (bool) StorageDrive.inUse = false (bool) StorageDrive.size = 2000398934016 (0x1d1c1116000) (qulonglong) ``` -- You are receiving this mail because: You are watching all bug changes.