Giter VIP home page Giter VIP logo

Comments (2)

adelolmo avatar adelolmo commented on September 26, 2024

I have a briefly introduction to the topic in the readme.

This is my current setup:

tree /dev/disk/
...
├── by-id
│   ├── ata-WDC_*** -> ../../sdb
│   ├── ata-WDC_***-part1 -> ../../sdb1
...
│   ├── usb-Intenso_External_USB_3.0_*** -> ../../sda
│   ├── usb-Intenso_External_USB_3.0_***-part1 -> ../../sda1
│   ├── usb-WD_Elements_*** -> ../../sdc
│   ├── usb-WD_Elements_***-part1 -> ../../sdc1
│   ├── usb-WD_Elements_*** -> ../../sdd
│   └── usb-WD_Elements_***-part1 -> ../../sdd1
├── by-label
...
│   ├── disk1 -> ../../sdb1
│   ├── disk3 -> ../../sda1
│   └── parity1 -> ../../sdd1
├── by-partlabel
│   └── disk2 -> ../../sdc1
...
drive name description command type
sda disk3 usb-Intenso_External_USB_3.0_*** scsi
sdb disk1 ata-WDC_*** ata
sdc disk2 usb-WD_Elements_*** scsi
sdd parity1 usb-WD_Elements_*** scsi

This is the configuration:

HD_IDLE_OPTS="-i 600 -c scsi -a /dev/disk/by-label/disk1 -c ata -l /var/log/hd-idle.log"

Once you have play around with your disk you can bring your results as PR if you want it.

from hd-idle.

adelolmo avatar adelolmo commented on September 26, 2024

Though when hd-idle logs no errors with scsi as the command type, it appears that doesn't actually work. With ata, errors are logged, but it does actually work!

This should be fix by #58

from hd-idle.

Related Issues (20)

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.