exfatprogs
Tools to create, check, and repair exFAT file systems
These are command-line user space tools for the exFAT file systems. Included are mkfs.exfat
to create (format) new exFAT file systems, and fsck.exfat
to check their consistency and repair them.
- Versions: 1.2.5
- Website: https://github.com/exfatprogs/exfatprogs
- Licenses: GPL 2+
- Package source: gnu/packages/file-systems.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of exfatprogs
as follows:
guix install exfatprogs
Or install a particular version:
guix install exfatprogs@1.2.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of exfatprogs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/exfatprogs'><img src='https://packages.guix.gnu.org/packages/exfatprogs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/exfatprogs)
Example Org:
[[https://packages.guix.gnu.org/packages/exfatprogs][https://packages.guix.gnu.org/packages/exfatprogs/badges/latest-version.svg]]