Dragon said:
I thought I understood HDD size but perhaps not!
Have a used 2.5 HDD in USB enclosure.
Label says 4.86gb
Format as NTFS and it shows as 4.02gb
As FAT 32 as 4.01gb
Understand (I think) about 1000 versus 1024 as kilo etc.
At gb level that gives a factor of 1.074 (1.024 cubed)
That gets the 4.02 up to 4.32.
Checking the disk under XP shows nothing wrong.
Where is the rest?
Henry
My guess is Windoze will need to use some space to keep track of the files. Each
file will have a name - the characters on that name will take up some bytes, but
don't detract from the amount of space available. Date / time of modification,
creation, access permissions etc all need space. So space has to be found for
data structures that keep information about the files.
Each file will probably have more than one block on the disk. Exactly what
blocks make up the file need to be stored.
All this information takes up space, so a file system will have less available
than the raw disk.
I don't know about Windoze, but on UNIX you can tune the file system to get more
space if you know there will be few files by having less inodes.
Also on UNIX systems, the amount of space reported free is that available to
normal users. The 'root' user has a bit more space. Perhaps windoze does this to.
Are you overlooking the swap file?
Just ideas.
--
Dave K MCSE.
MCSE = Minefield Consultant and Solitaire Expert.
Please note my email address changes periodically to avoid spam.
It is always of the form: month-year@domain. Hitting reply will work
for a couple of months only. Later set it manually.