text
stringlengths
0
4.23k
Parameters
Parameter
Description
create
Creates an object identifier if the specified file does not already have one. If the file already has an object identifier, this subcommand is equivalent to the query subcommand.
delete
Deletes an object identifier.
query
Queries an object identifier.
set
Sets an object identifier.
<objectID>
Sets a file-specific 16 byte hexadecimal identifier that is guaranteed to be unique within a volume. The object identifier is used by the Distributed Link Tracking (DLT) Client service and the File Replication Service (FRS) to identify files.
<birthvolumeID>
Indicates the volume on which the file was located when it first obtained an object identifier. This value is a 16-byte hexadecimal identifier that is used by the DLT Client service.
<birthobjectID>
Indicates the file's original object identifier (The objectID may change when a file is moved). This value is a 16-byte hexadecimal identifier that is used by the DLT Client service.
<domainID>
16-byte hexadecimal domain identifier. This value isn't currently used and must be set to all zeros.
<filename>
Specifies the full path to the file including the file name and extension, for example C:\documents\filename.txt.
<objectID>
<birthvolumeID>
<birthobjectID>
<domainID>
<filename>
Remarks
Examples
To create an object identifier, type:
fsutil objectid create c:\temp\sample.txt
fsutil objectid create c:\temp\sample.txt
To delete an object identifier, type:
fsutil objectid delete c:\temp\sample.txt
fsutil objectid delete c:\temp\sample.txt
To query an object identifier, type:
fsutil objectid query c:\temp\sample.txt
fsutil objectid query c:\temp\sample.txt
To set an object identifier, type:
fsutil objectid set 40dff02fc9b4d4118f120090273fa9fc f86ad6865fe8d21183910008c709d19e 40dff02fc9b4d4118f120090273fa9fc 00000000000000000000000000000000 c:\temp\sample.txt
fsutil objectid set 40dff02fc9b4d4118f120090273fa9fc f86ad6865fe8d21183910008c709d19e 40dff02fc9b4d4118f120090273fa9fc 00000000000000000000000000000000 c:\temp\sample.txt
fsutil quota
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows 10, Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8
Manages disk quotas on NTFS volumes to provide more precise control of network-based storage.
Syntax
fsutil quota [disable] <volumepath>
fsutil quota [enforce] <volumepath>
fsutil quota [modify] <volumepath> <threshold> <limit> <username>
fsutil quota [query] <volumepath>
fsutil quota [track] <volumepath>
fsutil quota [violations]
Parameters
Parameter
Description
disable
Disables quota tracking and enforcement on the specified volume.
enforce
Enforces quota usage on the specified volume.
modify
Modifies an existing disk quota or creates a new quota.
query