Site icon EfmSoft

What does NTSTATUS 0xC0190047 (STATUS_NOT_SNAPSHOT_VOLUME) mean?

 
Previous Next
STATUS_TRANSACTION_FREEZE_IN_PROGRESS STATUS_NO_SAVEPOINT_WITH_OPEN_FILES

STATUS_NOT_SNAPSHOT_VOLUME

The operation expects a snapshot-mounted volume

STATUS_NOT_SNAPSHOT_VOLUME indicates that the caller used a TxF operation that is valid only for a volume mounted as a snapshot volume. The target may be an ordinary mounted NTFS volume, but the requested control path expects snapshot semantics.

This can occur in backup, restore, or volume-shadow-copy related code that mixes handles from the live volume with handles intended for a snapshot view.

What to check

Useful distinction

This is a volume-context error. It does not say that the transaction itself is invalid; it says the operation was aimed at a volume view that lacks the required snapshot role.

References


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

Exit mobile version