Files
2015-07-31 10:59:10 +03:00

22 lines
809 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# /etc/conf.d/hdparm: Config file for hdparm
#
# Hdparm is a useful system utility for setting (E)IDE hard drive parameters and it can be
# used to tweak hard drive performance and to spin down hard drives for power conservation
#
# For example, for all pata drives you can use this parameter
#
# all="-d1 -c1"
#
# If you have a Seagate disk then you may need to use -Z parameter to disable the automatic
# power-saving function of certain Seagate drives to prevent them from idling/spinning-down
# at inconvenient times
#
# hda="-d1 -c1 -Z"
#
# You can use -X parameter to set the IDE transfer mode for newer (E)IDE/ATA drives but you
# should select the correct mode. PIO 1-4 (Programmed IO), SDMA 0-2 (Single-word DMA),
# MDMA 0-2 (Multi-word DMA) and UDMA 0-5 (Ultra-DMA)
#
# hda="-d1 -c1 -X udma5"