The freedisk CMD command is a Windows command line utility used to display the amount of free disk space available on a computer. It is a useful tool for system administrators and users alike, as it provides an easy way to check the amount of free disk space available on a machine. The freedisk command can be used to check the amount of free disk space on any drive, including local, network, and removable drives.

Syntax of the freedisk CMD Command

The syntax for the freedisk CMD command is as follows:

  • freedisk [drive] [/option]

The drive parameter is an optional parameter that specifies the drive to check for free disk space. If no drive is specified, the current drive is used. The /option parameter is an optional parameter that specifies the type of output to display. The available options are:

  • /A – Displays the amount of free disk space in bytes.
  • /B – Displays the amount of free disk space in kilobytes.
  • /K – Displays the amount of free disk space in megabytes.
  • /G – Displays the amount of free disk space in gigabytes.
  • /T – Displays the amount of free disk space in terabytes.

Examples of the freedisk CMD Command

The following examples demonstrate how to use the freedisk CMD command:

  • To display the amount of free disk space on the current drive in bytes, type freedisk /a.
  • To display the amount of free disk space on drive C in kilobytes, type freedisk c /b.
  • To display the amount of free disk space on drive D in megabytes, type freedisk d /k.
  • To display the amount of free disk space on drive E in gigabytes, type freedisk e /g.
  • To display the amount of free disk space on drive F in terabytes, type freedisk f /t.

Conclusion

The freedisk CMD command is a useful tool for system administrators and users alike, as it provides an easy way to check the amount of free disk space available on a machine. The freedisk command can be used to check the amount of free disk space on any drive, including local, network, and removable drives. The syntax for the freedisk CMD command is simple and straightforward, and the available options allow users to display the amount of free disk space in various units. With the freedisk command, users can quickly and easily check the amount of free disk space on any drive.

Leave a Reply