NFS server running in user-space
SourceForge.net Logo
Home Home Contact us Contacts
Overview Documentation Downloads Features Roadmap Contacts Links
 
News & Updates
 
Oct 28, 2009
v 0.99.59 is available
January 2006
First time in production on site
Octobre 2004
Project started
Quick Links
 
Sourceforge project's page
Article about NFS-GANESHA on linux.com
NFS-GANESHA GitWeb (hosted by SourceForge)
NFS-GANESHA's announcement mailing-list
NFS-GANESHA's development mailing-list
CeCILL license
CEA web site
I'm going to FAST '09
Exporting your FUSE-based file system next up previous
Next: Details about GANESHA FUSE-like Up: Quick Start Previous: Compiling and installing

Exporting your FUSE-based file system

  • 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
Designed by CMG Technologies, adapted by Thomas LEIBOVICI
Design downloaded from Free Templates