{"id":13576805,"url":"https://github.com/relan/exfat","last_synced_at":"2025-10-03T21:37:36.595Z","repository":{"id":26985148,"uuid":"30448933","full_name":"relan/exfat","owner":"relan","description":"Free exFAT file system implementation","archived":false,"fork":false,"pushed_at":"2025-03-22T08:21:38.000Z","size":831,"stargazers_count":828,"open_issues_count":52,"forks_count":187,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-04-12T00:12:26.555Z","etag":null,"topics":["driver","exfat","filesystem","fuse","linux","sdxc"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/relan.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-07T07:34:25.000Z","updated_at":"2025-04-11T01:53:05.000Z","dependencies_parsed_at":"2023-01-14T05:44:53.985Z","dependency_job_id":"898416db-91ae-40d1-afb0-142e41bed262","html_url":"https://github.com/relan/exfat","commit_stats":{"total_commits":560,"total_committers":17,"mean_commits":32.94117647058823,"dds":0.0357142857142857,"last_synced_commit":"0b41c6d3560d5dca1401e168dc6895cd885f4a71"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relan%2Fexfat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relan%2Fexfat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relan%2Fexfat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relan%2Fexfat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/relan","download_url":"https://codeload.github.com/relan/exfat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493385,"owners_count":22080127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["driver","exfat","filesystem","fuse","linux","sdxc"],"created_at":"2024-08-01T15:01:14.397Z","updated_at":"2025-10-03T21:37:31.546Z","avatar_url":"https://github.com/relan.png","language":"C","readme":"About\n-----\n\nThis project aims to provide a full-featured [exFAT][1] file system implementation for Unix-like systems. It consists of a [FUSE][2] module (fuse-exfat) and a set of utilities (exfat-utils).\n\nSupported operating systems:\n\n* GNU/Linux\n* Mac OS X 10.5 or later\n* FreeBSD\n\nMost GNU/Linux distributions already have fuse-exfat and exfat-utils in their repositories, so you can just install and use them. The next chapter describes how to compile them from source.\n\nCompiling\n---------\n\nTo build this project on GNU/Linux you need to install the following packages:\n\n* [git][4]\n* [autoconf][5]\n* [automake][6]\n* [pkg-config][7]\n* fuse-devel (or libfuse-dev)\n* [gcc][8]\n* [make][9]\n\nOn Mac OS X:\n\n* autoconf\n* automake\n* pkg-config\n* [OSXFUSE][10]\n* [Xcode][11] (legacy versions include autotools but their versions are too old)\n\nOn OpenBSD:\n\n* git\n* autoconf (set AUTOCONF_VERSION environment variable)\n* automake (set AUTOMAKE_VERSION environment variable)\n\nGet the source code, change directory and compile:\n\n    git clone https://github.com/relan/exfat.git\n    cd exfat\n    autoreconf --install\n    ./configure\n    make\n\nThen install driver and utilities (from root):\n\n    make install\n\nYou can remove them using this command (from root):\n\n    make uninstall\n\nMounting\n--------\n\nModern GNU/Linux distributions (with [util-linux][12] 2.18 or later) will mount exFAT volumes automatically. Anyway, you can mount manually (from root):\n\n    mount.exfat-fuse /dev/spec /mnt/exfat\n\nwhere /dev/spec is the [device file][13], /mnt/exfat is a mountpoint.\n\nFeedback\n--------\n\nIf you have any questions, issues, suggestions, bug reports, etc. please create an [issue][3]. Pull requests are also welcome!\n\n[1]: https://en.wikipedia.org/wiki/ExFAT\n[2]: https://en.wikipedia.org/wiki/Filesystem_in_Userspace\n[3]: https://github.com/relan/exfat/issues\n[4]: https://www.git-scm.com/\n[5]: https://www.gnu.org/software/autoconf/\n[6]: https://www.gnu.org/software/automake/\n[7]: http://www.freedesktop.org/wiki/Software/pkg-config/\n[8]: https://gcc.gnu.org/\n[9]: https://www.gnu.org/software/make/\n[10]: https://osxfuse.github.io/\n[11]: https://en.wikipedia.org/wiki/Xcode\n[12]: https://www.kernel.org/pub/linux/utils/util-linux/\n[13]: https://en.wikipedia.org/wiki/Device_file\n","funding_links":[],"categories":["C","Filesystems"],"sub_categories":["Books"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelan%2Fexfat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelan%2Fexfat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelan%2Fexfat/lists"}