https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902
Max Brazhnikov <m...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@freebsd.org --- Comment #35 from Max Brazhnikov <m...@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.