These are the release notes for the NFS filesystem for Linux. * Current Version - NFS version 0.3a for Linux 0.98 patchlevel 6 * Status - BETA, use with caution * Limitations - no read/write caching, minimal lookup/attribute caching, can't run binaries * Copyright - Rick Sladkey * Distrubution - GNU copyleft as outlined in the GNU Public License version 2 * Where Available - anonymous ftp from tsx-11.mit.edu:/pub/linux/ALPHA/NFS/nfs-client-0.3a.tar.Z * References - "NFS: Network File System Protocol specification," RFC 1094 - "RPC: Remote Procedure Call Protocol specification version 2," RFC 1057 - "XDR: External Data Representation standard," RFC 1014 - "User Datagram Protocol," RFC 768 - "Managing NFS and NIS," Hal Stern, O'Reilly, ISBN 0-937175-75-7 * How to Install - please read this entire document before performing any installation - ensure that TCP/IP is in your kernel and your network is set up and works - unpack the main distribution somewhere - unpack linux.tar in /usr/src, no existing kernel files will be overwritten - patch the kernel from /usr/src using nfs.diffs, e.g. "patch -p0 timeout was not being reset to zero. Fixed a minor memory leak in nfs_follow_link (reported and fixed by Phil Packer ). New features: NFS kernel diffs now incorporated into Linux kernel 0.98 patchlevel 4. Shutdown diffs now incorporated into admutils-1.4. Changed malloc functions to use new kmalloc interface. - Version 0.2a dated 92-11-02 Bug fixes: Fixed a "bug" where symlinks would crash SunOS (reported and fixed by ). Fixed a minor memory leak and a fence-post bug in nfs_symlink. - Version 0.2 dated 92-11-01 New features: Timeout and retransmission are fully implemented (should fix any "hangs"). Preliminary lookup and attribute caching (better results with ls, pwd, etc.). All mount options parsed and many implemented (rsize, timeo, etc.). Bug fixes: Now du reports block counts correctly (reported by Bob Green ). Fixed chmod on directories (reported by Ray Bellis ). Fixed hard links (reported by Ray Bellis ). Fixed mount points inside NFS filesystems (reported by Peter Chubb ). - Version 0.1 dated 92-10-28 First released version. No timeout or retransmission. Only readir caching.