You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file system implementation is based on fuse. And it can be mounted on ext4, xfs, btrfs and other filesystems to build ext4-fuse, xfs-fuse, btrfs-fuse and so on!!!
This file system implementation is based on fuse. And it can be mounted on ext4, xfs, btrfs and other filesystems to build ext4-fuse, xfs-fuse, btrfs-fuse and so on!!!
usage example :
make
./general /mnt/ext4 /mnt/myfs
About
This file system implementation is based on fuse. And it can be mounted on ext4, xfs, btrfs and other filesystems to build ext4-fuse, xfs-fuse, btrfs-fuse and so on!!!