Fsutil tiering command in Windows
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
May be interested
- Fsutil hardlink command in Windowsthe fsutil hardlink command creates a hard link between an existing file and a new file.
- Fsutil resource command in Windowsthe fsutil resource command creates a secondary transactional resource manager, starts or stops transactional resource manager, or displays information about transactional resource manager.
- Sub-commands in nslookup Windows command (Part 2)nslookup set all command, nslookup set class, nslookup set d2, alias nslookup set debug, nslookup set domain, nslookup set port, and nslookup set querytype in windows
- Sub-commands in the nslookup Windows command (Part 1)nslookup command exit, finger nslookup, nslookup help, nslookup ls, nslookup lserver, nslookup root, commandlooklook server, nslookup set in windows
- Sub-commands in nslookup Windows command (Part 3)nslookup set recurse, nslookup set retry, nslookup set root, nslookup set search, nslookup set srchlist, nslookup set timeout, nslookup set type, nslookup set vc, and nslookup view in windows
- Command at in Windowsthe at command schedules commands and programs to run on a computer at a specified time with a specific date. you can only use the command at when schedule service is running.
- Set command in Windowsthe set command helps show, set or remove cmd.exe environment variables.
- Del command in Windowsthe del command deletes one or more files. this command is the same as the eraser command.
- 10 useful commands in Windows you should knowcommand prompt is used to execute batch files, perform tasks quickly, help you troubleshoot and solve some windows problems when the system crashes. however, not all commands in windows are useful and must be done regularly. with the 10 command lines in the following article it is very useful even if you are not an administrator.
- How to use the option equivalent to the 'ls' command in Windowsthe 'ls' command (note ls, not is) is one of the first terminal commands veterans teach to linux beginners.