nuFAT is an experimental filesystem driver to use the FAT32 filesystem in the Linux userspace.
Warning
nuFAT is currently in its earliest stages of development and therefore not ready for any real world use.
Please refer to the Supported Features
section for the currently supported filesystem operations.
To set nuFAT up, please clone the repository.
Make sure that all fuse
dependencies are installed.
sudo zypper in libfuse3-3 fuse3 fuse-devel
sudo dnf install fuse fuse-devel
sudo apt-get install fuse3 libfuse3-dev
When everything is installed, refer to the testing guide on how to run nuFAT.
- List directory entries
- Read file contents
- Create new file
- Create new directory
- Write content to file
- Delete file or directory
If you encounter an issue while using nuFAT, please report them in the issues section.
nuFAT is licensed under the terms of the MIT License.