I have 2 HD's. One 60GB Maxtor 5.4k and one 120GB 5.4k that came with HP a330n. Transfer rate on the 60 gig is about 32MB/s and the 120 gig is 3MB/s ... All programs and OS are on the 120GB .. Media/Backup is on the 60GB .. When I use disk doc. I can see it checking the sectors on teh 120 and it bounces all over the place, but on the 60GB everything is done in order and ALOT quicker and not because of the size.. Anyone have an idea on what could be causing this?
Yeah theres something wrong with it. Try defragmenting it for starters.
If the hdd supports SMART then use speedfan or something to read the SMART status.
Make sure the ide(?) cable is plugged all the way in, I once had with my old ide hdd the cable poorly plugged in and it slowed it way down
"Did he dazzle you with his extensive knowledge of mineral water? Or was it his in-depth analysis of, uh, uh, Marky Mark that finally reeled you in?" - Troy Dyer (Ethan Hawke), Reality Bites, 1994
Reply to SomeJoe7777
Yeah theres something wrong with it. Try defragmenting it for starters.
If the hdd supports SMART then use speedfan or something to read the SMART status.
Make sure the ide(?) cable is plugged all the way in, I once had with my old ide hdd the cable poorly plugged in and it slowed it way down
Out of all the attributes, I have 6 with an OK. and the others dont have anything. Will check the cable in a bit.
Save it and run it, reboot and see if its in DMA.....but it falling to PIO could mean the drive is going bad, or more commonly the cable is defective. Windows will put drives in PIO if it has trouble and errors writing and reading from them....
The code for the VBS. so you can see it
Code :
' Visual Basic Script program to reset the DMA status of all ATA drives
It is indeed in PIO Mode, and will not change to DMA.
Perform the following procedure:
1. Update Windows XP to SP2 if you haven't done so already.
2. Make SURE the IDE cable you're using is an 80-conductor cable (blue connector for motherboard, black and gray connectors for devices), and is NO MORE than 18" long. If your cable doesn't look like this, trash it and get a correct cable.
3. Go into Computer Management, and click on Device Manager.
4. Expand the IDE ATA/ATAPI Controllers node.
5. Double-click on the IDE controller that contains the hard drive that is stuck in PIO mode.
6. Go to the Driver tab, and click Uninstall to remove this IDE controller.
7. Restart the computer. Windows XP will reinstall the IDE controller during the restart.
8. After the restart, go back into Device Manager and verify that the IDE controller is reinstalled.
9. Run regedit, locate the following key:
10. Inside each of the 0001, 0002, 0003, etc. keys, do the following:
Create a new DWORD value named "ResetErrorCountersOnSuccess". Set the value to 1.
11. Restart the computer.
12. Go back into device manager, make sure the offending hard drive is now in DMA mode.
The .vbs program that nukemaster posted essentially does the same thing.
------------------------------- SomeJoe7777
"Did he dazzle you with his extensive knowledge of mineral water? Or was it his in-depth analysis of, uh, uh, Marky Mark that finally reeled you in?" - Troy Dyer (Ethan Hawke), Reality Bites, 1994
Reply to SomeJoe7777
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.