Skip to main content

Posts

Showing posts from February, 2017

NFS server and client installation on CentOS 7

This guide explains how to configure NFS server in CentOS 7.0 Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. The system lets you leverage storage space in a different location and write onto the same space from multiple servers in an effortless manner. It, thus, works fairly well for directories that users need to access frequently. This tutorial explains the process of mounting NFS share on an CentOS 7.0 server in an simple and easy-to-follow steps. 1 Preliminary Note I have fresh installed CentOS 7.0 server, on which I am going to install the NFS server. My CentOS server have hostname  server1.example.com  and IP as  192.168.0.100 You can have your CentOS server installed from the  tutorial . Alternatively we need a CentOS 7.0 client machine either server/desktop. I my case I will use an CentOS 7.0 desktop with hostname   client1.example.com  and IP as...