Skip to content

FAT-32 filesystem driver for the Linux Userspace using FUSE

License

Notifications You must be signed in to change notification settings

ByteOtter/nuFAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuFAT

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.

Set up

To set nuFAT up, please clone the repository.

Make sure that all fuse dependencies are installed.

OpenSUSE Tumbleweed

sudo zypper in libfuse3-3 fuse3 fuse-devel 

Fedora

sudo dnf install fuse fuse-devel

Ubuntu

sudo apt-get install fuse3 libfuse3-dev

When everything is installed, refer to the testing guide on how to run nuFAT.

Supported Features

  • List directory entries
  • Read file contents
  • Create new file
  • Create new directory
  • Write content to file
  • Delete file or directory

Reporting issues

If you encounter an issue while using nuFAT, please report them in the issues section.

License

nuFAT is licensed under the terms of the MIT License.

About

FAT-32 filesystem driver for the Linux Userspace using FUSE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages