Pc crawls when copying files why ??

  • Thread starter We Live For The One We Die For The One
  • Start date
W

We Live For The One We Die For The One

Is this an IDE thing, is it better with SATA, or is Scussi the only
way ?

From what i read the SCUSSI interface using its own controler is this
alot better than IDE, or SATA ?

Thanks.
 
T

Tod

Check all the settings in bios
Look for device conflicts in device manager.
Update drivers.

I would try the above first, before getting SATA or SCSI
 
B

Bob Willard

We said:
Is this an IDE thing, is it better with SATA, or is Scussi the only
way ?

From what i read the SCUSSI interface using its own controler is this
alot better than IDE, or SATA ?

Thanks.

1. If the source file and the target file are on the same HD you
will get a lot of contention and a lot of seeks, regardless of
the type of bus or quality of bus adapter.

2. Large files are not copied in one piece, but in hunks. So:
a. Seek to and read source file metadata
b. Seek to and read source file data hunk
c. Create and seek to and write target file metadata
d. Seek to and write target file data hunk
e. If not done, go back to a.

Of course, it is not quite that bad for several reasons: caches
for metadata and read-ahead caching and write-behind caching help
a lot.

Copying files under WinWhatever, using Explorer drag'n'drop, is not
much better that using COPY under DOS. M$ could do better, but there
is not much incentive for them to optimize file copying for speed,
particularly since most desktop/laptop PCs only have one HD.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top