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

--- Comment #3 from Zihad <9d8xc...@duck.com> ---
(In reply to Andrius Štikonas from comment #2)
> That links says it's util-linux. And that makes sense. util-linux is used to
> scan for devices.
> 
> In particular, to get device list partition manager runs:
> 
> lsblk --nodeps --paths --sort name --json --output type,name
> 
> What does it output on your system?

I get this

```
❯ lsblk --nodeps --paths --sort name --json --output type,name
{
   "blockdevices": [
      {
         "type": "disk",
         "name": "/dev/sda"
      },{
         "type": "disk",
         "name": "/dev/sdb"
      },{
         "type": "disk",
         "name": "/dev/zram0"
      }
   ]
}
```

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

Reply via email to