Чтобы просмотреть S.M.A.R.T атрибуты жесткого диска я выбрал smartmontools.
Для началу устанавливаем Xcode.
Качаем darwinports и устанавливаем его.
Далее запускаем Терминал
sudo su # получить права root
port -d selfupdate #обновить дерево портов.
port install smartmontools #установить smartmontools
—> Computing dependencies for smartmontools—> Configuring smartmontools—> Building smartmontools—> Staging smartmontools into destroot—> Installing smartmontools @5.38_1+darwin—> Activating smartmontools @5.38_1+darwin—> Cleaning smartmontools
Если все сделано правильно, smartmontools установится
smartcl -l /dev/diskX
SMART support is: Available — device has SMART capability.
SMART support is: Disabled
Поддержка SMART есть, но она выключена
smartctl -s on /dev/diskX #включаем её
smartctl -t short /dev/diskX # быстрый тест данных SMART
smartcl -a /dev/diskX # показать атрибуты SMART
No related posts.