Site icon EfmSoft

What does HRESULT 0xC0AAB151 (IMAPI_E_NO_SUPPORTED_FILE_SYSTEM) mean?

 
Previous Next
IMAPI_E_EMPTY_DISC IMAPI_E_FILE_SYSTEM_NOT_FOUND

IMAPI_E_NO_SUPPORTED_FILE_SYSTEM

IMAPI_E_NO_SUPPORTED_FILE_SYSTEM means IMAPI inspected the previous session but did not find a supported filesystem for import. ImportFileSystem chooses among UDF, Joliet and ISO 9660 in that order; IdentifyFileSystemsOnDisc can be used to enumerate recognized filesystem types on the medium.

Identify the disc filesystems before importing

This is broader than IMAPI_E_FILE_SYSTEM_NOT_FOUND. The latter concerns a particular requested filesystem; this code says none of the supported import candidates was found. A disc can still contain data in an unsupported or unrecognized format. Mounting behavior in another operating system does not prove that IMAPI can import the filesystem layout for a new multisession image.

ImportFileSystem · IdentifyFileSystemsOnDisc · Filesystem types


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

Exit mobile version