Events
Apr 29, 2 PM - Apr 30, 7 PM
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables management of storage tier functions, such as setting and disabling flags and listing of tiers.
fsutil tiering [clearflags] <volume> <flags>
fsutil tiering [queryflags] <volume>
fsutil tiering [regionlist] <volume>
fsutil tiering [setflags] <volume> <flags>
fsutil tiering [tierlist] <volume>
Parameter | Description |
---|---|
clearflags | Disables the tiering behavior flags of a volume. |
<volume> |
Specifies the volume. |
/trnh | For volumes with tiered storage, causes Heat gathering to be disabled. Applies to NTFS and ReFS only. |
queryflags | Queries the tiering behavior flags of a volume. |
regionlist | Lists the tiered regions of a volume and their respective storage tiers. |
setflags | Enables the tiering behavior flags of a volume. |
tierlist | Lists the storage tiers associated with a volume. |
To query the flags on volume C, type:
fsutil tiering queryflags C:
To set the flags on volume C, type:
fsutil tiering setflags C: /trnh
To clear the flags on volume C, type:
fsutil tiering clearflags C: /trnh
To list the regions of volume C and their respective storage tiers, type:
fsutil tiering regionlist C:
To list the tiers of volume C, type:
fsutil tiering tierlist C:
Events
Apr 29, 2 PM - Apr 30, 7 PM
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up now