Skip to content
/ exfat Public

exFAT specification did go open source #132

Open
@MartinX3

Description

Activity

relan

relan commented on Aug 29, 2019

@relan
Owner

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.

ibakirov

ibakirov commented on Aug 29, 2019

@ibakirov

https://cloudblogs.microsoft.com/opensource/2019/08/28/exfat-linux-kernel/

Main news from Microsoft about opening exFAT specification

pali

pali commented on Aug 29, 2019

@pali

Please note that newly released specification is incomplete. There is e.g. missing important information about TexFAT.

MartinX3

MartinX3 commented on Aug 30, 2019

@MartinX3
Author

@relan
https://lkml.org/lkml/2019/8/28/827
Submitting it into the Linux kernel is already in the works.
The guys are faaaaaast.

MartinX3

MartinX3 commented on Sep 15, 2019

@MartinX3
Author
MartinX3

MartinX3 commented on Oct 2, 2019

@MartinX3
Author
MartinX3

MartinX3 commented on Jun 27, 2020

@MartinX3
Author

5.7 kernel got the stable exFAT implementation.
and 5.8 get more fixes
https://lkml.org/lkml/2020/6/9/166

MartinX3

MartinX3 commented on Jun 27, 2020

@MartinX3
Author

Aaand the exFAT filesystem userspace utilities for kernel 5.7
https://github.com/exfatprogs/exfatprogs

albertvaka

albertvaka commented on Jan 23, 2024

@albertvaka

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.

relan

relan commented on Jan 23, 2024

@relan
Owner

This means we currently have two open source implementations, right? Is there some utility in maintaining both?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @albertvaka@MartinX3@pali@ibakirov@relan

      Issue actions

        exFAT specification did go open source ยท Issue #132 ยท relan/exfat