OS =gentoo ( both machines)
server
grenada ~ # cat /etc/passwd |grep paul
paul:x:1009:100::/home/paul:/bin/bash
grenada ~ # cat /etc/passwd |grep root
root:x:0:0:root:/root:/bin/bash
operator:x:11:0

perator:/root:/bin/bash
grenada ~ # exportfs -ra
exportfs: /etc/exports [9]: No 'sync' or 'async' option specified for export
"*:/tmp".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions
exportfs: /etc/exports [11]: No 'sync' or 'async' option specified for
export "*:/home".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions
grenada ~ # exportfs
/home <world>
/tmp <world>
grenada ~ #
client
# cat /etc/passwd |grep paul
paul:x:1009:100

aul:/home/paul:/bin/bash
# cat /etc/passwd |grep root
root:x:0:0:root:/root:/bin/bash
operator:x:11:0

perator:/root:/bin/bash
#
and then
dads zope-2.7.7 # mount -t nfs 192.168.0.1:/home /mnt/GRENADA
dads zope-2.7.7 # umoount /mnt/GRENADA/
bash: umoount: command not found
dads zope-2.7.7 # umount /mnt/GRENADA/
dads zope-2.7.7 # mount -t nfs 192.168.0.1:/home /mnt/GRENADA
dads zope-2.7.7 # umount /mnt/GRENADA/
dads zope-2.7.7 # mount -t nfs 192.168.0.1:/tmp /mnt/GRENADA
mount: 192.168.0.1:/tmp failed, reason given by server: Permission denied
dads zope-2.7.7 # mount -t nfs grenada:/home /mnt/GRENADA
mount: grenada:/home failed, reason given by server: Permission denied
dads zope-2.7.7 #
I still cant work out what gong on