Am Mittwoch, 23. Oktober 2002 19:56 schrieb Gregory K. Meyer: > On Wednesday 23 October 2002 12:43 pm, Steffen Barszus wrote: > > The solution seems to be this : > > ..... > > # Turn on harddisk optimization > > # There is only one file /etc/sysconfig/harddisks for all disks > > # after installing the hdparm-RPM. If you need different hdparm > > parameters # for each of your disks, copy /etc/sysconfig/harddisks to > > # /etc/sysconfig/harddiskhda (hdb, hdc...) and modify it. > > # Each disk which has no special parameters will use the defaults. > > # Each non-disk which has no special parameters will be ignored. > > # > > .... > > I tried to uncomment the USE_DMA=1 line but that did not effect the ATAPI > devices. I temporarily solved the problem by adding > > hdparm -d1 /dev/hda > hdparm -d1 /dev/hdc > > to the bottom of my /etc/rc.d/rc.local file.
cp /etc/sysconfig/harddisks /etc/sysconfig/harddiskhda and cp /etc/sysconfig/harddisks /etc/sysconfig/harddiskhdc and uncommenting it in there does not work ? At least it works for you :) Greets Steffen
