Drive Details

Dive into S.M.A.R.T data
/dev/{{data.data.device_name}}
{{data.data.manufacturer}}
Model Family
{{data.data.model_name}}
Device Model
{{data.data.serial_number}}
Serial Number
{{data.data.wwn}}
LU WWN Device Id
{{data.data.firmware}}
Firmware Version
{{data.data.capacity | fileSize}}
Capacity
{{data.data.rotational_speed}} RPM
Rotation Rate
{{data.data.smart_results[0]?.power_cycle_count}}
Power Cycle Count
{{humanizeHours(data.data.smart_results[0]?.power_on_hours)}}
Powered On
{{data.data.smart_results[0]?.temp}}°C
Temperature
S.M.A.R.T Attributes
{{this.smartAttributeDataSource.data.length}} visible, {{this.data.data.smart_results[0]?.smart_attributes.length - this.smartAttributeDataSource.data.length}} hidden
Status {{attribute.status}} ID {{attribute.attribute_id}} ({{toHex(attribute.attribute_id)}}) Name {{attribute.name}} Value {{extractAttributeValue(data.lookup[attribute.attribute_id], attribute)}} Worst {{attribute.worst}} Threshold {{attribute.thresh}} Ideal {{data.lookup[attribute.attribute_id]?.display_type == "raw" ? data.lookup[attribute.attribute_id]?.ideal : '' }} Failure Rate {{attribute.failure_rate | percent}} History