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.

Hard drive SMART always disabled on cold boot

Featured Replies

I've got two Seagate ST3500320AS drives. I updated the fw on both drives to the latest due to a warning when attempting to preclear them. Now, whenever I cold boot, the drives will have SMART disabled. I can enable SMART using smartctl -a -s on /dev/sdX, but even though I read it's suppose to survive a cold boot, it doesn't. It doesn't seem to affect performance but it's just annoying that I can't see the drive temp via unMenu after a cold boot.

 

This is connected to either the supermicro AOC-SASLP controller or the SIL3134 controller. When connected to the MB SATA controller, the SMART is enabled by default.

 

Any suggestions on how to either have the SMART settings stay or turn it on automatically during a boot ? Create a simple script and put it into /boot/config/go ?

Create a simple script and put it into /boot/config/go ?

Yes, that would do it...  something like this:

 

for i in /dev/sd?

do

  smartctl -a -s on $i

done

The above loop will do them all.

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.