Site icon EfmSoft

What does HRESULT 0xC0AAB152 (IMAPI_E_FILE_SYSTEM_NOT_FOUND) mean?

 
Previous Next
IMAPI_E_NO_SUPPORTED_FILE_SYSTEM IMAPI_E_FILE_SYSTEM_READ_CONSISTENCY_ERROR

IMAPI_E_FILE_SYSTEM_NOT_FOUND

IMAPI_E_FILE_SYSTEM_NOT_FOUND is specific to choosing a filesystem for import. ImportSpecificFileSystem accepts a FsiFileSystems value and fails when the specified disc does not contain that filesystem, even if another supported filesystem is present.

Match the requested import type to the detected filesystem mask

Switching blindly between ISO 9660, Joliet and UDF can hide a configuration error in the application. The useful distinction is whether no supported filesystem exists at all or whether the caller selected one that is absent. If the disc changed between identification and import, reacquire media state and multisession interfaces because detection results belong to the specific inserted disc.

ImportSpecificFileSystem · IdentifyFileSystemsOnDisc · Default import type


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

Exit mobile version