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.

hdparm for seagate sv35 drives

Featured Replies

I just got in 2 3tb sv35 seagate drives.  I wanted to know the best way to disable head parking or apm.  I was thinking adding one of these to my go file:

 

hdparm -B 255 /dev/sdX

Or

hdparm -B 254 /dev/sdX

Or

hdparm -Z 0 /dev/sdX

 

Im not sure which one to use.

-Z  Disable Seagate auto-powersaving mode

-B  Set Advanced Power Management setting (1-255)

Seagate has -B set at 128 out of the box.  Both drives where made in 2013, but they have diff firmware(no updates for either), one from china and one from thailand.

 

And incase anyone wants to know, they are about 50% faster on preclear than wd reds, and run warm, red are 32c these video versions are 39c.

I just got in 2 3tb sv35 seagate drives.  I wanted to know the best way to disable head parking or apm.  I was thinking adding one of these to my go file:

 

hdparm -B 255 /dev/sdX

Or

hdparm -B 254 /dev/sdX

Or

hdparm -Z 0 /dev/sdX

 

Im not sure which one to use.

None of the above. /dev/sd? assignments can change from one boot to the next, so you very well may be applying a  setting to the wrong drive. As to your stated question, I don't know if it's a good idea to mess with head parking parameters unless you have some evidence that says it's needed in those particular models.
  • Author

Im trying to avoid something called the seagate chirp of death.  It happens with the power savings is set very aggressively.  its a common problem for barracuda drives, but i dont know about these sv35 cousins.  Its kinda like the idle3 fix for wd green drives that park the heads every 8 seconds.

You can avoid the /dev/sd assignment issue by referencing the disk by ID, which won't change between reboots. Something like:

 

hdparm -B 255 /dev/disk/by-id/ata-ST9900DL003-XXXXX_YYYYY

 

I do this in my go script for a frequently accessed non-array drive (an old drive with far too many park cycles already). My seagates all start with "ata-ST".

 

 

  • Author

Well on my samsungs hdparm -B 254 works

On my seagates it just throws a "failed: Input/output error" with either _b 254,255 or -Z.

 

"hdparm -B  /dev/disk/by-id/ata-ST3000VX000-1CU166_Z1F22Z4F

 

/dev/disk/by-id/ata-ST3000VX000-1CU166_Z1F22Z4F:

APM_level      = not supported"

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.