Fsutil resource command in Windows
Applies to : Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012. Windows 10, Windows 8.1, Windows 8, Windows Server 2008 R2, Windows 7.
The Fsutil resource command creates a Transaction Transactional Resource Manager, starts or stops Transactional Resource Manager, or displays Transactional Resource Manager information and modifies the following behavior:
- Transactional Resource Manager defaults to deleting its transaction metadata in the next mount time.
- Transactional Resource Manager is assigned to prioritize consistency over availability.
- Transactional Resource Manager is assigned to prioritize more usability consistency.
- The characteristics of Transactional Resource Manager are running.
To learn how to use this command, please see the example below.
Syntax command Fsutil resource
fsutil resource [create] fsutil resource [info] fsutil resource [setautoreset] {true|false} fsutil resource [setavailable] fsutil resource [setconsistent] fsutil resource [setlog] [growth { containers| percent} ] [maxextents ] [minextents ] [mode {full|undo} ] [rename ] [shrink ] [size ] fsutil resource [start] [ fsutil resource [stop]
The command parameter Fsutil resource
Parameters Description Description Create a Secondary Transactional Resource Manager. Specify the full path to the root Transactional Resource Manager directory. info Displays information about specific Transactional Resource Manager. setautoresetSpecify a default Transactional Resource Manager to clear its transaction metadata in the next mount time.
- Set the setautoreset parameter to true to specify the Transactional Resource Manager by default to clear its transaction metadata at the next mount time.
- Set the setautoreset parameter to false to specify the default Transactional Resource Manager will not delete its transaction metadata on the next mount.
Specify the drive name followed by a colon. setavailable Specifying Transactional Resource Manager will prioritize consistency over availability. setconsistent Specifying Transactional Resource Manager will prioritize more usability consistency. setlog Change the characteristics of Transactional Resource Manager running. growthSpecify the amount that Transactional Resource Manager log can increase.
Growth parameters can be specified as follows:
- Number of containers using the format: Containers containers
- Proportion using format: Percent percent
Specify the data objects used by Transactional Resource Manager. maxextent Specifies the maximum number of containers for a specific Transactional Resource Manager. minextent Specifies the minimum number of containers for a specific Transactional Resource Manager. mode {full | undo} Specifies whether all transactions are recorded ( full ) or only recorded rollback events ( undo ). rename Change the GUID for Transactional Resource Manager. shrink Specifies the percentage that Transactional Resource Manager log can automatically reduce. size Specifies the size of Transactional Resource Manager by a specified number of containers . start Starts a specific Transactional Resource Manager. stop Stop a specific Transactional Resource Manager.Example of the Fsutil resource command
To set log for Transactional Resource Manager, specified by c: test, with automatic increase of 5 containers, enter:
fsutil resource setlog growth 5 containers c:test
To set the log for Transactional Resource Manager, specified by c: test, to have an automatic increase of 2%, enter:
fsutil resource setlog growth 2 percent c:test
To specify that Transactional Resource Manager defaults to delete transaction metadata in the next mount on C drive, enter:
fsutil resource setautoreset true c:
See more:
- The Fsutil objectid command in Windows
- Fsutil repair command in Windows
- The Fsutil quota command in Windows
You should read it
- The Fsutil quota command in Windows
- The Fsutil reparsepoint command in Windows
- Fsutil transaction command in Windows
- Fsutil repair command in Windows
- Fsutil command in Windows
- Fsutil tiering command in Windows
- The Fsutil file in Windows
- Fsutil 8dot3name command in Windows
- Fsutil command sparse in Windows
- The Fsutil objectid command in Windows
- Fsutil fsinfo command in Windows
- Fsutil hardlink command in Windows
Maybe you are interested
How to delete old Genshin Impact quest resources
Summary of command codes in the game Empire - Change troops, owned resources,...
Singapore hospitals use technology to save time and human resources costs
Comprehensive Ransomware Recovery Guide: Your Go-To Resource for Every Step
How to manage resources in Python using a context manager
How to fix 'ms-resource:Appname/Text' error on Windows 11