Unreadable Sector: Different disks same slot...Coincidence?

thepixelgeek

Patron
Joined
Jan 21, 2016
Messages
271
@joeschmuck If I wanted to do a Cron for this script, I'm assuming it will need to run after the SMART test is completed? For example, I have my long test (all 12 disks) run weekly at 8 pm Sunday. It most likely is completed by 8 pm Monday. Airing on the side of caution, I'm thinking the Cron job could run Tuesday morning?
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,996
That script can be run anytime you desire and it will read the data from the hard drives and send it to you in an email. I run a script similar to this myself at 10AM each morning this way I know that if a SMART Long test was scheduled for the day, the test "should" be completed by the time the script runs. Sometimes the long test isn't completed because I had disk activity which does slow the test down, but then I get a report on how far it's tested and I'll have to wait until the next day to get a complete report.

My point is that I think you are trying to do it at a good time. If you are sending the report to an email address that you check after 8PM Monday night then that is fine, but I would send it Tuesday morning at maybe 6AM (just before you would normally check your email). In other words, the results can wait until you are ready for them.

Also, if you are testing all the drives at once for an Extended test, that will slow down NAS operations some but definitely slow down the SMART test. If this is in a work environment and you expect people to use the NAS for real work, maybe test 2 drives a day it mitigate any slowness. If this is a home system and it's not a big deal, then what you have going on is fine.
 
Top