Also, we need to add some parameters to sdcard mount command:
Code:
mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime,utf8 /dev/block/$partition /sdcard
to
Code:
mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime,utf8,shortname=winnt /dev/block/$partition /sdcard
because of without "shortname=winnt" we will have some directories will created as all upper case such as:
Code:
/sdcard/Android/DATA
/sdcard/Android/CACHE
....
I don't test this yet, but I see some of theme created in all upper case and this was happen on my Linux a long time ago, then this is suggestion to avoid that annoy things.
I will re-compile initrd.gz, test and will report later.
--
Best regard!
Uoc Nguyen