https://bugs.kde.org/show_bug.cgi?id=440477

--- Comment #8 from Kishore Gopalakrishnan <kishor...@gmail.com> ---
(In reply to David Redondo from comment #7)
> Ok to confirm my theory and for fixing this could you provide the output of 
> 'solid-hardware5 details $id' 
> where id is the id of sda1/Files partition respectively. 
> 
> To find out the ids you can run 
> 'solid-hardware5 query "is StorageAccess"'
>  which should list the ids of all the partitions, the sda1 id would probably
> be 
> '/org/freedesktop/UDisks2/block_devices/sda1'
> 
> So the resulting command would be 
> solid-hardware5 details /org/freedesktop/UDisks2/block_devices/sda1
> 
> Unfortunately I don't know what the id for "Files" would look like so i
> can't give you the complete command to run, so the above process.

$solid-hardware5 details '/org/freedesktop/UDisks2/block_devices/sda1'
udi = '/org/freedesktop/UDisks2/block_devices/sda1'
  parent =
'/org/freedesktop/UDisks2/drives/WDC_WD10SPZX_00Z10T0_WD_WXC1AB91R467' (string)
  vendor = '' (string)
  product = 'WDC WD10SPZX-00Z10T0' (string)
  description = '931.5 GiB Encrypted Drive' (string)
  icon = 'drive-harddisk' (string)
  Block.major = 8  (0x8)  (int)
  Block.minor = 1  (0x1)  (int)
  Block.device = '/dev/sda1' (string)
  StorageAccess.accessible = true (bool)
  StorageAccess.filePath = '/run/media/kishore/files_internal_HDD' (string)
  StorageAccess.ignored = false (bool)
  StorageAccess.encrypted = true (bool)
  StorageVolume.ignored = false (bool)
  StorageVolume.usage = 'Encrypted'  (0x5)  (enum)
  StorageVolume.fsType = 'crypto_LUKS' (string)
  StorageVolume.label = '' (string)
  StorageVolume.uuid = 'cd686685-e17a-4d1e-9ceb-1e1be30a65f9' (string)
  StorageVolume.size = 1000200994816  (0xe8e0a00000)  (qulonglong)

$solid-hardware5 details '/org/freedesktop/UDisks2/block_devices/dm_2d6'
udi = '/org/freedesktop/UDisks2/block_devices/dm_2d6'
  parent = '/' (string)
  vendor = '' (string)
  product = '' (string)
  description = 'Files_part' (string)
  icon = 'drive-harddisk' (string)
  Block.major = 254  (0xfe)  (int)
  Block.minor = 6  (0x6)  (int)
  Block.device = '/dev/dm-6' (string)
  StorageAccess.accessible = true (bool)
  StorageAccess.filePath = '/run/media/kishore/files_internal_HDD' (string)
  StorageAccess.ignored = false (bool)
  StorageAccess.encrypted = true (bool)
  StorageVolume.ignored = false (bool)
  StorageVolume.usage = 'FileSystem'  (0x2)  (enum)
  StorageVolume.fsType = 'ext4' (string)
  StorageVolume.label = 'Files_part' (string)
  StorageVolume.uuid = '9e40bfb3-99af-4ecf-bd9a-188e3f706274' (string)
  StorageVolume.size = 1000198897664  (0xe8e0800000)  (qulonglong)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to