1MOUNT.NFS(8)                System Manager's Manual               MOUNT.NFS(8)
2
3
4

NAME

6       mount.nfs, mount.nfs4 - mount a Network File System
7

SYNOPSIS

9       mount.nfs remotetarget dir [-rvVwfnh ] [-t version] [-o options]
10

DESCRIPTION

12       mount.nfs  is  a  part  of nfs(5) utilities package, which provides NFS
13       client functionality.
14
15       mount.nfs is meant to be used by the mount(8) command for mounting  NFS
16       shares. This subcommand, however, can also be used as a standalone com‐
17       mand with limited functionality.
18
19       mount.nfs4 is used for mounting NFSv4 file system, while  mount.nfs  is
20       used  to  mount  NFS  file  systems versions 3 or 2.  remotetarget is a
21       server share usually in the form of servername:/path/to/share.  dir  is
22       the directory on which the file system is to be mounted.
23
24

OPTIONS

26       -r     Mount file system readonly.
27
28       -v     Be verbose.
29
30       -V     Print version.
31
32       -w     Mount file system read-write.
33
34       -f     Fake mount. Don't actually call the mount system call.
35
36       -n     Do  not  update  /etc/mtab.   By default, an entry is created in
37              /etc/mtab for every mounted file system. Use this option to skip
38              making an entry.
39
40       -h     Print help message.
41
42       version
43              Specify  NFS  file  system  version. Either nfs4 or nfs.  If the
44              command is mount.nfs4 or the vfstype option of mount(8)  command
45              is nfs4, then version 4 is used, else version 3 or 2 is used.
46
47       nfsoptions
48              Refer to nfs(5) or mount(8) manual pages.
49
50

NOTE

52       For further information please refer nfs(5) and mount(8) manual pages.
53
54

FILES

56       /etc/fstab        file system table
57
58       /etc/mtab         table of mounted file systems
59
60

SEE ALSO

62       nfs(5), mount(8),
63
64

BUGS

66       Please  notify  current  developers  of  NFS of any bugs in the current
67       software or mail nfs@lists.sourceforge.net
68
69

AUTHOR

71       Amit Gud <agud@redhat.com>
72
73
74
75
76                                  5 Jun 2006                      MOUNT.NFS(8)
Impressum