ATA33.var
Thomas Lange
lange at informatik.Uni-Koeln.DE
Thu Jul 11 16:29:12 CEST 2002
>>>>> On 10 Jul 2002 10:08:16 +0200, Ronan KERYELL <Ronan.Keryell at enst-bretagne.fr> said:
> What is the meaning of this black magic:
> # enable ultra ATA/33 modus for hard disk hda create
> # etc/rcS.d/S61hdparm
> # if defined, this line is executed and written to
> # /etc/init.d/S61hdparm
> hdparm='hdparm -c1 -d1 -m16 -X66 /dev/hda'
> # tune harddisk during installation
> [ "$hdparm " ] && eval $hdparm
It defines a command inside a variable and executes it. This should
tune the harddisk parameters. It was used for 2.2 kernel, which do
not enable the fastest DMA mode.
> What can I do ?
Do not define the class ATA33.
--
Gruss Thomas
More information about the linux-fai
mailing list