Compiled for kernel 3.4.108.20150901.1 (2.0.0.10 - 2.0.1.11) and 3.4.108.20160401.1 (2.0.2.45)
If you already have fuse-exfat installed uninstall it. exfat-utils isn't needed but handy.
Linux non-fuse read/write kernel driver for the exFAT, FAT12, FAT16 and vfat (FAT32) file systems.
Originally ported from Android kernel v3.0.
Kudos to ksv1986 for the mutex patch!
Thanks to JackNorris for being awesome and providing the clear_inode() patch.
Big thanks to lqs for completing the driver!
Big thanks to benpicco for fixing 3.11.y compatibility!
Special thanks to github user AndreiLux for spreading the word about the leak!
Sourcecode: https://github.com/dorimanx/exfat-nofuse
Attachment | Size | Date |
---|---|---|
exfat-nofuse-1.2.9-1.armv7hl.rpm | 214.38 KB | 30/06/2015 - 17:00 |
exfat-nofuse-1.2.10-0.armv7hl.rpm | 557.8 KB | 24/10/2015 - 15:46 |
exfat-nofuse-1.2.11-0.armv7hl.rpm | 687.18 KB | 18/06/2016 - 19:13 |
- Add module for kernel 3.4.108.20160401.1 - Remove module for kernel 3.4.106.20150416.1
Comments
robnas
Fri, 2015/09/11 - 13:04
Permalink
Is there a way to do this? Is there a (temporarily) workaround? Thanks for the fast response, by the way :)
V10lator
Fri, 2015/09/11 - 13:51
Permalink
Already tried to contat you via the contact form (check your e-mails).
Anyway, here again:
//EDIT: Did some more testing / comparing sources / bla and am pretty sure the bug lies in util-linux now. So here's a bug report, vote it up: https://together.jolla.com/question/108792/11928-util-linux-cant-detect-...
robnas
Fri, 2015/09/11 - 13:55
Permalink
Thanks for the fast response. There's no workaround, I suppose?
V10lator
Fri, 2015/09/11 - 13:58
Permalink
Not till we didn't found the real root. From the mail you sended me util-linux looks good (which is weird as sources do not). Well, wait, let me try something (will reply you by e-mail soon).
robnas
Fri, 2015/09/11 - 11:57
Permalink
Does this solution also work for Sailfish 1.1.9.28?
EDIT:
It does NOT work out of the box on 1.1.9.28
V10lator
Fri, 2015/09/11 - 12:19
Permalink
I see, you have to tell it that it's exfat while mounting (mount -t exfat). Will investigate some more why it doesn't auto detect.