Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

The Fsutil Objectid Command in Windows

Understand The Fsutil Objectid Command in Windows with clear explanations, practical examples, and useful tips. This updated guide covers the essential...

Table of Contents

The Fsutil Objectid Command in Windows is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

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 objectid command manages the Object Identifier (OID), the internal objects used by Distributed Link Tracking (DLT) Client service and File Replication Service (FRS) to track other objects such as files, directories and link. The Object identifier is invisible to most programs and is never modified.

Careful:

Do not delete, set or modify the Object identifier. Deleting or modifying an Object identifier may result in data loss in parts of the file, the entire file or all drives containing data. In addition, you can affect both Distributed Link Tracking (DLT) Client service and File Replication Service (FRS).

For an example of how to use this command, please see the example below.

Syntax of Fsutil objectid command

 fsutil objectid [create] fsutil objectid [delete] fsutil objectid [query] fsutil objectid [set] 

Parameters

ParameterDescriptioncreate Create an object identifier if the specified file is not available. If the file already has an object identifier, this command is equivalent to a query. delete Delete an object identifier. query Query an object identifier. set Set an object identifier. Place a 16-byte hexadecimal identifier for the file, guaranteed to be unique within a drive. Object identifier is used by Distributed Link Tracking (DLT) Client service and File Replication Service (FRS) to identify the file. Indicates the drive to which the file is located, when you first receive an object identifier. This value is a 16-byte hexadecimal identifier used by DLT Client Service. Indicates the original object identifier of the file (ObjectID may change when the file is moved). This value is a 16-byte hexadecimal identifier used by DLT Client Service. Hexadecimal domain identifier 16 bytes. This value is currently not used and must be set to all zeros. Specify the full path to the file including the file name and extension, For instance, C: documentsfilename.txt.

Note

Any file that has an object identifier also has a birth volume identifier, a birth object identifier, and domain identifier. When you move a file, the object identifier can change, but the birth volume and the birth object identifier remain the same. This behavior allows the Windows operating system to always find a file, no matter where it has been moved.

For instance,

To create an object identifier, enter:

 fsutil objectid create c:tempsample.txt 

To delete an object identifier, enter:

 fsutil objectid delete c:tempsample.txt 
  • Fsutil hardlink command in Windows
  • Fsutil fsinfo command in Windows
  • The Fsutil file in Windows

FAQ

Any file that has an object identifier also has a birth volume identifier, a birth object identifier, and domain identifier. When you move a file, the object identifier can change, but the birth volume and the birth object identifier remain the same. This.

What should you know about for instance,?

To create an object identifier, enter:

What is The Fsutil Objectid Command in Windows?

Applies to: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.