Skip to content

bwelch/nfs-ganesha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFS-GANESHA is packaged with the autotools products, it follows the classical './configure && make && make install' schema.

But, NFS-GANESHA is coming with different Namespaces' backends called FSAL (which stands for File System Abstraction Layer).
The selection of the FSAL to be compiled with is done at './configure' time, via the --with-fsal option

Compiling NFS-GANESHA with POSIX FSAL:
	./configure --with-fsal=POSIX && make && make install

Compiling NFS-GANESHA with SNMP FSAL:
	./configure --with-fsal=SNMP && make && make install

Compiling NFS-GANESHA with PROXY FSAL
	./configure --with-fsal=PROXY && make && make install

Compiling NFS-GANESHA for a "FUSE-like" binding
	./configure --with-fsal=FUSE && make && make install
	
Note: if no '--with-fsal=' is provided, the PROXY FSAL will be used.

/!\ : If you got the source tree via git (git clone for example), you do not have the autotools specific stuff. You have to install 
those from your machine. This is done by running "autoreconf --install" from src/ . This will as well generate the related ./configure
script.



About

NFS-Ganesha, a NFSv2/NFSv3/NFSv4.x server in User Space

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.1%
  • Python 7.1%
  • Perl 1.2%
  • Scilab 0.5%
  • Shell 0.5%
  • Assembly 0.3%
  • Other 0.3%