fuse_exfat

FUSE/UserlandFS exFAT file system module

Version

1.4.0-1
(2026-07-13)

Size

27.1

KiB

Repository

HaikuPorts
x86_64
The "exfat" project aims to provide a full featured exFAT file system implementation for Unix'like systems.

It consists of a FUSE module (fuse-exfat) and a set of utilities (exfat-utils).

This package contains the "fuse-exfat" module (with write support) for use with Haiku's UserlandFS.

Usage examples:

> mkdir /exFAT-mount
> mount -t userlandfs -o "fuse-exfat ~/foobar.exfat /exFAT-mount" /exFAT-mount

To mount an exFAT volume "image", or:

> mount -t userlandfs -o "fuse-exfat /dev/disk/usb/0/0/0 /exFAT-mount" /exFAT-mount

To mount an exFAT formatted USB pendrive.