[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 7 21:58:23 GMT 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

Max Brazhnikov <makc at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |makc at FreeBSD.org

--- Comment #35 from Max Brazhnikov <makc at FreeBSD.org> ---
(In reply to Gleb Popov from comment #29)

Below is a snippet from  `solid-hardware5 list' for one of my usb drive:

udi = '/org/freedesktop/UDisks2/block_devices/da0'
  parent = '/org/freedesktop/UDisks2/drives/da0'  (string)
  vendor = 'Generic Flash Disk'  (string)
  product = ''  (string)
  description = 'DISK-13722B26'  (string)
  icon = 'drive-removable-media'  (string)
  Block.major = 0  (0x0)  (int)
  Block.minor = 0  (0x0)  (int)
  Block.device = '/dev/da0'  (string)
  StorageVolume.ignored = true  (bool)
  StorageVolume.usage = 'PartitionTable'  (0x3)  (enum)
  StorageVolume.fsType = ''  (string)
  StorageVolume.label = 'DISK-13722B26'  (string)
  StorageVolume.uuid = ''  (string)
  StorageVolume.size = 8178892800  (0x1e7800000)  (qulonglong)

udi = '/org/freedesktop/UDisks2/block_devices/da0s1'
  parent = '/org/freedesktop/UDisks2/drives/da0s1'  (string)
  vendor = ''  (string)
  product = ''  (string)
  description = 'QFS'  (string)
  icon = 'drive-harddisk'  (string)
  Block.major = 0  (0x0)  (int)
  Block.minor = 0  (0x0)  (int)
  Block.device = '/dev/da0s1'  (string)
  StorageAccess.accessible = false  (bool)
  StorageAccess.filePath = ''  (string)
  StorageAccess.ignored = true  (bool)
  StorageVolume.ignored = false  (bool)
  StorageVolume.usage = 'FileSystem'  (0x2)  (enum)
  StorageVolume.fsType = 'vfat'  (string)
  StorageVolume.label = 'QFS'  (string)
  StorageVolume.uuid = ''  (string)
  StorageVolume.size = 8178860032  (0x1e77f8000)  (qulonglong)

udi = '/org/freedesktop/UDisks2/drives/da0'
  parent = '/org/freedesktop/UDisks2'  (string)
  vendor = 'Generic Flash Disk'  (string)
  product = ''  (string)
  description = 'Generic Flash Disk'  (string)
  icon = 'drive-removable-media'  (string)
  Block.major = 0  (0x0)  (int)
  Block.minor = 0  (0x0)  (int)
  Block.device = '/dev/da0'  (string)
  StorageDrive.bus = 'Platform'  (0x5)  (enum)
  StorageDrive.driveType = 'HardDisk'  (0x0)  (enum)
  StorageDrive.removable = true  (bool)
  StorageDrive.hotpluggable = false  (bool)
  StorageDrive.inUse = false  (bool)
  StorageDrive.size = 8178892800  (0x1e7800000)  (qulonglong)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list