{"id":2985,"date":"2023-11-11T16:19:44","date_gmt":"2023-11-11T16:19:44","guid":{"rendered":"https:\/\/voodoo.business\/?p=2985"},"modified":"2025-02-21T15:02:56","modified_gmt":"2025-02-21T15:02:56","slug":"hard-drive-power-draw-at-startup","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2023\/11\/11\/hard-drive-power-draw-at-startup\/","title":{"rendered":"Hard drive power draw at startup"},"content":{"rendered":"\n<p>The maximum power draw a PC with many hard drives happens at boot time, in my case, the PC is a n intel atom D525MW, which hardly draws any power<\/p>\n\n\n\n<p>What this means is that I need an oversized power supply that only does its thing at startup, then becomes an inefficient power supply right after, why this is particularly important is because this computer runs on a UPS, and the number of minutes it can stay up is a very important number.<\/p>\n\n\n\n<p>The solution is to enable <strong>PUIS (Power up in standby)<\/strong>, what this does is allow the disks not to spin as soon as they get power, but instead, spin up upon reception of a command from the controller. so in effect, the disks are spun up sequentially (In turn).<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>There are two ways to enable PUIS, the first is the Jumper method when there is a PUIS jumper on the back of the drive, which is very relevant to me as I am using western digital drives with this jumper, on the western digital website, they make no mentioning of PUIS on the jumpers page, but they tmake no mentioning of pins 3 and 4 ! turns out, <strong>Pins 3 and 4<\/strong>, when connected together with a jumper enable PUIS on the drive.<\/p>\n\n\n\n<p>Te other way to enable PUIS is through hdparm, to check if it is already set, use the command<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">hdparm -I \/dev\/sdb | grep \"Power-Up In Standby\"\n<\/pre>\n\n\n\n<p>If your hard drive has it as a jumper option, the command above helps you explore if the jumper trick is working, otherwise, you need to enable PUIS using hdparm<\/p>\n\n\n\n<p>Mind you, before i explain how to set this up in drives with no jumpers, some controllers are incompatible with this feature, so you will need to at least have a machine that is compatible to set them back if they don&#8217;t work<\/p>\n\n\n\n<p>So, to enable PUIS, use the following command<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo hdparm --yes-i-know-what-i-am-doing -s 1 \/dev\/sdb<\/pre>\n\n\n\n<p>And to set it back (Disable PUIS)<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">hdparm -s 0 \/dev\/sdb<\/pre>\n\n\n\n<p>For your reference, the following is what is mentioned on the wetern digital website about Jumpers, notice that they do not provide an explination of the relevant jumpers<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/voodoo.business\/wp-content\/uploads\/2023\/11\/ssc_desktop.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"788\" src=\"https:\/\/voodoo.business\/wp-content\/uploads\/2023\/11\/ssc_desktop.jpg\" alt=\"\" class=\"wp-image-2990\" srcset=\"https:\/\/www.voodoo.business\/blog\/wp-content\/uploads\/2023\/11\/ssc_desktop.jpg 600w, https:\/\/www.voodoo.business\/blog\/wp-content\/uploads\/2023\/11\/ssc_desktop-228x300.jpg 228w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/voodoo.business\/wp-content\/uploads\/2023\/11\/adv_format_jumper.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"160\" src=\"https:\/\/voodoo.business\/wp-content\/uploads\/2023\/11\/adv_format_jumper.jpg\" alt=\"\" class=\"wp-image-2992\" srcset=\"https:\/\/www.voodoo.business\/blog\/wp-content\/uploads\/2023\/11\/adv_format_jumper.jpg 600w, https:\/\/www.voodoo.business\/blog\/wp-content\/uploads\/2023\/11\/adv_format_jumper-300x80.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>The maximum power draw a PC with many hard drives happens at boot time, in my case, the PC is a n intel atom D525MW, which hardly draws any power What this means is that I need an oversized power supply that only does its thing at startup, then becomes an inefficient power supply right [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29,215,9],"tags":[],"class_list":["post-2985","post","type-post","status-publish","format-standard","hentry","category-hard-disks","category-hdparm","category-pc-hardware"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/2985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=2985"}],"version-history":[{"count":5,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/2985\/revisions"}],"predecessor-version":[{"id":3138,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/2985\/revisions\/3138"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=2985"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=2985"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=2985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}