S.M.A.R.T. (SMART, жизнь диска)
1 2 3 4 |
smartctl --scan - показать все доступные устройства smartctl -a /dev/ad2 - Отобразить информацию SMART smartctl -A /dev/hda - S.M.A.R.T (smartmontools - нужен пакет (еще есть gsmartcontrol+smartmontools+libatasmart)) smartctl -s on -a /dev/sda - проверить состояние диска S.M.A.R.T. |
Для проверки ssd используют
1 2 3 4 5 |
Для windows: wmic diskdrive get status - напишет ок если все в порядке с диском Для linux: sudo smartctl -i -a /dev/sda - напишет информацию о состоянии диска |
RocketRAID
1 2 3 4 |
https://www.smartmontools.org/wiki/Supported_RAID-Controllers HighPoint RocketRAID SATA RAID controller smartctl -a -d hpt,L/M/N /dev/sdX |
HP/Compaq
1 2 3 4 5 6 7 8 9 10 |
https://www.smartmontools.org/wiki/Supported_RAID-Controllers CCISS (HP/Compaq Smart Array Controller) smartctl -a -d cciss,N /dev/cciss/cXd0 smartctl -a -d cciss,4 /dev/sg0 hpacucli ctrl all show config ssacli ctrl all show config ssacli ctrl all show config detail |
MegaRAID \ Dell PERC
1 2 3 4 5 |
https://www.smartmontools.org/wiki/Supported_RAID-Controllers LSI MegaRAID SAS RAID controller Dell PERC 5/i,6/i controller smartctl -a -d megaraid,N /dev/sdX |
Intel ICHxR RAID
1 2 3 4 |
https://www.smartmontools.org/wiki/Supported_RAID-Controllers Intel ICHxR RAID (Intel Rapid/Matrix Storage) smartclt -a /dev/sdX |
Adaptec SAS RAID controller
1 2 3 4 |
https://www.smartmontools.org/wiki/Supported_RAID-Controllers Adaptec SAS RAID controller (devices supported by aacraid driver) smartctl -a -d aacraid,H,L,ID /dev/sdX |