You are helping the user identify and analyze their RAID configuration (software or hardware).
Analyzes RAID configuration, detects type and health, and provides optimization recommendations.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillYou are helping the user identify and analyze their RAID configuration (software or hardware).
Detect RAID type:
Software RAID (mdadm):
which mdadmcat /proc/mdstatsudo mdadm --detail /dev/md*cat /etc/mdadm/mdadm.conf (if exists)LVM RAID:
sudo pvs, sudo vgs, sudo lvssudo lvs -a -o +devices,segtypeHardware RAID:
sudo lspci | grep -i raid and which megacli or which storcliwhich hpacucli or which ssacliwhich arcconflsblk and sudo lshw -class disk -class storageZFS (if applicable):
which zfssudo zpool statussudo zfs listAnalyze RAID health:
sudo smartctl -a /dev/sd* for member disksReport configuration details:
Provide recommendations: