Reply
Thread Tools
SourenAraya's Avatar
Posts: 72 | Thanked: 239 times | Joined on Sep 2013
#141
i am testing exFAT (on stock openmode kernel, not kernel-plus) from the moment I ported driver. No problems found, everything just works.
 

The Following 2 Users Say Thank You to SourenAraya For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#142
Originally Posted by TMavica View Post
@juiceme have you test the exfat yet?
No, since I do not have windows
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#143
I hv windows and want a try
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 

The Following User Says Thank You to TMavica For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#144
just try.
change /etc/fstab
/dev/mmcblk0p1 /home/user/MyDocs exfat rw,async,umask=0 0 0
connect in mass storage. backup all data. format to exfat. copy all data back. disconnect usb. reboot or
mount -a
i'm not sure about exfat fstab line. you should test it.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#145
There is many word after MyDocs, which word i need erase ?
__________________
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
#146
Originally Posted by SourenAraya View Post
i am testing exFAT (on stock openmode kernel, not kernel-plus) from the moment I ported driver. No problems found, everything just works.
how you set the format if fstab of mmcblk0p1??
__________________
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
#147
Originally Posted by TMavica View Post
how you set the format if fstab of mmcblk0p1??
Do you mean, what kind of line to put to /etc/fstab ?
I'd say, use what you've got, only change "vfat" to "extfat", so it becomes:

/dev/mmcblk0p1 /home/user/MyDocs extfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8 ,uid=29999,shortname=mixed,dmask=000,fmask=0133,ro dir 0 0
 

The Following User Says Thank You to juiceme For This Useful Post:
SourenAraya's Avatar
Posts: 72 | Thanked: 239 times | Joined on Sep 2013
#148
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.

Last edited by SourenAraya; 2013-09-18 at 22:33.
 

The Following 3 Users Say Thank You to SourenAraya For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#149
Thanks

-via Maemo Talk app
__________________
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
#150
what size should i set when format in windows?
64kb? 32kb or?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Reply

Thread Tools

 
Forum Jump


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