| News & Updates |
| |
| Oct 28, 2009 |
| v 0.99.59 is available |
| January 2006 |
| First time in production on site |
| Octobre 2004 |
| Project started |
|
|
|
|
|
Exporting your FUSE-based file system
Next: Details about GANESHA FUSE-like
Up: Quick Start
Previous: Compiling and installing
- In your source code, replace #include <fuse.h> with #include <ganesha_fuse_wrap.h>
- For linking your program, replace -lfuse with -lganeshaNFS
That's done! You can now start your daemon and mount your filesystem (here is an example in NFSv3):
./my_daemon
mount -o vers=3,udp localhost:/ /mnt
root
2008-08-01
|