Mess up copies if use XP application?

E

Eddie

I use Windows XP and I have these partitions:

C contains the XP system.
D contains data
E is empty

I usually need to copy approx 10GB from D to E. I want the data to
be stored on E as unfragmented as possible.

Would running an application on C at the same time somehow mess up
the copy of data from D to E in such a way as to make the data on E
more fragmented?

(Maybe affecting the numbers of simultaneous "streams" of data or
maybe affecting the buffers being used or something like that.)
 
S

Sjouke Burry

Eddie said:
I use Windows XP and I have these partitions:

C contains the XP system.
D contains data
E is empty

I usually need to copy approx 10GB from D to E. I want the data to
be stored on E as unfragmented as possible.

Would running an application on C at the same time somehow mess up
the copy of data from D to E in such a way as to make the data on E
more fragmented?

(Maybe affecting the numbers of simultaneous "streams" of data or
maybe affecting the buffers being used or something like that.)
Fragmenting on E only occurs when more programs try to write to it
at the same time, so only when the C program tries to write E at the
same time, will fragmentation take place.
The time slicing between you and the C progam in itself will not
cause fragmentation.
 
R

Rod Speed

Eddie wrote
I use Windows XP and I have these partitions:
C contains the XP system.
D contains data
E is empty
I usually need to copy approx 10GB from D to E.
I want the data to be stored on E as unfragmented as possible.

Why ?
Would running an application on C at the same time
somehow mess up the copy of data from D to E in
such a way as to make the data on E more fragmented?
Nope.

(Maybe affecting the numbers of simultaneous "streams" of data
or maybe affecting the buffers being used or something like that.)

Those doent affect fragmentation.
 
G

GT

Rod Speed said:
You dont qualify, so **** off.

Now come on Rod, you've got better insults than that - we know you have as
you use them everyday when your insane judgement and advice is challenged!
 
B

Bilky White

GT said:
Now come on Rod, you've got better insults than that - we know you have as
you use them everyday when your insane judgement and advice is challenged!

Knob Speed is hilarious, please don't scare him away. He's almost as
entertaining as Frank Ifield.
 
D

detlev.e

Sjouke said:
Fragmenting on E only occurs when more programs try to write to it
at the same time, so only when the C program tries to write E at the
same time, will fragmentation take place.
The time slicing between you and the C progam in itself will not
cause fragmentation.

Doesn't the OS write systemv olume information to that partition and
perhaps it des that whilst copying data from one partition to another?
 
R

Rod Speed

detlev.e wrote
Sjouke Burry wrote
Doesn't the OS write system volume information to that partition
Yes.

and perhaps it des that whilst copying data from one partition to another?

Nope, nothing gets written to any partition that isnt being copied to.

And that 'system volume information' doesnt affect fragmentation of files on that volume anyway.
 

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