This is a file system implemented using FUSE to browse a specific type of image files used in the INF-2201 course at UiT.
libfuse (version 3).
If you want to install it, run
make installYou might need to have superuser privileges.
mount.inf2201fs mountpointThe default image file is image.
You may specify another one with the --image flag (this is buggy).
The mountpoint needs to be a existing directory.
To unmount the filesystem, use either fusermount -u [mountpoint] or umount [mountpoint].
It is recommended to use fusermount -u.