Site icon EfmSoft

What does HRESULT 0x80042413 (VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLE) mean?

 
Could be also:
ConstantTypeOS
VDS_E_DEVICE_IN_USEHRESULTWindows
Previous Next
VDS_E_DEVICE_IN_USE VDS_E_DISK_NOT_EMPTY

VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLE

VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLE is the failure HRESULT 0x80042413 (signed decimal -2147212269, unsigned decimal 2147755027). Its severity bit is set, the facility field is 4 (FACILITY_ITF), and the facility-specific code is 0x2413.

No fixed recovery disk is available. ASR cannot find a fixed disk on which to recreate the volumes described by the backup. The official AllStat text specifically directs operators to verify that disks are online and that storage drivers are installed.

AllStat records the official condition as: “Windows did not find any fixed disk that can be used to recreate volumes present in backup. Ensure disks are online, and disk drivers are installed to access the disk(s). 'diskpart.exe' tool with list disks command can be used to see the list of available fixed disks on the system.” This wording should be interpreted at the VSS/ASR stage described below, not as a generic disk or COM failure.

Where VSS_E_ASRERROR_NO_PHYSICAL_DISK_AVAILABLE appears

This is an inventory failure at the beginning of disk reconstruction. Unlike a size mismatch, the recovery environment has no usable fixed-device candidate to evaluate.

Likely causes

Evidence to capture before changing storage

Diagnostic sequence

Recovery and retry

Restore storage visibility, load the correct driver, attach a fixed target or bring it online, then start ASR again. Repeated retries before a disk appears in the recovery inventory cannot succeed.

What this HRESULT does not prove

The HRESULT does not report that visible disks are too small or excluded. It means no fixed disk reached the usable inventory.

Difference from nearby VSS results

VSS_E_ASRERROR_RDISK_FOR_SYSTEM_DISK_NOT_FOUND can occur even when disks are visible but none fits the system role. This code is the more fundamental absence of a physical target.

Practical example

A server boots generic Windows RE without the vendor RAID driver. Backup storage is visible over USB, but the internal RAID virtual disk is absent, so ASR reports that no fixed recovery disk is available.

Guidance for backup software and telemetry

Include the raw storage inventory and loaded-driver list in support bundles. Mapping this HRESULT directly to “replace the disk” would be wrong when the actual cause is driver visibility.

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