The metastore provider relys on the filesystem Extended Attributes, this feature must thus be active on the underlying FS. This generally requires the following

Once activated, various metadata will be stored directly along with the filesystem nodes themselves, avoiding ajaxplorer to have to monitor and update the metadata on the various files operation (move/delete).

This can be recommended if you plan to let your users accessing the filesystem via another channel than ajaxplorer (e.g. samba, direct ftp, etc). In this latter case, warning, it does not exempt you of setting up some synchronization mechanism to trigger events in the backend, to be sure all indexes are up-to-date, and various hooks are correctly triggered.