This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Android JellyBean am37x on NFS Trouble



Hi all,

My case :
1) SDCard with 3 partitions (Boot/rootfs/data) my device boots like a charm and apps like gallery are functionnal.
2) I change bootargs to boot on NFS (with the same tarball untar the same way for the rootfs SDcard partition & NFS) to boot on the rootfs on my host and not on my sdcard. In /mnt/sdcard i can see the data partition and the vold.fstab is unchanged.
(dev_mount sdcard /mnt/sdcard 3 /devices/platform/mmci-omap-

hs.0/mmc_host/mmc0) 

In case 1) all apps work fine and 2) system works finebut apps (like gallery or file manager) have permission error...

Can somebody put me in the  way to solve this (if it cans be solved) ?

What is the good way to have the same behavior when booting the rootfs on NFS and SDcard ?
With rowboat-ics rootfs i don't have this behavior (on NFS all work fine)

Mike