A read-only XFS implementation using FUSE, written for GSoC 2021.
$ git clone https://github.com/KhaledEmaraDev/xfuse
$ cd xfuse
$ cargo build$ xfs-fuse /dev/sdb1 /mntSome canned golden images are checked into the repository, in the resources
directory. They contain a variety of file and directory types. Run
scripts/mkimg.sh to rebuild them.
BSD-2-clause