chasgl <> wrote:
>I have an external drive if I choose properties is says used space is 678
>Gigabytes. If I go to windows explorer with Show hidden folders and files
>selected, select all folders and files in the root directory (including the
>recycle bin), and select properties then it says I am using 348 gigabtes.
>How can I find out where the rest of the space went and reclaim it ?
The usual reason for this kind of thing is slack space. The file
system allocates chunks of disk space called "clusters" to files.
Generally a file will fill some number of clusters entirely, then part
of another one. So the rest of the space in that last cluster cannot
be used. If you have a lot of small files on a disk (small in this
case meaning smaller than a cluster), then the amount of slack space
relative to actual data can be quite high, since none of these small
files will fill an entire cluster.
Another, more remote, possibility, if your disk uses the NTFS file
system is alternate data streams. The normal used/free space report
won't see these things at all. This is a possibility but it's not very
likely. See
http://members.cox.net/slatteryt/Streams.html for
information and a way to see how many of these exist on your drive.
--
Tim Slattery
MS MVP(Shell/User)
http://members.cox.net/slatteryt