How to Determine Total Unused Cluster Space on a Drive
ID: Q195441
|
The information in this article applies to:
-
Microsoft Windows 98
-
Microsoft Windows 95
SUMMARY
This article describes how to determine to total amount of unused space on
a drive. This is the total amount of space on a drive that is unused when
clusters are occupied by files that are smaller than the clusters. For
example, if a 1-kilobyte (KB) file is stored in a 4-KB cluster on a drive,
there is 3 KB of unused space in this cluster.
MORE INFORMATION
By design, the FAT file system allocates files to the drive on a per-
cluster basis. Therefore, two files cannot be stored in the same cluster
at the same time. To determine the total amount of unused space on a
drive, use the following steps:
- Click Start, point to Programs, and then click MS-DOS Prompt.
- Type the following commands, pressing ENTER after each command:
cd\
dir /a /s /v
- The following items are displayed:
- Bytes
- Bytes Allocated
- Bytes Free
- Bytes Total Disk Space
Note the value for Bytes and Bytes Allocated.
- Subtract the number of bytes from the number of bytes allocated, and
the resulting number is the total amount of unused space on the drive
in kilobytes. If you want to convert this number to megabytes (MB),
divide this number by 1024, and then divide the resulting number by
1024 again.
For related information about clusters and the FAT file system, see the
following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q67321
TITLE : FAT Type and Cluster Size Depends on Logical Drive Size
ARTICLE-ID: Q69912
TITLE : MS-Dos Partitioning Summary
ARTICLE-ID: Q192322
TITLE : Description of Default Cluster Sizes for FAT32 File System
Keywords : win95 win98
Version : WINDOWS:95
Platform : WINDOWS
Issue type : kbinfo