Computing.Net > Forums > Unix > nfs server

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

nfs server

Reply to Message Icon

Name: completelylostone
Date: February 26, 2000 at 22:33:03 Pacific
Comment:

im new to networking i have redhat 6.1 running on a amd133 as my server with
kernel 2.2.14and will have ipchains and masqurading as soon as i figure out
how it works.lol and a piii with kernel 2.3.42 using realtec 8019 cards
which i have working now.. i can telnet to each computer..i have read the
howtos but it went straight over my head can anyone point me in the right
direction to setting up nfs and how to get my piii to look to the 166 for
its inet connection???any help would be greatly appreciated..thanx



Sponsored Link
Ads by Google

Response Number 1
Name: Ben Shirani
Date: February 27, 2000 at 15:25:11 Pacific
Reply:

okay, im not too sure about the exact setup for linux, but i know you have to have it enabled in your kernel or have the module loaded(for the client and server). As for the client, once you have the server setup just run the mount command to mount the remote disk(server), like this:
mount -t nfs hostnameofserver:/directorytomount/ /localdirectory/

before you will be able to mount /directorytomount it has to be listed in your /etc/exports file (for security reasons). So edit your /etc/exports file to include /directorytomount (read man exports) for syntax on that. simplified:
1. make sure nfs is enabled in your kernel
2. make sure the directory on the server to be mounted is in /etc/exports
3. make sure nfs is enabled on the kernel of the client
4. mount the directory as shown above.

hope this helps

--Ben Shirani (rooster@stic.net


0

Response Number 2
Name: No0ne
Date: March 11, 2000 at 06:13:39 Pacific
Reply:

You had it right the first time , you need to be looking in to IP masqurading. there is no secrete to it, it takes an over all veiw of networking.. I would sugest just keep reading..

nfs is drive sharing.. (i.e. mounting remote drives)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: nfs server

nfs server setup www.computing.net/answers/unix/nfs-server-setup/924.html

NFS www.computing.net/answers/unix/nfs/3162.html

Forcing filename into lowercase in NFS www.computing.net/answers/unix/forcing-filename-into-lowercase-in-nfs/1029.html