Site icon EfmSoft

What does HRESULT 0x80042411 (VSS_E_CRITICAL_VOLUME_ON_INVALID_DISK) mean?

 
Could be also:
ConstantTypeOS
VDS_E_BAD_COOKIEHRESULTWindows
Previous Next
VDS_E_BAD_COOKIE VDS_E_NO_MEDIA

VSS_E_CRITICAL_VOLUME_ON_INVALID_DISK

VSS_E_CRITICAL_VOLUME_ON_INVALID_DISK is the failure HRESULT 0x80042411 (signed decimal -2147212271, unsigned decimal 2147755025). Its severity bit is set, the facility field is 4 (FACILITY_ITF), and the facility-specific code is 0x2411.

A critical volume is hosted on an invalid ASR disk. The ASR writer has classified a selected critical volume as residing on a disk that cannot participate in Automated System Recovery backup.

AllStat records the official condition as: “A critical volume selected for backup exists on a disk which cannot be backed up by ASR.” This wording should be interpreted at the VSS/ASR stage described below, not as a generic disk or COM failure.

Where VSS_E_CRITICAL_VOLUME_ON_INVALID_DISK appears

This is a backup-side eligibility check while critical volumes are associated with their underlying disks. It prevents creation of recovery metadata that ASR could not later honor.

Likely causes

Evidence to capture before changing storage

Diagnostic sequence

Recovery and retry

Relocate the critical data to ASR-supported storage, correct the system configuration, or protect that component with another supported disaster-recovery workflow. Generate a new backup after the topology changes.

What this HRESULT does not prove

This code does not prove the disk has bad sectors, an invalid partition table or an unreadable filesystem. “Invalid” is relative to the ASR contract.

Difference from nearby VSS results

VSS_E_ASRERROR_SHARED_CRIDISK and VSS_E_ASRERROR_DYNAMIC_VHD_NOT_SUPPORTED name two specific unsupported topologies. This HRESULT remains appropriate when the rejected disk is invalid for another ASR reason.

Practical example

A storage migration moves a boot dependency to a disk presented through an unsupported mechanism. Normal file I/O succeeds, but the ASR writer rejects the hosting disk while collecting critical-volume metadata.

Guidance for backup software and telemetry

Validation should report the concrete disk property alongside this HRESULT. Without that context, administrators may run filesystem repair on a healthy but unsupported device.

A useful support record includes the operation phase, backup set or restore session identifier, recovery-environment version, firmware mode, exact disk identities, source and target capacities, online/exclusion state, and the first related VSS or storage event. Preserve identifiers needed to distinguish the affected devices while applying the organization’s normal redaction rules to customer-specific labels and paths.

Official Microsoft references


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

Exit mobile version