Find the answer to your Linux question:
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........
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    3

    Thumbs up NFS from scratch

    let me know the steps required for setting up NFS server from scratch

    i am using RHEL 5.0.....

  2. #2
    Just 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.

  3. #3
    Just 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.

  4. #4
    Just Joined!
    Join Date
    Jun 2009
    Posts
    3
    can u plz tell me the link 2 follow...

  5. #5
    Just 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.

  6. #6
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    Quote Originally Posted by abi0909 View Post
    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.
    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/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...