Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Defragmenting

Reply
 
Old 03-20-2007   #1 (permalink)
kimberlyrox


 
 

Defragmenting

I HATE/LOATHE/DETEST (pick your favorite) the fact that I can not watch the
progress of defragmenting on vista. Is there ANYWAY to change this so I can
see where it is at in the deframentation?

My System SpecsSystem Spec
Old 03-20-2007   #2 (permalink)
PTravel


 
 

Re: Defragmenting


"kimberlyrox" <kimberlyrox@discussions.microsoft.com> wrote in message
news:067122CB-249C-4069-B935-21F505CA2C93@microsoft.com...
>I HATE/LOATHE/DETEST (pick your favorite) the fact that I can not watch the
> progress of defragmenting on vista. Is there ANYWAY to change this so I
> can
> see where it is at in the deframentation?


Take a look at Auslogistic's free de-fragger. It's Vista compatible, much
faster, and gives a display of the fragmentation process.

My System SpecsSystem Spec
Old 03-20-2007   #3 (permalink)
Mark


 
 

Re: Defragmenting

PerfectDisk 8.0


"kimberlyrox" <kimberlyrox@discussions.microsoft.com> wrote in message
news:067122CB-249C-4069-B935-21F505CA2C93@microsoft.com...
>I HATE/LOATHE/DETEST (pick your favorite) the fact that I can not watch the
> progress of defragmenting on vista. Is there ANYWAY to change this so I
> can
> see where it is at in the deframentation?


My System SpecsSystem Spec
Old 03-20-2007   #4 (permalink)
Billy


 
 

Re: Defragmenting

I have been told that defraging doesn't actually do anything on NTFS, what
do you think?

NTFS Billy
"PTravel" <ptravel@travelersvideo.com> wrote in message
news:%23vueXezaHHA.1300@TK2MSFTNGP02.phx.gbl...
>
> "kimberlyrox" <kimberlyrox@discussions.microsoft.com> wrote in message
> news:067122CB-249C-4069-B935-21F505CA2C93@microsoft.com...
>>I HATE/LOATHE/DETEST (pick your favorite) the fact that I can not watch
>>the
>> progress of defragmenting on vista. Is there ANYWAY to change this so I
>> can
>> see where it is at in the deframentation?

>
> Take a look at Auslogistic's free de-fragger. It's Vista compatible, much
> faster, and gives a display of the fragmentation process.


My System SpecsSystem Spec
Old 03-20-2007   #5 (permalink)
kimberlyrox


 
 

Re: Defragmenting


THANK YOU!!!
My System SpecsSystem Spec
Old 03-20-2007   #6 (permalink)
ptravel@travelersvideo.com


 
 

Re: Defragmenting

On Mar 20, 2:38 pm, "Billy" <billyni...@btinternet.com> wrote:
> I have been told that defraging doesn't actually do anything on NTFS, what
> do you think?
>
> NTFS Billy"PTravel" <ptra...@travelersvideo.com> wrote in message
>
> news:%23vueXezaHHA.1300@TK2MSFTNGP02.phx.gbl...
>
>
>
> > "kimberlyrox" <kimberly...@discussions.microsoft.com> wrote in message
> >news:067122CB-249C-4069-B935-21F505CA2C93@microsoft.com...
> >>I HATE/LOATHE/DETEST (pick your favorite) the fact that I can not watch
> >>the
> >> progress of defragmenting on vista. Is there ANYWAY to change this so I
> >> can
> >> see where it is at in the deframentation?

>
> > Take a look at Auslogistic's free de-fragger. It's Vista compatible, much
> > faster, and gives a display of the fragmentation process.


I think you've been told wrong.

My System SpecsSystem Spec
Old 03-20-2007   #7 (permalink)
Adam Albright


 
 

Re: Defragmenting

On Tue, 20 Mar 2007 21:38:40 -0000, "Billy"
<billynicol@btinternet.com> wrote:

>I have been told that defraging doesn't actually do anything on NTFS, what
>do you think?


Run a defrag application and see for yourself.

There has been two camps, to defrag or not to, ever since there were
computers. All hard drives are arranged in sectors. There are virtual
regions created during formatting that Windows uses to store files. A
sector holds X amount of data and/or slack since a sector in use must
be filled, it can't be half empty. Right click on almost any file,
then properties, then look at the details. You'll see two important
values. The size of the file itself, and the space it takes up on your
hard drives which is ALWAYS larger. How much larger depends on the
file size and the size of your sectors. For example if you have a file
that's 4,100 bytes and you have 4,096 byte sectors, this will require
two sectors of your hard drive with almost an entire sector being
wasted to store such a file.

Example: I went to the Windows folder, and just picked a file at
random. Explorer says it is 802 bytes and takes up 4,096 bytes or 1
sector on my root drive. The difference between the actual space used
to fill the sector and the space the file data actually takes up is
called file slack. Windows by itself fills slack with old file
fragements, junk from paging files, etc.. A GIANT security hole, but
that's beyond the scope of this post.

Now that's a little file. Larger files can span many sectors. For
example a large image or video file can span thousands of sectors. If
the sectors used to store the file are uninterrupted meaning they
follow one another, like on a brand new hardly used hard drive then
your hard drive's read/write heads hardly have to move to find the
data you asked for and bring it into memory.

However over time files get fragemented, ie Windows uses random
sectors to store parts of files. Over time more and more files get
broken up to be stored in different sectors all over your hard drive.
Only Windows, not you, know which sectors get used to store any
particular file. This information in FAT32 systems is stored in the
File Allocation Table (FAT). In NTFS file systems there is much more
than a mere table. Everything is journalized with metadata and
indexing, again beyond the scope of this post.

When Windows needs to retreive a file it first looks up where it put
all its pieces then one after another reads from the sectors the file
is stored in. If the file is contained in more than one sector, which
is very common, it needs to move the read/write head of your hard
drive to get it positioned over the correct sectors. We've all heard a
hard drive clicking away madly which often happens when files are
scattered all over since the hard drive now has to jump back and forth
to file all the segments stored in the many sectors used. Over time as
files get more fragemented this can cause Windows to slow down and
more importantly put more ware and stress on one of the few physical
parts of you computer that has moving parts (your hard drive) which it
turn can make the read/write heads drift out of alignment and sooner
or later be unable to read some of your data.

Getting in the habit of defraging your hard drives restores most files
to use ajoining sectors and greatly reduce or eliminate
fragementation. The counter argument is the process of defraging
itself puts a lot of stress and ware on your hard drive. If you get
obsessive about it, maybe. Suggesting NTFS drives don't get
fragemented is simply not understanding the process of how data gets
written and read from your hard drives which is why I explained
briefly how it works.


My System SpecsSystem Spec
Old 03-20-2007   #8 (permalink)
NoStop


 
 

Re: Defragmenting

kimberlyrox wrote:

> I HATE/LOATHE/DETEST (pick your favorite) the fact that I can not watch
> the
> progress of defragmenting on vista. Is there ANYWAY to change this so I
> can see where it is at in the deframentation?


Well, I guess you'd be even more hating, loathing and detesting Linux, as
drives on a mature and real operating system like Linux don't even
require "defragging". :-)

Cheers.

--
The "Wow" starts now.
http://www.youtube.com/watch?v=KyLqUf4cdwc&eurl=

Windows is not a virus! Viruses are small, efficient and built to get a job
done. Windows on the other hand ...

My System SpecsSystem Spec
Old 03-20-2007   #9 (permalink)
Ronnie Vernon MVP


 
 

Re: Defragmenting

Kimberly

You might want to take a look at the following FAQ from the Microsoft
product team that owns the Defragmenter in Vista. It explains in depth why
certain decisions on how the defragmenter works in Vista were made.

The Filing Cabinet : Disk Defragmenter FAQ:
http://blogs.technet.com/filecab/pag...enter-faq.aspx


--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"kimberlyrox" <kimberlyrox@discussions.microsoft.com> wrote in message
news:067122CB-249C-4069-B935-21F505CA2C93@microsoft.com...
>I HATE/LOATHE/DETEST (pick your favorite) the fact that I can not watch the
> progress of defragmenting on vista. Is there ANYWAY to change this so I
> can
> see where it is at in the deframentation?


My System SpecsSystem Spec
Old 03-20-2007   #10 (permalink)
amenx


 
 

Re: Defragmenting

"Adam Albright" wrote:

> Example: I went to the Windows folder, and just picked a file at
> random. Explorer says it is 802 bytes and takes up 4,096 bytes or 1
> sector on my root drive.


I guess that explains why my Favorites folder which holds over 1600+ links
and is only 550kb shows 50mb as "size on disk"!
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
defragmenting Vista performance & maintenance
12 Hrs and still defragmenting Vista performance & maintenance
Defragmenting Vista performance & maintenance
defragmenting Vista performance & maintenance
Defragmenting Vista performance & maintenance


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46