Skip to content

UNFS3 is a user-space implementation of the NFSv3 server specification. It provides a unified mountd and nfsd program and so far runs under Linux, NetBSD, and Solaris. NOTE: Imported from cvs.lysator.liu.se:/cvsroot/unfs3 . NOTE: I am not the author, this is simply an imported repo since CVS is so inconvenient..

License

UIKit0/unfs3

 
 

Repository files navigation

UNFS3 (User-Space NFSv3 Server)
(C) 2003-2009, Pascal Schmidt <unfs3-server@ewetel.net>


INTRODUCTION
============

UNFS3 is a user-space implementation of the NFSv3 server
specification.

UNFS3 supports all NFSv3 procedures with the exception of the
READDIRPLUS procedure. It tries to provide as much information
to NFS clients as possible, within the limits possible from
user-space.

See the unfsd(8) manpage for restrictions imposed on NFS
operations (section RESTRICTIONS) and for possible races
with local file system activity (section BUGS).

It is not possible to export to netgroups or wildcard hostnames
via /etc/exports, all other addressing methods should work. The
following options are recognized in the exports file: ro, rw,
root_squash, all_squash, no_root_squash, no_all_squash. If
other options are present, they are ignored.

UNFS3 can be used to (re-)export part of an AFS network filesystem. 
Because AFS does not simulate inodes particularly well, configuring the 
source with --enable-afs is recommended in this scenario.

Cluster extensions compatible to the older ClusterNFS project
are supported when the source is configured with --enable-cluster.


SUPPORTED SYSTEMS
=================

unfs3 is developed and tested on Linux, but should also compile
and run on other Unix systems. In the past, versions of unfs3
have been successfully tested on NetBSD, FreeBSD, Solaris, AIX,
Irix, and Mac OS X. There is also some support for running on
Windows, see doc/README.win for details.

Releases are tested by trying to compile them on Linux using both
GNU make and FreeBSD make. The basic tests of the Connectathon
NFS testsuite are then used to very basic functionality of the
server.

If unfs3 doesn't build or work on a Unix system, a problem
report is appreciated.


INSTALLATION
============

You will need gcc, lex (flex), and yacc (bison) to compile UNFS3.

	./configure
	make
	make install

Please read the manpage for information about command-line
options.

	man 8 unfsd

If you decide to modify the code yourself, you can run

	make dep
	
to append dependency information to the Makefile, so that make
knows which files depend on each other and recompiles all the
necessary files on changes.


CVS REPOSITORY
==============

The unfs3 CVS repository is accessible via anonymous CVS. The source
can be checked out with:

  cvs -d:pserver:anonymous@cvs.lysator.liu.se:/cvsroot/unfs3 login
  cvs -d:pserver:anonymous@cvs.lysator.liu.se:/cvsroot/unfs3 co unfs3

You can also use the web-based CVS repository viewer at: 

  http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/?cvsroot=unfs3

In the HEAD branch, you will find a file called "BRANCHES", which
describes the different branches in this repository. 

About

UNFS3 is a user-space implementation of the NFSv3 server specification. It provides a unified mountd and nfsd program and so far runs under Linux, NetBSD, and Solaris. NOTE: Imported from cvs.lysator.liu.se:/cvsroot/unfs3 . NOTE: I am not the author, this is simply an imported repo since CVS is so inconvenient..

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.0%
  • Python 14.1%
  • Roff 4.7%
  • Yacc 4.5%
  • C++ 2.1%
  • Shell 2.0%
  • Other 2.6%