View Single Post
  #1902 (permalink)  
Old 03-20-2011, 04:09 AM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

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
__________________
Reply With Quote