Skip to content

Commit

Permalink
Update documentation for NFSv3
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Feb 24, 2012
1 parent 31c7d74 commit 14d52e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions INSTALLING.md
Expand Up @@ -19,3 +19,7 @@ NfSpy uses some syntax that is not backwards compatible with versions of
Python before 2.6. For Python 2.4 compatibility, check out the [twofour
branch](https://github.com/bonsaiviking/NfSpy/tree/twofour), which should
work, but will not receive future updates

NfSpy was updated to NFSv3 on Fri Feb 24 2012. The [nfsv2
branch](https://github.com/bonsaiviking/NfSpy/tree/nfsv2) contains the
previous version, which supports NFSv2.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -121,9 +121,9 @@ BUGS
but could use more testing. Because of this, NfSpy defaults to mounting
ro. Specify the rw mount option to change this.

* NfSpy is an NFSv2 client. NFSv2 is very old, and some servers may not
support it. Future releases may support NFSv3, but probably not NFSv4.

* NfSpy does not work with the standard lockd and statd services, which could
cause problems with writing to files. For read-only, though, and most
nefarious uses for which it was intended, this shouldn't be a problem.

* NfSpy only supports NFSv3 at the moment. Future versions may intelligently
choose a NFS version.

0 comments on commit 14d52e7

Please sign in to comment.