Giter Site home page Giter Site logo

uikit0 / unfs3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from janmejay/unfs3

0.0 1.0 0.0 603 KB

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: Other

Makefile 1.63% C 69.95% Lex 0.41% Yacc 4.54% Groff 4.68% Shell 2.04% M4 0.60% Python 14.06% C++ 2.08%

unfs3's Introduction

UNFS3 (User-Space NFSv3 Server)
(C) 2003-2009, Pascal Schmidt <[email protected]>


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:[email protected]:/cvsroot/unfs3 login
  cvs -d:pserver:[email protected]:/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. 

unfs3's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.