[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Platte langsam...tunen?



Am Dienstag, 25. Februar 2003 11:59 schrieb Sven Hoexter:
> AFAIR wird dafuer auch ein init script installiert das Du nur noch
> editieren must fuer die entsprechenden Einstellungen. /etc/hdparm.sh
> o.ae.

apt-get install hwtools hdparm
man hdparm 
man hwtools

hdparm --help zeigt die LOptionen.


In meiner  /etc/init.d/hwtools ist folgendes eingetragen:
#       /etc/init.d/hwtools (previously /etc/rc.boot/hwtools)
#[...]
# hdparm optimization
# Switches on interrupts during transfers and does multi sector 
transfers
if command -v hdparm >/dev/null 2>&1; then
#   hdparm -q [PUT ARGS HERE]
        hdparm -q -d1 -k1 /dev/hda
        hdparm -q -d1 -k1 /dev/hdb
        true
fi
#[...]

Ich denke das hilft.

ciao

gerhard



Reply to: