Forrest logo
back to the fsutil tool

fsutil:tldr:cac05

fsutil: Display information about a volume's file system.
$ fsutil fsInfo volumeInfo ${select}
try on your machine

This command is related to the "fsutil" command-line utility in Windows, which is used to manage various aspects of the file system. Specifically, the "fsInfo" argument is utilized to retrieve information about a file system such as volume information (e.g., disk space, drive letter) for a specified volume.

The "${select}" placeholder suggests that it should be replaced with the actual volume or drive identifier to target a particular volume for information retrieval. The identifier can be a drive letter (e.g., C:, D:) or a volume GUID (Globally Unique Identifier) that uniquely identifies a volume.

In summary, when executed, this command with the appropriate volume identifier retrieves details about the specified volume, providing information such as the size, free space, and other properties associated with the file system.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the fsutil tool