Looks like part of the problem is that both ends call themselves "localhost".

DO NOT use "localhost" for the NFS mount (unless you really want to
NFS mount something served back to the same box, clearly not this
case).

 ...

> [root@localhost ~]# mount -o ro,vers=3,nolock /dev/sr0 /tmp/iso
> [root@localhost ~]# exportfs -a
> [root@localhost ~]# cat /etc/exports
> /tmp/iso        *(ro,no_root_squash)
> [root@localhost ~]# mkdir /tmp/testit
> [root@localhost ~]# mount localhost:/tmp/iso /tmp/testit
> <wait about two minutes>
> ^C
> [root@localhost ~]#


Maybe try mounting by IP address.


        mount  192.168.55.44:/tmp/iso /tmp/testit


 ... replacing "192.168.55.44" with the address of the laptop.



--
-- R;   <><

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to