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.
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.
- Homepage
-
License:
GNU GPL v2 - Download HPKG file