Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-10-2004, 09:19 PM
|
#1
|
Member
Registered: Oct 2002
Posts: 44
Rep:
|
Hard drive running *very* slow?
I don't know exactly when it started, but I noticed it when I formatted my other hard drive and reinstalled windows. After Windows booted, I decided to clear the slow hard drive and install linux. Well, copying anything from it took an extended period of time. (Took literally an hour to copy 15gb). Then I used Partition Magic to resize the partition on it, and it took well over 2 hours just for that.
It's a Maxtor 40gb 7200rpm drive.
Could it be that the HD is going bad? Could it be a lack of power going to it? Or some sort of problem with settings?
|
|
|
08-10-2004, 10:24 PM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
have you tired zeroing the drive (low-level format) and then re-formatting it to see if it helps??
for example (from a live cd):
dd if=/dev/zero of=/dev/hda
(obviously this operation will take a very long time...)
also, you can adjust your hard disk parameters with hdparm...
do a "man hdparm" for info on this...
you can run a test to see how fast your drive is performing like this (for example):
hdparm -tT /dev/hda
post the results of this if you like...
we can help you tweak your drive if you want...
Last edited by win32sux; 08-10-2004 at 10:26 PM.
|
|
|
09-21-2004, 06:47 PM
|
#3
|
Member
Registered: May 2003
Location: Calgary, Canada
Distribution: Arch Linux
Posts: 194
Rep:
|
I have the exact same hard drive and the same problem - it's SLOW...about 20% of what it should be...don't have a solution.
|
|
|
09-21-2004, 07:25 PM
|
#4
|
Member
Registered: Apr 2003
Location: Tampa, Florida
Distribution: Mint 17.2 ,OpenSuse, Kali and Pepermint OS 6
Posts: 276
Rep:
|
Your Maxtor HD come up on your system as Quantom Fireball....cause Maxtor bought out Quantom and put Maxtor stickers on the drive and sold them as maxtor drives for fairly cheap...the problem is they dont really meet up to maxtor speed standard the seek time is slower and the cache is less...result slower HD
P.S I have one of those drives...and hdparm help speed it up
|
|
|
09-21-2004, 08:04 PM
|
#5
|
Member
Registered: Feb 2004
Location: Ottawa, Ontario, Can
Distribution: Slackware, ubuntu
Posts: 391
Rep:
|
Check if dma is enabled:
Code:
hdparm -i /dev/hdx |grep dma
Enable it by doing hdparm -d1 /dev/hdx
|
|
|
09-21-2004, 08:19 PM
|
#6
|
Member
Registered: Aug 2004
Location: Atlanta, GA
Distribution: Slackware, PC-BSD v0.6, FreeBSD v5.3
Posts: 82
Rep:
|
Another possiblity could be that the HDD is overheating and slowing down. Maxtor HDDs are notorious for running super hot and they need to be in a box with good ventilation or a HDD fan. That is one of the huge reasons I went with WD instead of Maxtor. The WD drive might be a tad bit more noisy but it runs cool. Just an idea for you to look at.
|
|
|
All times are GMT -5. The time now is 04:35 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|