Charles Dye
Super Moderator
- May
- 5,068
- 133
Staff member
It might be handy if we could specify an allocation unit size for DIR /G. For example,
to assume 8K allocation units, rather than the allocation unit size of drive C:. (This feature would be useful e.g. for estimating the disk space needed to copy a directory tree to different media.)
Code:
dir /a /h /s /u2 /g:8192 c:\temp\*
to assume 8K allocation units, rather than the allocation unit size of drive C:. (This feature would be useful e.g. for estimating the disk space needed to copy a directory tree to different media.)