setting up a [NFS] server

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Re: setting up a [NFS] server

    On Tue, 09 Sep 2003 19:19:29 -0500, Bilal Osman wrote:
    > All of system are connected through a HUB, and I can ping the server on the
    > client side and vise versa, I need to know what services I need to have
    > running
    You need to have some kind of nfs server (nfsd) running on your server and
    then mount the nfs directories from your clients.
    , what configuration files I need to be working with both the server
    Have a look at /etc/exports. This file sets which directories and under
    what privileges that you can share.
    > and the client side
    The file your looking for here is /etc/fstab. This file contains all the
    directories mounted when running the command mount -a.
    , I tried to search the Net for HOWTO documents, but I
    > have been successful on getting any documents that shows me some what of a
    > step by step instruction on how to go about this.
    Getting nfs up and running isn't that linux flavor specific. You should be
    able to use any guide for any linux flavor (red hat, debian, mandrake,
    etc).
    Try taking a look at
    this:[url]http://ldp.us.themoes.org/HOWTO/NFS-HOWTO/index.html[/url]

    /Lars
    Lars Lykke Guest

  2. Similar Questions and Discussions

    1. Setting up the built-in server
      I'm trying to do application developement locally, without uploading to test as I have been. However, my site will not display properly because I...
    2. Setting the Test Server
      Ok guys, I started work with dreamweaver just some weeks ago. Im using the DW8. - Im having a terrible problem to setup the Testing server, I dont...
    3. Setting up test server for Mac!
      Can anyone help me with settign up the test server that you are required to set up to use flash for Mac. I have tried and it is not working. ...
    4. Setting up a test server
      I have ColdFusion MX 7 installed on a server, and now I want to install it on our test server. The license allows for a test server to be setup,...
    5. Setting Up FlashComm Server 2
      I have 3 servers for my company. A webserver with CFMX7, MS SQL 2000 server and we just purchased a Windows 2003 Streaming Media server which I...
  3. #2

    Default setting up a [NFS] server

    Hello Every Body,

    Here is what I'm trying to do, I'm trying to build a Network of 4 computers,
    1 server [NFS] and 3 clients, like I said before I pretty new to Linux, I
    managed to install Linux [redhat 8] on all the Systems, now I trying to
    network these system together. The Problem is that I not sure where to
    start, I know in windows for example you create a domain and create accounts
    under the down for user that are trying to authenticate to this server. now
    the ultimate goal is once I'm done is to authenticate to the server so I can
    use shared files on the server.

    All of system are connected through a HUB, and I can ping the server on the
    client side and vise versa, I need to know what services I need to have
    running, what configuration files I need to be working with both the server
    and the client side, I tried to search the Net for HOWTO documents, but I
    have been successful on getting any documents that shows me some what of a
    step by step instruction on how to go about this.

    any help on where to start is greatly appreciated :)
    Thanks






    Bilal Osman Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139