Fsutil tiering command in Windows
The Fsutil tiering command allows managing the storage tier functions, such as setting and disabling flags and listing tiers.
Applies to : Windows Server (Semi-Annual Channel), Windows Server 2016, Windows 10.
The Fsutil tiering command allows the management of storage tier functions, such as setting and disabling flags or listing tiers.
Fsutil tiering command syntax
fsutil tiering [clearflags] fsutil tiering [queryflags] fsutil tiering [regionlist] fsutil tiering [setflags] fsutil tiering [tierlist]
Parameters
ParameterDescriptionclearflags Disable the cascading behavior flag of a drive. Specify the drive. / TrNHFor drives with a stratified storage system, this parameter causes the collection of Heat to be disabled.
Applies only to NTFS and ReFS.
queryflags Query the flag cascading behavior of a drive. regionlist List the tiered regions of a drive and their respective storage tier. setflags Activate the cascading behavior flag of a drive. tierlist Lists the storage tier associated with a drive.For example
To query the flags on drive C, enter:
fsutil tiering clearflags C:
To set the flags on drive C, enter:
fsutil tiering setflags C: /TrNH
To delete the flags on drive C, enter:
fsutil tiering clearflags C: /TrNH
To list areas on drive C and their respective storage tier, enter:
fsutil tiering regionlist C:
To list the tier of C drive, enter:
fsutil tiering tierlist C:
See more:
- How to check Windows usage time
- How to turn off the computer automatically
- 5 ways to check hard drive effectively to help periodically check the hard drive
3.8 ★ | 13 Vote
You should read it
- The Fsutil quota command in Windows
- The Fsutil reparsepoint command in Windows
- Fsutil command in Windows
- Fsutil 8dot3name command in Windows
- Fsutil transaction command in Windows
- Fsutil command sparse in Windows
- The Fsutil objectid command in Windows
- Fsutil repair command in Windows
- The Fsutil file in Windows
- Fsutil fsinfo command in Windows
- Fsutil hardlink command in Windows
- Fsutil resource command in Windows