How to Determine Total Unused Cluster Space on a Drive (195441)



The information in this article applies to:

  • Microsoft Windows 98
  • Microsoft Windows 95

This article was previously published under Q195441

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:

  1. Click Start, point to Programs, and then click MS-DOS Prompt.
  2. Type the following commands, pressing ENTER after each command:

    cd\
    dir /a /s /v

  3. The following items are displayed:

    - Bytes
    - Bytes Allocated
    - Bytes Free
    - Bytes Total Disk Space


    Note the value for Bytes and Bytes Allocated.
  4. 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: 67321
TITLE : FAT Type and Cluster Size Depends on Logical Drive Size

ARTICLE-ID: 69912
TITLE : MS-Dos Partitioning Summary

ARTICLE-ID: 192322
TITLE : Description of Default Cluster Sizes for FAT32 File System


Modification Type:MinorLast Reviewed:12/16/2004
Keywords:kbinfo KB195441