| Previous | Next |
| IMAPI_E_FILE_SYSTEM_NOT_FOUND | IMAPI_E_FILE_SYSTEM_FEATURE_NOT_SUPPORTED |
IMAPI_E_FILE_SYSTEM_READ_CONSISTENCY_ERROR
IMAPI_E_FILE_SYSTEM_READ_CONSISTENCY_ERROR means the selected filesystem was recognized, but IMAPI encountered a consistency problem while reading its structures for import. Import is not a simple directory listing: IMAPI reconstructs file and directory information from the recorded filesystem into its in-memory image hierarchy.
Preserve the source disc and identify the failing filesystem
- Log whether UDF, Joliet or ISO 9660 was selected for import.
- Record the physical disc identity and session information before ejecting or retrying.
- Compare behavior with
IdentifyFileSystemsOnDisc; successful recognition does not guarantee a consistent import.
Do not “repair” the in-memory destination tree first, because the error occurs while interpreting source filesystem structures. A read I/O error has a separate IMAPI_E_IMPORT_READ_FAILURE; consistency failure points to the logical layout that was read. For ISO-family media, volume descriptors and directory structures are standardized; for UDF, ECMA-167 defines the volume and file structure used for interchange.
ImportFileSystem · ECMA-119 · ECMA-167
Looking for a different code? Search another status or error code.