mount.exfat
read and write exFAT driver for FUSE
Install
- All systems
-
curl cmd.cat/mount.exfat.sh
- Debian
-
apt-get install exfat-fuse
- Ubuntu
-
apt-get install exfat-fuse
- Alpine
-
apk add exfat-utils
- Arch Linux
-
pacman -S exfat-utils
- Kali Linux
-
apt-get install exfat-fuse
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install exfat-fuse
- Raspbian
-
apt-get install exfat-fuse
- Dockerfile
- dockerfile.run/mount.exfat
- Docker
-
docker run cmd.cat/mount.exfat mount.exfat
powered by Commando
exfat-fuse
read and write exFAT driver for FUSE
fuse-exfat is a read and write driver implementing the extended file allocation table as a filesystem in userspace. A mounthelper is provided unter the name mount.exfat-fuse.
exfat-utils
utilities to create, check, label and dump exFAT filesystem
Utilities to manage extended file allocation table filesystem. This package provides tools to create, check and label the filesystem. It contains - dumpexfat to dump properties of the filesystem - exfatfsck / fsck.exfat to report errors found on a exFAT filesystem - exfatlabel to label a exFAT filesystem - mkexfatfs / mkfs.exfat to create a exFAT filesystem.