Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skalnik/3210-project-3
https://github.com/skalnik/3210-project-3
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skalnik/3210-project-3
- Owner: skalnik
- License: mit
- Created: 2012-04-05T19:06:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T18:57:19.000Z (over 9 years ago)
- Last Synced: 2023-04-11T19:41:45.786Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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