This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/exfatprogs/badges/latest-version.svg)](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]]