forked from phdeniel/nfs-ganesha
-
Notifications
You must be signed in to change notification settings - Fork 0
NFS-Ganesha, a NFSv2/NFSv3/NFSv4.x server in User Space
ffilz/nfs-ganesha-ph
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 LUSTRE FSAL: ./configure --with-fsal=LUSTRE && 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 0
No packages published
Languages
- C 86.0%
- Python 7.4%
- TeX 2.1%
- Perl 1.3%
- Objective-C 1.3%
- Scilab 0.5%
- Other 1.4%