A universal and (hopefully) working userspace filesystem for 64-bit linux-like systems.
make phase1
command to build binaries.email.txt
with an email address you wish to send email in the same directory as the phase1
binary../phase1 [your/mnt/point/] [optional: flags]
. You can optionally include the -f
flag to make fuse run in the foreground.make mkfs.uwu
and make mount.uwu
(or make all
) to build binaries. You can add DEBUG=1
to compile with debug information../mkfs.uwu [device]
with elevated privileges to format your block device./mount.uwu [device] [mountpoint] [optional: flags]
to mount the block device and start the fuse daemon.
-f
: make fuse run in the forground.-o allow_other
: allow other users access to the fuse fs (we handle permissions ourselves)