Site icon EfmSoft

What does NTSTATUS 0xC000022A (STATUS_DUPLICATE_OBJECTID) mean?

 
Previous Next
STATUS_FAIL_CHECK STATUS_OBJECTID_EXISTS

STATUS_DUPLICATE_OBJECTID

The object ID collides with an existing volume index entry

NTFS object IDs are intended to track files and directories and are indexed at volume scope. Assigning an identifier already in use would make identity resolution ambiguous, so the insertion is rejected.

Applications should normally let NTFS generate the identifier. Copying object-ID bytes from another file, image, or restored metadata is unsafe unless the restore procedure also reconciles the object-ID index.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version