I try to load an application with micnativeloadex with accesses some files. These files are stored in a shared filesystem between the host and the device: the /home in the host is mounted in /mic on the device. So say, file /home/my_user/file in the host corresponds to /mic/my_user/file in the device. The problem is that every time I try to access one of these files, I get a permission denied. If I move them to /tmp, for example, I can access them properly. But I cannot move all the data to /tmp or some other filesystem mounted in the MIC memory, because they weigh some GB of disk space.
Anybody faced that problem before?



