Giter VIP home page Giter VIP logo

hd-idle-systemd's Introduction

hd-idle-systemd

Starting/stopping hd-idle on Raspberry Pi via systemd, to keep your external hard drives from spinning 24/7.

A typical application of hd-idle would be to spin down an external hard drive that is attached to a Raspberry Pi and used for storing backup data. Since that hard drive is not in use most of the time, it can be safely spun down.

Determine UUID

It is best to use hd-idle via UUIDs, especially if you have multiple hard drives attached to the Pi (and it is not guaranteed which drive will get /dev/sda assigned).

You can determine the UUID of the partition on the hard drive that you want to spin down using lsblk:

lsblk -o PATH,UUID

Installation

  • download and install hd-idle release

    https://github.com/adelolmo/hd-idle/releases

  • copy hd-idle.sh into:

    /usr/local/bin
    
  • edit hd-idle.sh, adjusting the parameters (variable PARAMS) passed to hd-idle executable to suit your needs:

  • copy hd-idle.service into:

    /etc/systemd/system
    
  • enable service

    sudo systemctl enable hd-idle
    

hd-idle-systemd's People

Contributors

fracpete avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.