11.2 issues keep piling up…
I had an NFS server on my desktop and used autofs to mount it on my laptop using openSUSE 11.1 on both. Now I installed 11.2 on both, made exactly identical settings and configurations, copied the same config files, even gone further and turned off the firewall - CAN’T mount!
Desktop:
User: linuxoid
UID: 1000
Groups: datauser
GID: 1000
Laptop
User: linuxoid
UID: 1000
Groups: datauser
GID: 1000
My shared folder ‘data’ has permissions:
User: linuxoid
Group: datauser
Owner: rwx
Group: rwx
Others: —
NFS server:
IP: 192.168.1.2
NFSv4 enabled
Firewall port open (but firewall disabled)
Directories: /mnt/data
Hosts: 192.168.1.* fsid=0,crossmount,rw,root_squash,no_subtree_check
NFS client:
IP: 192.168.1.3
NFSv4 enabled
Firewall port open (but firewall disabled)
Folders: /mnt/DataServer (created by autofs), /mnt/Server
auto.master:
/mnt /etc/auto.misc --timeout 60
auto.misc:
DataServer -fstype=nfs4,rw,soft,intr,nosuid,nodev,tcp,retry=10,rsize=32768,wsize=32768 192.168.1.2:/
Autofs doesn’t mount. ‘showmount 192.168.1.2 -e’ just hangs.
Manual mount with ‘mount -t nfs4 192.168.1.2:/ /mnt/Server’ also hangs.
What am I doing wrong or missing? I can ping each both ways.