-
Notifications
You must be signed in to change notification settings - Fork 186
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
exFAT specification did go open source #132
Comments
Wow. I didn't expect this happening ever. Thanks for letting know. I'll leave this issue open because some things will probably need to be adjusted in the code. |
https://cloudblogs.microsoft.com/opensource/2019/08/28/exfat-linux-kernel/ Main news from Microsoft about opening exFAT specification |
Please note that newly released specification is incomplete. There is e.g. missing important information about TexFAT. |
@relan |
https://github.com/arter97/exfat-linux Maybe useful, too |
https://itsfoss.com/linux-kernel-5-4/ |
5.7 kernel got the stable exFAT implementation. |
Aaand the exFAT filesystem userspace utilities for kernel 5.7 |
This means we currently have two open source implementations, right? Is there some utility in maintaining both? I'm asking honestly to better understand the current situation, given both seem to receive regular updates and it seems weird to me to not join efforts instead. |
I think the answer is purely technical. The exFAT FS implementation in Linux is limited to Linux, while fuse-exfat supports other operating systems The case with utilities is more complicated. Exfat-utils in this project are a by-product of fuse-exfat, they share a big amount of code with fuse-exfat (see libexfat subdir). So they require almost no maintenence. |
https://docs.microsoft.com/en-us/windows/win32/fileio/exfat-specification
Maybe useful for you :)
The text was updated successfully, but these errors were encountered: