boagent icon indicating copy to clipboard operation
boagent copied to clipboard

Disks : get hardware disks really connected to the host, not just the one we detect from the partition table

Open bpetit opened this issue 2 years ago • 2 comments

Problem / Use case

We detect disks from the partition table, but this could hide hardware if there is either a software or an hardware RAID

Solution

Scan for devices in /dev or /sys/bock and categorize them

bpetit avatar Apr 14 '22 15:04 bpetit

cc @neywat

bpetit avatar May 20 '22 09:05 bpetit

Searching for all drives, bailing out "/boot" associated drive lookup. Removing the need for /proc/partitions parsing.

neywat avatar May 20 '22 14:05 neywat