S.M.A.R.T. for USB drives

@phillxnet sorry for the delay. I am going to look into submitting that drive into smartmoxntools today. I never thought of doing that.

This is what one of the lines looked like before I added to it:

o, e, rc = run_command([SMART, '-H', '--info', '/dev/%s' % device], throw=False)

Here is the line after I added the -d sat:

o, e, rc = run_command([SMART, '-d', 'sat', '-H', '--info', '/dev/%s' % device], throw=False)

There are 8 lines that need to be changed. After rebooting, I had to click around in the disk section for a while before Rockstor reported that the drive was S.M.A.R.T. enabled.

1 Like