> Andrew Edwards wrote:
>
> How do I turn off hd optimizations..I am so worried because my hard
> drive access light stays on all the time. Fresh installs don't do the
> trick. I am running 6.0 on a k6-380 and a Tyan At100 motherboard
> (128megs) with a Seagate udma2 ide hard drive. Can anyone give me a
> clue?
comment all lines refering to hdparm in /etc/rc.d/rc.sysinit :
# Optimisation of Hard drive.
#if [ -x /sbin/hdparm ];then
#LIST_HD=$(grep '^hd.*' /var/log/dmesg|\
# grep -ivE '(CD.*ROM|FLOPPY)'|cut -d: -f1|sort|uniq)
# for i in $LIST_HD;do
# action "Starting Hard Drive optimisations for $i" \
# hdparm -q -c1 -q -A1 -q -m16 -q -d1 /dev/$i
# done
#fi
--
MandrakeSoft http://www.mandrakesoft.com/
--Thierry