¿Qué significa el código HRESULT 0xC03A001D (ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE)?

 
También puede significar:
ConstanteTipoSO
STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZENTSTATUSWindows
Anterior Siguiente
ERROR_VHD_INVALID_STATE ERROR_VIRTDISK_DISK_ALREADY_OWNED

ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE

Qué significa ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE

ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE (-1069940707, 0xC03A001D). La geometría lógica/física del host o virtual disk no es compatible con el formato/create/attach solicitado.

Virtual Disk API selecciona providers y aplica reglas de ownership, geometry y attach al objeto real. Antes de cambiar estado, conserva path, storage type y flags con los que se abrió el disk.

Qué comprobar

  • Registra logical y physical sector sizes.
  • Comprueba requirements de VHD/VHDX y backing storage.
  • No cambie geometry solo en metadata.

Cómo resolverlo

Use storage/formato compatible o recree/convierte el disk con sector size soportado.

Cómo confirmar la corrección

Adjunte y ejecute I/O alineado confirmando la geometry reportada.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.