in reply to Total size of each Directory
Thus, even if your file is only 1 byte long, it will take up a whole cluster. In a similar way, if your file is just 1 byte too big to fit into one cluster, it will take up two.
In pop speak: you should round up the file size for each to the next multiple of the cluster size, and only add up those results. Only that result will actually tell you how much space is taken up by a directory.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Total size of each Directory
by liz (Monsignor) on Jul 28, 2003 at 14:31 UTC | |
|
Re: Re: Total size of each Directory
by revdiablo (Prior) on Jul 28, 2003 at 21:11 UTC | |
by bart (Canon) on Jul 28, 2003 at 22:41 UTC | |
by revdiablo (Prior) on Jul 28, 2003 at 23:51 UTC |