It's file system overhead
Allocation Unit Size the default is 4k which means any file will take up a multiple of 4k on the disk
save a 3k file and it takes up 4k save a 5k file and it takes up 8k wasting 3k
for example I created a txt file with some text in it (2.21 kb) in an empty folder
4k is the default size (good for not wasting space)
64k is the maximum (good for performance with large files) but my 2k txt file would take up 64k on disc wasting 62k
you can set the size when formatting
EDIT:
just re read your original post your having a different problem (are all the files on disk in a folder called work)
try running treesize free as admin
https://jam-software.com/treesize_free/
ps that pic showing the properties of work did you right click on the folder and select properties ?
if so why is it not windows standard ?
Allocation Unit Size the default is 4k which means any file will take up a multiple of 4k on the disk
save a 3k file and it takes up 4k save a 5k file and it takes up 8k wasting 3k
for example I created a txt file with some text in it (2.21 kb) in an empty folder
4k is the default size (good for not wasting space)
64k is the maximum (good for performance with large files) but my 2k txt file would take up 64k on disc wasting 62k
you can set the size when formatting
EDIT:
just re read your original post your having a different problem (are all the files on disk in a folder called work)
try running treesize free as admin
https://jam-software.com/treesize_free/
ps that pic showing the properties of work did you right click on the folder and select properties ?
if so why is it not windows standard ?
Last edited: