Again, the output of a TCC session:
As far as I know, neither the drive nor that file are compressed (I don't use compression).
And it gets even stranger. Look at the below, where I repeated the above:
204,800 bytes free when deleting a 10,004 byte file? Obviously compression has nothing to do with this!
Code:
[Z:\]*dir e1*
3/26/2013 17:02 10,004 e10,000.txt
[Z:\]del "e10,000.txt"
Deleting Z:\e10,000.txt
1 file deleted 8,192 bytes freed
As far as I know, neither the drive nor that file are compressed (I don't use compression).
And it gets even stranger. Look at the below, where I repeated the above:
Code:
[Z:\]*dir e1*
3/26/2013 17:02 10,004 e10,000.txt
[Z:\]del "e10,000.txt"
Deleting Z:\e10,000.txt
1 file deleted 204,800 bytes freed
204,800 bytes free when deleting a 10,004 byte file? Obviously compression has nothing to do with this!