]> git.decadent.org.uk Git - nfs-utils.git/blob - README
"dot+1" is bogus - it is a DNS domain, not a yp domain
[nfs-utils.git] / README
1 This is the Linux NFS utility package version 0.1.9.1.
2
3 There is a Linux NFS mailing list at
4
5 http://lists.sourceforge.net/mailman/listinfo/nfs/                                                               
6 You can subscribe it and search the mailing list archive via a web
7 browser.
8
9 The nfs-utils package is available from the CVS server:
10
11 # cvs -z 3 -d:pserver:anonymous@cvs.nfs.sourceforge.net:/cvsroot/nfs co nfs-utils
12
13 will get the latest version.
14
15 The files are
16
17 ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.9.1.tar.gz
18 ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.9-0.1.9.1.diff.gz
19
20 To compile, just do
21
22 # ./configure
23 # make
24
25 # make install
26
27 will install the nfs-utils binaries. You have to install the NFS
28 service scripts. There are 2 in etc/redhat provided for RedHat 6.x.
29 They are tested on RedHat 6.2.
30
31 On RedHat 6.2, you can use
32
33 # rpm -ta nfs-utils-0.1.9.1.tar.gz
34
35 to build the source and binary RPMs.
36
37 util-linux 2.10m or above is required. But the following patches may
38 also be needed:
39
40 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10f-mount-tcp.patch
41 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-compat.patch
42 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-nfsv3.patch
43 ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-rpc.patch
44
45
46 Thanks.
47
48
49 H.J.
50 hjl@lucon.org
51 07/04/2000