Hi all,
I have a little problem and i hope someone will be able to help me or give a direction to solve it.
I'm using a DM373x based board.
I created the 3 partition on my SDCARD (boot/rootfs/data) and succed to boot it with a fresh compiled Android filesystem.
The apps Gallery/file manager etc.., are working well in this configuration.
The rootfs used is the same for SDCARD & NFS (same rootfs.tar.gz, with same untar opttions)
Now i wanted to use the rootfs partition as a NFS but , even i can see my data partition with ls -l /storage/sdcard0, the different apps (Gallery and File Manager) always complain about permission denied (can't create file or folder).
My goal, it's to have the same application behavior with rootfs on SDCARD and on NFS (the SDCARD partitions are the same but my bootargs point to the rootfs on my host).
The vold.stab is unchanged ( see http://processors.wiki.ti.com/index.php/Android_Developer_FAQs#Q:How_to_do_auto_mount_sdcard_.3F)
Data partition is unchanged...
Android version is > 4.0.
Mika