hdparm.confd 809 B

12345678910111213141516171819202122
  1. # /etc/conf.d/hdparm: Config file for hdparm
  2. #
  3. # Hdparm is a useful system utility for setting (E)IDE hard drive parameters and it can be
  4. # used to tweak hard drive performance and to spin down hard drives for power conservation
  5. #
  6. # For example, for all pata drives you can use this parameter
  7. #
  8. # all="-d1 -c1"
  9. #
  10. # If you have a Seagate disk then you may need to use -Z parameter to disable the automatic
  11. # power-saving function of certain Seagate drives to prevent them from idling/spinning-down
  12. # at inconvenient times
  13. #
  14. # hda="-d1 -c1 -Z"
  15. #
  16. # You can use -X parameter to set the IDE transfer mode for newer (E)IDE/ATA drives but you
  17. # should select the correct mode. PIO 1-4 (Programmed IO), SDMA 0-2 (Single-word DMA),
  18. # MDMA 0-2 (Multi-word DMA) and UDMA 0-5 (Ultra-DMA)
  19. #
  20. # hda="-d1 -c1 -X udma5"