????Right arrow???

  • Thread starter Thread starter tjm06 via WindowsKB.com
  • Start date Start date
T

tjm06 via WindowsKB.com

a right arrow next to a program means what?? Also, why would we defrag our
computers?
I'm having a hard time in My WINXP course, because I've never had it, and so
I'm having a little diffuculty, so thanx for all the help?
 
a right arrow next to a program means what??

Where do you see this?
Also, why would we defrag our computers?

To defragment files that are fragmented.

Type: Using Disk Defragmenter in the Search box in Help and Support.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Hi

Where, exactly, do you see the arrow? Defrag you PCs - yes - it can speed
your PCs up no end.

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
Please, iIn the future, when you have more than one unrelated questions,
it's best to ask them in separate messages.
a right arrow next to a program means what??


Beats me. Where are you seeing these arrows.

Also, why would we
defrag our computers?


Files are written in increments of disk space called "clusters." If you're
using NTFS with the default cluster size, your clusters are 4K each. Let's
say you write a few files, and they are in order like this:

file 1 cluster1
file 1 cluster 2 (end)
file 2 cluster 1
file 2 cluster 2
file 2 cluster 3 (end)
file 3 cluster 1 (end)
file 4 cluster 1 (end)
file 5 cluster 1
file 5 cluster 2
file 5 cluster 3 (end)

Now you delete files 2 and 4. Your disk now looks like this:

file 1 cluster1
file 1 cluster 2 (end)
available cluster
available cluster
file 3 cluster 1 (end)
available cluster
file 5 cluster 1
file 5 cluster 2
file 5 cluster 3 (end)

Then you write a new file which takes up five clusters. You disk now looks
like this:

file 1 cluster1
file 1 cluster 2
file 6 cluster 1
file 6 cluster 2
file 3 cluster 1 (end)
file 6 cluster 3
file 5 cluster 1
file 5 cluster 2
file 5 cluster 3 (end)
file 6 cluster 4
file 6 cluster 5 (end)

Note that file six's five clusters are not contiguous, but in three groups,
clusters 1 and 2, 3, and 4 and 5. That lack of continuity is called
"fragmentation," and makes it take longer to read or write the file, because
the drive heads have to move to get from cluster 2 to 3 and from 3 to 4.

Defragmentataion is the process is rearranging the clusters, so the files
are all contiguous again, something like this:

file 1 cluster1
file 1 cluster 2
file 6 cluster 1
file 6 cluster 2
file 6 cluster 3
file 6 cluster 4
file 6 cluster 5 (end)
file 3 cluster 1 (end)
file 5 cluster 1
file 5 cluster 2
file 5 cluster 3 (end)

That makes the files on the drive faster to read and write again.
 
The OP is future Windows Vista programmer, so be nice, Ken. ;-)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Back
Top