2 .TH MOUNT.NFS 8 "5 Jun 2006"
4 mount.nfs, mount.nfs4 \- mount a Network File System
6 .BI "mount.nfs" " remotetarget dir" " [\-rvVwfnh ] [\-t " version "] [\-o " options "]
11 utilities package, which provides NFS client functionality.
14 is meant to be used by the
16 command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality.
19 is used for mounting NFSv4 file system, while
21 is used to mount NFS file systems versions 3 or 2.
23 is a server share usually in the form of
24 .BR servername:/path/to/share.
26 is the directory on which the file system is to be mounted.
31 Mount file system readonly.
40 Mount file system read-write.
43 Fake mount. Don't actually call the mount system call.
48 By default, an entry is created in
50 for every mounted file system. Use this option to skip making an entry.
56 Specify NFS file system version. Either
66 command is nfs4, then version 4 is used, else version 3 or 2 is used.
76 For further information please refer
88 table of mounted file systems
96 Please notify current developers of NFS of any bugs in the current software or mail nfs@lists.sourceforge.net
99 Amit Gud <agud@redhat.com>