exfat

Extended FAT for large media.
Implements filesystem.Filesystem. No cgo, no root.
Status
| Read | Write | Format | Label | Symlinks | On-disk format |
|---|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | ✕ | exFAT |
Supported
- Read/write files
- Directories, recursive delete, rename
- Bare images + MBR/GPT
Not implemented
- No POSIX symlinks, permissions or ACLs (not in exFAT)
Install
go get github.com/go-filesystems/exfat
- Source: https://github.com/go-filesystems/exfat
- API reference: https://pkg.go.dev/github.com/go-filesystems/exfat
Note
See the module's README for full, up-to-date details.