Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Trampas on July 24, 2002, 05:56:05 PM
-
Hi, I tired to turn the DMA feature of my hard drive on using the how to:
http://myezserver.com/downloads/mitel/howto/hdparm-howto.html
however after reboot it still says the DMA is off. Any suggestions?
Thanks
-
I checked in the /home/e-smith/configuration file and I have the following:
hdparm=service|InitscriptOrder:40:status:enabled
I previous ran into a problem where I was debugging the NTP after which the ipchains would not allow access to port 110. I had to manually remove the offending line. My thoughts were that rebooting would rebuild the ipchains which did not happen. Is it possible that on reboot the system is not rebuilding the configuration files?
Thanks
Trampas
-
I suggest you to edit rc.d/rc.local file and put there ALL commands to change HDPARM parameters.
On one server I had " hdparm -c1d1X34m16 /dev/hda " so I just add a line at the end of file with this command!
-
Hi,
'hdparm -k1 /dev/hda' makes the server 'keep' the changes.
Regards,
guestHH
-
I tried doing a
hdparm -k1 /dev/hda
followed by a reboot and it still did not enable the DMA. Is their something I am missing here?
Trampas
-
I finally found the man pages and typed:
hdparm -d1 /dev/hda
then I tried:
hdparam -Tt /dev/hda
Which then returned "Input/output error"
Anyone know why? is the DMA not working on my controller?
Thanks
Trampas
-
What result do you get when you enter the command hdparm -d 1 /hda
I mean the system message you get on your console
-
Starting with the simple stuff you forget... The hardware does support it, and it's enabled in the BIOS, right?
-
My hard drive does support it and I could not find any place in the bios to enable or disable it. Also when I do a hdparm -i it shows up as being supported.
When I do hdparm -d1 /dev/hda it return the correct results however after which if I try a reboot I get an error saying it can not read the hard drive.
Thanks
Trampas
-
OK, I am a idiot. The DMA feature was burried on another screen in the bios
Thanks
Trampas