NFS SERVER CONFIGURATION : -
NFS stands for network file system which is used for sharing the data between UNIX or LINUX machines.
PORT NO. : - 2049 // controlled by rpc.
SERVICES AND DAEMONS : - 1. nfs 2. portmap
PACKAGES : - 1. nfs 2. nfsd 3. nfsdoc
CONFIGURATION FILE : - /etc/exports
Configuration Steps SERVER SIDE : -
1. Create data or use previous data for sharing. Ex. #mkdir /data(folder to share.)
2. open the configuration file.
#vim /etc/exports
3. Make the entry as follows in this file : -
For single system sharing :-
/data 172.24.0.1/255.255.255.255(rw,sync)
For sharing with in a network : -
/data 172.24.0.0/255.255.0.0(rw,sync)
For sharing globally :-
/data *(rw,sync)
and save and Quit (Esc :wq)
4. Run the Following Commands : -
#service portmap restart
#service nfs restart
#chkconfig portmap on
#chkconfig nfs on
5. For viewing the content on network sharing run the command : -
#showmount -e
Client Side configuration :-
1. Mount the server on which data is residing :-
#mount /172.24.0.2:/data /mnt
2. now use the file access them from server.
############################################################### Whow!!!!!!!!!! that's it buddy !!!
Kindle Wireless Reading Device (6" Display, Global Wireless, Latest Generation)
Breach of Trust
No comments:
Post a Comment