Computer gets very slow while copying files (of any size) from 1 partion to other

0

I have a 1TB WD internal Hard Disk. There are 2 partitions (500gb each). Whenever I copy something from primary partition (C:) to secondary partition (D:), computer gets really slow. You simply can't browse, or watch videos or anything. Any tip ?

EDIT : This is a desktop

Specs-

i3 3220

4gb ddr3 ram

H61MU3 Motherboard

WD WD10EARS 1TB Int HD

OS- Win 7

Hitesh12

Posted 2014-04-24T08:57:48.157

Reputation: 31

Run a smart tool and ensure the health is OK – Dave – 2014-04-24T09:03:01.960

Is HD tune fine ? – Hitesh12 – 2014-04-24T09:06:06.450

I don't know what that means. – Dave – 2014-04-24T09:35:29.873

@Hitesh12: HD Tune should work. Alternatively consider SpeedFan (http://www.almico.com/sfdownload.php) which is free.

– James P – 2014-04-24T09:58:03.030

@Hitesh12: If you run the Task Manager when copying files and set it to Show processes from all users, do you see anything using lots of CPU time? I am just wondering if it is possible that you have some software that is monitoring that partition. – James P – 2014-04-24T11:33:26.563

Answers

0

The process of going from/to the same disk, is like the slowest of all, at some point the cache is not going to be effective, and it is trying to read and write at the same time. Having a second disk could really help, then to layout your system so that your From-To is on the other drive. That also can explain why any other disk activity is very slow, any activity requiring the disk is going to be slow. In fact the faster your copy is going saturating its ability the more likely other disk activity is slowed.

Assuming windows the program "FastCopy" not only will buffer more data into ram during a Single disk operation like this, reducing the strain on the I-While-O problem, but it also has a throttling feature, a few notches down from full speed could get the rest of the disk activity some time slices to operate in.

I would recomend fastcopy, being carefull about how you install it and set it up, so you can use it optionally. There are things that the normal system can be faster at.
Recommend it again , in this situation because it has a "compare" capability, taking lots of extra time to compare, it could show if something else was going wrong.

The more fragmented and the more seperated the data is on the platters, the longer it is going to take also. The more data fill you get the slower it will be also, as the 2nd half (approx) of the hard drives can be fully 1/2 slower than the first half.
If you get a Backup first, then defragmenting the parititons or at least understanding the fragmentation and location of the data could be useful. The program "MyDefrag", running an Analise Only script can show you things , sometimes you might be better off not seeing :-)

In situations like this there might be way more to why it is slow. You should monitor activity closer, possibly check for virus, Do a smart test on the drive, uninstall junk programs, and check with any added stuff you installed turned off. Do not make any assumptions that what I have written is a total answer.

Psycogeek

Posted 2014-04-24T08:57:48.157

Reputation: 8 067