How to turn off one of SATA HDDs installed in the computer to save power?

Ivan

I have bought an SSD to replace my HDD to make my Xubuntu 16.10 laptop faster but there is hardly too much of space on it so I've decided to keep the old big HDD as a second drive replacing the DVD+RW drive with it.

I am going to store big, rarely needed files like distros, backups, movies etc on the HDD, so I am not going to need access to it 100% of time.

Is there a way to power it off to save the battery when I am not using it?

Hewbot

What you're looking for is the hdparm utility.

It allows you to control your hard drives' power settings, apart from benchmarking and other stuff.

With hdparm -y /dev/sdX you put the disk into standby mode. This way, whenever you access the disk, it should automatically wake up and work back again.

There's an even deeper resting mode, which can be set with -Y instead of -y, but you may need to restart your computer in order to make the HDD work again, depending on the device.

Since manually having to put it to sleep is a bit of a hassle, you can set a timer to do it after a specific amount of time with the -S option.

From ArchWiki:

A device which is rarely needed can be put to sleep directly at the end of the boot process. This does not work with the above udev rule because it happens too early. In order to issue the command when the boot is completed, just create a systemd service.

/etc/systemd/system/hdparm.service

[Unit]
Description=hdparm sleep

[Service]
Type=oneshot
ExecStart=/usr/bin/hdparm -q -S 120 -y /dev/sdb

[Install]
WantedBy=multi-user.target

Then enable it.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to turn off one of SATA HDDs installed in the computer to save power?

분류에서Dev

How to turn off Wireless power management permanently

분류에서Dev

Computer Won't Turn On And Power Goes Out

분류에서Dev

Power off the computer every night and hardware life

분류에서Dev

Shutdown Windows 10 without power off computer

분류에서Dev

How can I get or make a USB to SATA-power cable?

분류에서Dev

How to turn off screen (headless installation)

분류에서Dev

My computer doesn't start - it is stuck in a turn-on, turn-off loop

분류에서Dev

How to configure the power off button to just power off instantly in Ubuntu 17.10 (Gnome)

분류에서Dev

How do I turn off all the password prompts?

분류에서Dev

How to turn off single user mode on a remote machine?

분류에서Dev

How to turn off write protection in win 7 using diskpart?

분류에서Dev

How to turn off the boot up beep of Ubuntu Live USB?

분류에서Dev

how to turn off password-less login for ssh?

분류에서Dev

How can I change power off function on my android

분류에서Dev

How to power off a system but still keep it available on the network

분류에서Dev

Hard power-off as a requirement. How to safely enable?

분류에서Dev

How to copy an installed application to another computer that lacks the build tools?

분류에서Dev

How to shut down the computer safely by pressing the power button?

분류에서Dev

Numlock on when computer is off

분류에서Dev

Turn off spellcheck in OneNote 2010

분류에서Dev

How to turn off auto start on-screen-keyboard on Windows 7 64 bit?

분류에서Dev

How can I get the Quill editor authorship module to turn highlighting on and off?

분류에서Dev

How can you turn Core Isolation Memory Integrity back off again in Windows 10 build 17127 and later

분류에서Dev

How do I turn off bullet list formatting all of the lines to bullet lists in Word 2013?

분류에서Dev

how to turn off (with a checkbox) WPF/MVVM DataGrid grouping that is implemented using CollectionViewSource?

분류에서Dev

How do I turn off the annoying clicking sound when browsing web pages in Internet Explorer?

분류에서Dev

Why does one of my two Dell monitors unexpectedly enter power save mode when using DisplayPort daisychaining?

분류에서Dev

how to create circle that cut off one piece with css

Related 관련 기사

  1. 1

    How to turn off one of SATA HDDs installed in the computer to save power?

  2. 2

    How to turn off Wireless power management permanently

  3. 3

    Computer Won't Turn On And Power Goes Out

  4. 4

    Power off the computer every night and hardware life

  5. 5

    Shutdown Windows 10 without power off computer

  6. 6

    How can I get or make a USB to SATA-power cable?

  7. 7

    How to turn off screen (headless installation)

  8. 8

    My computer doesn't start - it is stuck in a turn-on, turn-off loop

  9. 9

    How to configure the power off button to just power off instantly in Ubuntu 17.10 (Gnome)

  10. 10

    How do I turn off all the password prompts?

  11. 11

    How to turn off single user mode on a remote machine?

  12. 12

    How to turn off write protection in win 7 using diskpart?

  13. 13

    How to turn off the boot up beep of Ubuntu Live USB?

  14. 14

    how to turn off password-less login for ssh?

  15. 15

    How can I change power off function on my android

  16. 16

    How to power off a system but still keep it available on the network

  17. 17

    Hard power-off as a requirement. How to safely enable?

  18. 18

    How to copy an installed application to another computer that lacks the build tools?

  19. 19

    How to shut down the computer safely by pressing the power button?

  20. 20

    Numlock on when computer is off

  21. 21

    Turn off spellcheck in OneNote 2010

  22. 22

    How to turn off auto start on-screen-keyboard on Windows 7 64 bit?

  23. 23

    How can I get the Quill editor authorship module to turn highlighting on and off?

  24. 24

    How can you turn Core Isolation Memory Integrity back off again in Windows 10 build 17127 and later

  25. 25

    How do I turn off bullet list formatting all of the lines to bullet lists in Word 2013?

  26. 26

    how to turn off (with a checkbox) WPF/MVVM DataGrid grouping that is implemented using CollectionViewSource?

  27. 27

    How do I turn off the annoying clicking sound when browsing web pages in Internet Explorer?

  28. 28

    Why does one of my two Dell monitors unexpectedly enter power save mode when using DisplayPort daisychaining?

  29. 29

    how to create circle that cut off one piece with css

뜨겁다태그

보관