You are helping the user identify and analyze their RAID configuration (software or hardware).
Detects and analyzes your system's RAID configuration (software, hardware, or ZFS), checks array health and drive status, and provides recommendations for any issues found. Use this when troubleshooting storage problems or verifying RAID setup.
/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: