# statfs - [Command Function](#section153921657152613) - [Syntax](#section135391102717) - [Parameter Description](#section074312314279) - [Usage](#section133816772712) - [Example](#section526149182717) ## Command Function This command is used to print information about a file system, such as the type, total size, and available size. ## Syntax statfs \[_directory_\] ## Parameter Description **Table 1** Parameters

Parameter

Description

Value Range

directory

Indicates the file system directory.

The file system must exist and support the statfs command. Currently, the following file systems are supported: JFFS2, FAT, and NFS.

## Usage The printed information varies depending on the file system. ## Example The following uses the NFS file system as an example: Enter **statfs /nfs**. **Figure 1** Output of the statfs command ![](figure/output-of-the-statfs-command.png "output-of-the-statfs-command")