Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

fsutil resource

Feedback

In this article

Creates a Secondary Transactional Resource Manager, starts or stops a Transactional Resource Manager, or displays information about a Transactional Resource Manager, and modifies the following behavior:

  • Whether a default Transactional Resource Manager cleans its transactional metadata at the next mount.

  • The specified Transactional Resource Manager to prefer consistency over availability.

  • The specified Transaction Resource Manager to prefer availability over consistency.

  • The characteristics of a running Transactional Resource Manager.

Syntax

fsutil resource [create] <rmrootpathname>fsutil resource [info] <rmrootpathname>fsutil resource [setautoreset] {true|false} <Defaultrmrootpathname>fsutil resource [setavailable] <rmrootpathname>fsutil resource [setconsistent] <rmrootpathname>fsutil resource [setlog] [growth {<containers> containers|<percent> percent} <rmrootpathname>] [maxextents <containers> <rmrootpathname>] [minextents <containers> <rmrootpathname>] [mode {full|undo} <rmrootpathname>] [rename <rmrootpathname>] [shrink <percent> <rmrootpathname>] [size <containers> <rmrootpathname>]fsutil resource [start] <rmrootpathname> [<rmlogpathname> <tmlogpathname>fsutil resource [stop] <rmrootpathname>

Parameters

ParameterDescription
createCreates a secondary Transactional Resource Manager.
<rmrootpathname>Specifies the full path to a Transactional Resource Manager root directory.
infoDisplays the specified Transactional Resource Manager's information.
setautoresetSpecifies whether a default Transactional Resource Manager will clean the transactional metadata on the next mount.
  • true - Specifies that the Transaction Resource Manager will clean the transactional metadata on the next mount, by default.
  • false - Specifies that the Transaction Resource Manager will not clean the transactional metadata on the next mount, by default.
<defaultrmrootpathname>Specifies the drive name followed by a colon.
setavailableSpecifies that a Transactional Resource Manager will prefer availability over consistency.
setconsistentSpecifies that a Transactional Resource Manager will prefer consistency over availability.
setlogChanges the characteristics of a Transactional Resource Manager that is already running.
growthSpecifies the amount by which the Transactional Resource Manager log can grow.

The growth parameter can be specified as follows:

  • Number of containers, using the format:<containers> containers
  • Percentage, using the format:<percent> percent
<containers>Specifies the data objects that are used by the Transactional Resource Manager.
maxextentSpecifies the maximum number of containers for the specified Transactional Resource Manager.
minextentSpecifies the minimum number of containers for the specified Transactional Resource Manager.
mode{full|undo}Specifies whether all transactions are logged (full) or only rolled back events are logged (undo).
renameChanges the GUID for the Transactional Resource Manager.
shrinkSpecifies percentage by which the Transactional Resource Manager log can automatically decrease.
sizeSpecifies the size of the Transactional Resource Manager as a specified number ofcontainers.
startStarts the specified Transactional Resource Manager.
stopStops the specified Transactional Resource Manager.

Examples

To set the log for the Transactional Resource Manager that is specified byc:\test, to have an automatic growth of five containers, type:

fsutil resource setlog growth 5 containers c:test

To set the log for the Transactional Resource Manager that is specified byc:\test, to have an automatic growth of two percent, type:

fsutil resource setlog growth 2 percent c:test

To specify that the default Transactional Resource Manager will clean the transactional metadata on the next mount on drive C, type:

fsutil resource setautoreset true c:\

Related links


Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

  • Last updated on

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?