Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skalnik/3210-project-3


https://github.com/skalnik/3210-project-3

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

FUSE has been installed on the Hack Factor, `factor007`.

You can compile fusexmp with:

gcc -Wall -D_FILE_OFFSET_BITS=64 `pkg-config fuse MagickWand libexif --cflags --libs` fusexmp.c -o fusexmp

"-D_FILE..." was added at the behest of the compiler. your usage may vary

And then mount it with:

$ ./fusexmp -o nonempty

And unmount it:

$ fusermount -u