Friday, 1 April 2011

NFS Configuration

Edit the file /etc/exports


/sharepath *(rw,sync)
Ex:/home *(rw,sync) 

restart the nfs service 

[root@usha ~]# service nfs restart
    Shutting down NFS mountd:                                  [  OK  ]
    Shutting down NFS daemon:                                  [  OK  ]
 Shutting down NFS quotas:                                  [  OK  ]
 Shutting down NFS services:                                [  OK  ]
Starting NFS services:                                     [  OK  ]
Starting NFS quotas:                                       [  OK  ]
Starting NFS daemon:                                       [  OK  ]
Starting NFS mountd:                                       [  OK  ]



Mount nfs in another System
mount -t nfs 192.168.2 .85:/home /mnt


No comments:

Post a Comment