saxman said:
I have - as best as I could - followed the advice Gerry & JS have provided,
with no improvement in disk space. Here are the details:
Hard file size = 32.7 GB (Actually, there's a 2nd partition of 4.5 GB on the
drive, for a total of about 37 GB. Perhaps the 2nd partition holds the OS?)
Space Used = 28.9 GB according to the Properties.
Space Available = 3.8 GB
If I highlight all (including hidden) files in the C: drive from explore, it
says there is 11.7 GB being used. I have done a folder by folder analysis,
without finding any folder that looks bloated, and the total I come up with
(ignoring folders that have less than 1 MB) is 9.9 GB.
Space missing without explanation = 16.2 GB. This seems like it's like an
elephant being missing in a broom closet. It ought to be obvious, but I
can't find it.
All the Windows Uninstall files were already compressed. They take up < 200
MB. System Restore has been minimized as has the Recycle Bin. There is
about 0.1 MB in use by temporary files. Compressing old files can save
another 0.2 MB - clearly peanuts in comparison with what's missing. I do not
find any functional Norton software on the system.
I use the hibernation feature of the laptop extensively.
I'm thinking we've covered all the obvious places to look and had no
success. It's almost like there is mirroring being done, but I'm not looking
in the right place to identify that.
I've read about files that can't be recognized by Windows due to leading
spaces in their names - corruptions either on purpose or by accident. Can
you comment on whether that's a possibility and how to find them if present?
Or can you suggest a new path to take that might lead me to a solution?
Once again, thanks for your help.
It is pretty hard to guarantee that you see everything on a disk. For example,
I've heard of rootkits, where they replace a system file, and that compromised
system file prevents any file beginning with a certain first letter from being
listed. That allows hidden directories, like where the root kit is located. So
asking the OS, what files are present, could in fact return a wrong answer,
because the system is compromised.
Disks have a capability to support HPA or host protected area. A reason for doing
that, might be to hide a recovery partition. The "total size" of the disk may
report less than what the user knows the physical size of the disk to be. If
the properties of the disk appear "normal", then perhaps an HPA isn't being used.
HPA effectively changes the declared physical size of the drive.
*******
You can get ATA/ATAPI specs here. Password is listed on the first link.
See "4.9 Host Protected Area feature set" in the first document, for features.
http://www.t13.org/FTPSite/Default.aspx
ftp://ftp.t13.org/docs2002/d1532v1r1a-ATA-ATAPI-7.pdf (a volume 1)
ftp://ftp.t13.org/docs2002/d1532v2r1a-ATA-ATAPI-7.pdf (a volume 2)
*******
In your situation, I would be hard pressed to guarantee I could see all
files. I think I've even tried examining my Windows disk in Linux, and not
everything was visible. Commercial forensic software might be able to do
a better job of seeing stuff.
I found this toy. It runs from the DOS prompt. Disk Usage from sysinternals.
http://www.microsoft.com/technet/sysinternals/FileAndDisk/du.mspx
This is the command syntax I used in a DOS box, while CD'ed into the
directory containing du.exe .
du -v c:\ >out.txt
At the end of the run, it tells me the totals, as in:
Files: 24473
Directories: 2505
Size: 13,504,574,025 bytes
Size on disk: 12,610,603,430 bytes
Anything outside of the ordinary, is probably not visible that way.
But it only takes a few minutes to run.
If I do properties on my C drive, my used space is 12,763,529,216 so
I'm missing a small bit.
Paul