You are not logged in.

#1 2008-04-08 12:39:08

nav882
Member
Registered: 2008-03-02
Posts: 6

Mounting a directory

Hi all,

I want to know how can i make directory mount by other users. for ex:
i have /home/exper/shared in 192.168.254.4

and i want a user on another machine mount 192.168.254.4:/home/exper/shared /shared on the new machime that is 192.168.254.5

Also i have started the nfs server on 192.168.254.5
So what is the next step to be followed.

Thanks in advance.

Offline

#2 2008-04-08 13:10:26

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Mounting a directory

You need to run the nfs server on 192.168.254.4 - that's the server, .5 is the client. Read the NFS wiki page for more details.

Offline

#3 2008-04-08 13:40:09

nav882
Member
Registered: 2008-03-02
Posts: 6

Re: Mounting a directory

i have run the nfs on the server and started it on also client and have added the following to /etc/exports /home/exper/shared *(rw,no_root_squash) for now but still on the client i get the following message the mount to NFS server '192.168.254.3' failed: server is down

Offline

#4 2008-04-08 16:12:35

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Mounting a directory

As I suggested earlier, read the wiki page. If you follow it, you will get it working.

If you want additional detail, try the official NFS Howto.

Offline

Board footer

Powered by FluxBB