cryptomilk / kernel-sdfat

sdFAT fs support for the Linux Kernel
GNU General Public License v2.0
60 stars 20 forks source link

[Questions] About the project #3

Closed GrayJack closed 6 years ago

GrayJack commented 6 years ago

As for desktop Linux kernel, can I use it using the exfat-utils patched to don't use fuse? Does it conflict with other exfat kernel modules like exfat-nofuse?

cryptomilk commented 6 years ago

You you probably need to modify the exfat-utils and replace mount -t exfat with mount -t sdfat. Beside that it should work.

GrayJack commented 6 years ago

So, I got errors compiling, Should I open a new issue, or can I post then here?

cryptomilk commented 6 years ago

I would prefer patches :-)

javelinanddart commented 6 years ago

@GrayJack There's now a config option to allow using -t exfat (CONFIG_SDFAT_USE_FOR_EXFAT), if you were curious. I dunno what compile errors you're hitting, it compiles fine on 3.4, 3.10, 3.18, and 4.4 for arm and arm64, at least.

GrayJack commented 6 years ago

Thanks, I will test it latter.