dorimanx / exfat-nofuse

Android ARM Linux non-fuse read/write kernel driver for exFat and VFat Android file systems
GNU General Public License v2.0
707 stars 326 forks source link

Kernel 4.18/4.19/4.20 and >= 5.0 fix #148

Open EasyNetDev opened 4 years ago

EasyNetDev commented 4 years ago

Hi all,

Because I see this source-code is not maintained anymore, I've forked to my Github and I've added the patch for kernel 4.18/4.19/4.20 and also for 5.0. Please take a look here: https://github.com/EasyNetDev/exfat-nofuse

Kind regards, Adrian

EasyNetDev commented 4 years ago

Update: added support for Debian DKMS packaging from https://github.com/eugenesan/exfat-nofuse and I've adapted a little bit.

warrenc5 commented 4 years ago

Thank you so much!

re2zero commented 2 years ago

That's great job!

EasyNetDev commented 2 years ago

Anyway, this driver is included in Linux main kernel for a while.

re2zero commented 2 years ago

yes, but I meet some problems while try to back port it to 4.19, and I don't know how to fix them, because they are using some new features base on main kernel, that are fs_context.h and fs_parser.h related.

EasyNetDev commented 2 years ago

Hi @re2zero,

Indeed, you have right. For such old kernels you need something that is working. For sure my fork is working. I was using on my desktop at that time for long time until kernel 5.4 when Samsung decided to push exFAT to mainline. Hope you find it right for your project.