![]()
© J.C. Kessels 2009 |
ReclaimNtfsReservedAreasMove files from the NTFS reserved area to normal disk space.Windows reserves a percentage of the volume for the MFT (Master File Table) and some other special NTFS files, so that they can grow without getting fragmented. The default is 12.5% of the size of the volume. Windows can place normal files in this area if the rest of the volume is full. The files will remain there, even when there is enough space again. The ReclaimNtfsReservedAreas() function looks for files in this area and moves them to normal disk space, making the reserved area available again for the MFT and the other special NTFS files.
Syntax
Example
See also:
|