I have a couple of old 120GB IDE Western Digital disks in my computer connected to a controller with JMicron 363 chipset. Problem is, they are insanely slow. They are formatted with ext3. 1% reserved.
Code:
hdparam -t /dev/hdc
/dev/hdc:
Timing buffered disk reads: 4 MB in 3.64 seconds = 1.10 MB/sec
This wouldn't really be a problem, but any sort of io access to either disk brings my computer to a crawl. Reading slows it down to basically unusable, and writing just kills it.
I usually connect to this machine remotely and any attempt to write to either drive kills all ssh sessions (along with any other network services like NAT,) and prevents me from reconnecting for about 15-20 mins.
When I am finally able to reconnect there is nothing in the logs that shows any sort of errors.
These disks are old, but I expect them to perform at least a little better than cd-roms :-) It would also be really nice if there was a way to background rw access so that it doesn't dominate the computer.
Any ideas welcome! I'd love to hear that it is just some dumb setting I need to change and I'll get 50MB/s out of them :-)
Happy holidays.