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

Re: hdparm



> > hab' den Rechner neu gestartet, und bekomme immer noch die Meldung,
> > dass dma nicht akvtiviert ist. Eine spätere Überprüfung ergibt das 
gleiche.

> Falls es mit hdparm allein nicht geht nimm die hwtools:
>
> apt-get install hwtools
> less /usr/share/doc/hwtools/README.Debian
> irqtune:
> Please edit /etc/init.d/hwtools script to activate irqtune on boot time.
> The file contains example invocations for irqtune, hdparm and qic02conf

Hab' ic gemacht. Das Skript sieht jetzt bei mir so aus:

--------------------------------

# Optimize interrupts. You might want to add parameters if you want
# to favor ttyS1 or ttyS0 or something else.
if command -v irqtune >/dev/null 2>&1; then
#   irqtune [PUT ARGS HERE]
   true
fi

# hdparm optimization
# Switches on interrupts during transfers and does multi sector transfers
if command -v hdparm >/dev/null 2>&1; then
   hdparm -q -d1 /dev/hda /dev/hdb
   true
fi

--------------------------------

irqtune brauche ich doch nicht zu ändern, oder? Der Rest müsste doch stimmen?

Gruss
Klaus



Reply to: