NFS and shared folders problem

Sebastian M=?ISO-8859-1?B?/A==?=sch sebastian at sebastian-muesch.de
Mon Aug 15 23:21:56 UTC 2005


Hi,

Once upon a time Inhabitant of Zion wrote:

>> 2. Give us a snapshot of your /etc/exports on the server.
> I did not have sync or insecure added but I added them.

Sync means all fs-actions are done without writecaching. Very important for
concurrent use of the export by different systems ;-) But I think the
default is sync.

Did you refresh the nfs table by invoking "exportfs -fa"?

Try to mount the volume manually by using the command:
"mount 10.0.1.100:/home/public /mnt" (replace 10.0.1.00 with the ip of the
server), and tell us what's the output on the client and what's in the logs
("tail -f /var/log/messages") on the server. Maybe the mount command takes
some time, so don't be fooled by that.


Let's get some more info:
1. Check if we get the exports by using "showmount --all 10.0.1.100" AND "
showmount --exports 10.0.1.100" on one client (replace 10.0.1.100 with your
server ip). What's the output?

2. On one client AND on the server run "rpcinfo -p 10.0.1.100" (replace
10.0.1.100 by the servers ip) What's the output?

Client should look like this:
-----------------------------
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp    642  status
    100024    1   tcp    645  status
-----------------------------

Server like this:
-----------------------------
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100021    1   udp  32768  nlockmgr
    100021    3   udp  32768  nlockmgr
    100021    4   udp  32768  nlockmgr
    100021    1   tcp  32768  nlockmgr
    100021    3   tcp  32768  nlockmgr
    100021    4   tcp  32768  nlockmgr
    100005    1   udp    835  mountd
    100005    1   tcp    838  mountd
    100005    2   udp    835  mountd
    100005    2   tcp    838  mountd
    100005    3   udp    835  mountd
    100005    3   tcp    838  mountd
    100024    1   udp    621  status
    100024    1   tcp    624  status
-----------------------------

Cu
Sebastian

-- 
        .:'
     _ :'_
   .`_`-'_`.     Sebastian Müsch
  :__|\ /|__:      sebastian at sebastian-muesch.de
  :__| S |__:
  :__|   |__:     iTunes spielt gerade leider nichts :-(
   `._.-._.'






More information about the ubuntu-users mailing list