Browsed by
Month: August 2016

Mounting NFS Volumes in Linux using mount or /etc/fstab

Mounting NFS Volumes in Linux using mount or /etc/fstab

What a Linux hodge-podge… Command Line approach 19.2. NFS Client Configuration NFS shares are mounted on the client side using the mount command. The format of the command is as follows: mount -t <nfs-type> -o <options><host>:</remote/export></local/directory> 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 Section 19.4, “Common NFS Mount Options” for details). Replace <host> with the remote host, </remote/export>…

Read More Read More