Results 1 to 6 of 6
let me know the steps required for setting up NFS server from scratch
i am using RHEL 5.0........
- 07-01-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 3
NFS from scratch
let me know the steps required for setting up NFS server from scratch

i am using RHEL 5.0.....
- 07-01-2009 #2Just Joined!
- Join Date
- Jul 2009
- Posts
- 6
1) Put an entry in /etc/exports in the following format, as in this example:
/usr/local <server1>(ro)
/home <server2>(rw)
2) If you need, you can configure /etc/hosts.allow and /etc/hosts.deny to make your NFS access more secure.
3) Restart NFS service with command service nfsd restart.
You are all set.
- 07-01-2009 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 6
We have an article in linuxforums itself explaining about this NFS server. It is quiet excellent. Follow that dude. Simple.
- 07-02-2009 #4Just Joined!
- Join Date
- Jun 2009
- Posts
- 3
can u plz tell me the link 2 follow...
- 07-02-2009 #5Just Joined!
- Join Date
- Jul 2009
- Posts
- 6
I am a new user, so I cannot post URL in my reply for some more time.
Anyways, under ARTICLES (in this Linux Forum) , you will find the article " Setup Network File Sharing Server in RedHat Linux" . That should be good.
Its pretty simple and a cake walk.
- 07-02-2009 #6
I think the link you want is this one.
Before you start, you'll need to be certain that you have the various nfs packages installed, that'll probably be 'nfs-utils' and 'system-config-nfs'.Last edited by Roxoff; 07-02-2009 at 04:25 PM.
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
