Fsutil: volume
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Fsutil: volume
Manages a volume. Dismounts a volume or queries to see how much free space is available on a disk.
Syntax
fsutil volume [diskfree] VolumePathname
fsutil volume [dismount] VolumePathname
Parameters
- diskfree
Queries the free space of a volume.
- dismount
Dismounts a volume.
- VolumePathname
Specifies the drive letter (followed by a colon).
Examples
To dismount a volume on drive C, type:
fsutil volume dismount C:
To query the free space of a volume on drive C, type:
fsutil volume diskfree C:
Formatting legend
Format | Meaning |
---|---|
Italic |
Information that the user must supply |
Bold |
Elements that the user must type exactly as shown |
Ellipsis (...) |
Parameter that can be repeated several times in a command line |
Between brackets ([]) |
Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} |
Set of choices from which the user must choose only one |
|
Code or program output |