Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Prev

Next

19.2.1.Mounting NFS File Systems using /etc/fstab


An alternate way to mount an NFS share from another machine is to add a line to the /etc/fstab file. The line must
state the hostname of the NFS server, the directory on the server being exported, and the directory on the local
machine where the NFS share is to be mounted. You must be root to modify the /etc/fstab file.
The general syntax for the line in /etc/fstab is as follows:
server:/usr/local/pub /pub nfs rsize=8192,wsize=8192,timeo=14,intr

The mount point /pub must exist on the client machine before this command can be executed. After adding this line
to /etc/fstab on the client system, type the command mount /pub at a shell prompt, and the mount point /pub is
mounted from the server.
The /etc/fstab file is referenced by the netfs service at boot time, so lines referencing NFS shares have the same
effect as manually typing the mount command during the boot process.
A sample /etc/fstab line to mount an NFS export looks like the following example:
<server>:</remote/export></local/directory><nfs-type><options> 0 0

Replace <server> with the hostname, IP address, or fully qualified domain name of the server exporting the file
system.
Replace </remote/export> with the path to the exported directory.
Replace </local/directory> with the local file system on which the exported directory is mounted. This mount point
must exist before /etc/fstab is read or the mount fails.
Replace <nfs-type> with either nfs for NFSv2 or NFSv3 servers, or nfs4 for NFSv4 servers.
Replace <options> with a comma separated list of options for the NFS file system (refer to Section19.4, Common
NFS Mount Options for details). Refer to the fstab man page for additional information.

Prev
19.2.NFS Client Configuration

Up

Home

Next
19.3.autofs

Note: This documentation is provided {and copyrighted} by Red Hat, Inc. and is released via the Open Publication License. The copyright
holder has added the further requirement that Distribution of substantively modified versions of this document is prohibited without the explicit
permission of the copyright holder. The CentOS project redistributes these original works (in their unmodified form) as a reference for
CentOS-5 because CentOS-5 is built from publicly available, open source SRPMS. The documentation is unmodified to be compliant with
upstream distribution policy. Neither CentOS-5 nor the CentOS Project are in any way affiliated with or sponsored by Red Hat, Inc.

You might also like