This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSD usage and life, data

Purpose of thread: share data from/on SSDs in use, or used, with Sophos UTM.

Please keep discussion in the associated thread "SSD usage and life, discussion".

Run commands, as root, at your own risk.

Commands:

Get smartctl info for /dev/sda using UTM stock drivedb.h:
smartctl -a /dev/sda


Check smartctl version from installed drivedb.h:
grep ^VERSION /usr/sbin/update-smart-drivedb


Check installed drivedb.h SVN-Id/date:
grep -o '$Id.*\$' /usr/share/smartmontools/drivedb.h


Get updated drivedb.h, potentially fixes "Device is: Not in smartctl database" and "Unknown_Attribute":
UTM 9.1, smartctl 5.42
curl 'sourceforge.net/.../drivedb.h


UTM 9.2 and UTM 9.3, smartctl 6.0
curl 'sourceforge.net/.../drivedb.h


Check downloaded drivedb.h SVN-Id/date:
grep -o '$Id.*\$' drivedb.h


Get smartctl info for /dev/sda using downloaded drivedb.h:
smartctl -B drivedb.h -a /dev/sda


This thread was automatically locked due to age.
Parents Reply Children
No Data