-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel 4.18/4.19/4.20 and >= 5.0 fix #148
Comments
Update: added support for Debian DKMS packaging from https://github.com/eugenesan/exfat-nofuse and I've adapted a little bit. |
Thank you so much! |
That's great job! |
Anyway, this driver is included in Linux main kernel for a while. |
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. |
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. |
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
The text was updated successfully, but these errors were encountered: