Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Do a short self test on all disks?

Featured Replies

Is there a way to shoot of a batch job on ALL the disks in the array for a short self test? I have the Simple Features plugin and apparently you can run tests on each drive but per drive. I'm looking to do a way where it will either test them all at once (if possible) or just one at a time when one finishes it will go on to the next until they are all done. With Windows I would just write a simple command line batch job, but not really sure on Linux.

 

 

Is there a way to shoot of a batch job on ALL the disks in the array for a short self test? I have the Simple Features plugin and apparently you can run tests on each drive but per drive. I'm looking to do a way where it will either test them all at once (if possible) or just one at a time when one finishes it will go on to the next until they are all done. With Windows I would just write a simple command line batch job, but not really sure on Linux.

This is the one line "batch" equivalent

 

for i in /dev/[hs]d?;  do smartctl -t short $i; done

 

Joe L.

  • Author

Sorry for being illiterate with this, but where would the results go when the tests finish up? And thank you.

 

 

Sorry for being illiterate with this, but where would the results go when the tests finish up? And thank you.

The same as EVERY short or long test.  The command only requests the tests be started.

  You must perform a smart report on each drive to see the results.  (after waiting an appropriate time for it to complete)

 

Joe L.

 

  • Author

Sorry for being illiterate with this, but where would the results go when the tests finish up? And thank you.

The same as EVERY short or long test.  The command only requests the tests be started.

  You must perform a smart report on each drive to see the results.  (after waiting an appropriate time for it to complete)

 

Joe L.

 

Ah, ok. Gotcha. Thanks.

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.