Reply
Thread Tools
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#151
@TMavica well. if you watching videos very often you can choose bigger size, it will be played smoothly. but with bigger size small files will use this minimum. for example if you choose 64KB all your 1-64KB files will reserve 64KB filesystem for each file. but small size is very rare for MyDocs partition, so you can experiment here
Code:
find /home/user/MyDocs -type f -size 64k
search files smaller 64kbytes. if none or not so many you can increase size to 128, 256 and test it again and again
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#152
Originally Posted by SourenAraya View Post
just change "vfat" to "exfat" not enough.
exfat fs have no option "shortname", for example. so mount have been failed.
My working fstab line is:
Code:
/dev/mmcblk0p1 /home/user/MyDocs exfat noauto,nodev,noexec,nosuid,noatime,nodiratime,uid=29999,dmask=000,fmask=0133 0 0
I'm not sure what all the options are necessary but it works.

Also, in Linux you can just install 'exfat-utils' package, that contains mkfs.exfat utility.
However, for the phone no one built this package, I'm lazy.
Thank you, I was just guessing it could take same options as I have not studied it any deeper.
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#153
i got boot script not found after format
but i sure the ubiboot cpio and conf are there

Return to fat32 and default fstab, back to normal, seem cant read the script when booting
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica

Last edited by TMavica; 2013-09-19 at 08:37.
 
SourenAraya's Avatar
Posts: 72 | Thanked: 239 times | Joined on Sep 2013
#154
Ubiboot kernel not support exFAT, meybe?
 

The Following User Says Thank You to SourenAraya For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#155
maybe, I just test with Juiceme kernel, it wont booting.
stuck with boot script not found, now I back to normal, wait his patch
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#156
Originally Posted by SourenAraya View Post
Ubiboot kernel not support exFAT, meybe?
I cant choose any kernel, Because when turn on device, it already said boot script not found, no any ubiboot come out
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#157
use mtd then
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#158
Originally Posted by coderus View Post
use mtd then
I cant. my device not booting when use mtd, because my device is 1603 hwrev
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#159
Originally Posted by SourenAraya View Post
Ubiboot kernel not support exFAT, meybe?
Heh, that is true

The current ubiboot (0.3.3) actually supports only vfat as the default FS on the device where it searches for the ubiboot.conf.

This will be fixed in the next release, currently I have beta testers for 0.3.4 that are running their mmcblk0p1 as ext4fs but it seems I need to support exfat also. In the new version there's a check for FSTYPE and the mount is changed accordingly...

It really did not cross my mind that when MyDocs is formatted as exfat it sure means that ubiboot cannot load conf file from there... bummer

There is a fix that would work for you , however it means you have to use either mtd4 or mtd5 as the ubiboot partition.
See, ubiboot 0.3.3 searches for the conf files in this order:
1.) mtd4/
2.) mtd5/
3.) mmcblk0p1/boot/

So if you take into use your mtd4, for example, and put your ubiboot.conf and cpio there, it will find that first and not try to search for files on mmcblk0p1/boot/
 

The Following User Says Thank You to juiceme For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#160
just wait for new version.
by the way, my galley cant load Pictures now after I move back to MyDocs from my PC.
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 04:38.