Spyderserve Web Development

Category: NFS

NFS Server Setup on CentOS 6

Install the needed software for nfs operations: yum install nfs-utils nfs-utils-lib Setup the directories that need to be shared: vim /etc/exports Here is an example of a setting in the exports file: [directory that is being shared] [IP address of client or network (ex. 10.0.0.0/24)](rw,anonuid=[uid],anongid=[gid],async) Force the update from the exports file: exportfs -r See […]

NFS Client setup on RHEL/centos

Here a simple and quick guide to setting up nfs on a RHEL or centos host: 1. Install the needed nfs packages yum install nfs-utils nfs-utils-lib 2. Create the directory that you want to mount the remote directory to mkdir [path to mount point] 3. Add an entry into your systems fstab file to auto-mount […]

Spyderserve  2225 Bemiss Road Suite D Valdosta, Georgia 31602 United States