Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Situation:
Some machines can mount a share, others can not.
For example, I can mount the share on a 12.3 host with a 12.3, acting as nfsserver, with a 12.3 guest in vmplayer, acting as nfs client.
However, the same host machine can not mount it localy to itself (nfs client); neither can my laptop (network is fine: I can ping and ssh).
Server exports entry (one single line, wrapped here for clarity):
/data/storage_c/repositorios_zypp/ \
192.168.1.0/24(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure) \
172.16.108.0/24(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure) \
192.168.74.0/24(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure) \
127.0.0.1(fsid=1234,rw,no_root_squash,nohide,no_subtree_check,insecure)
I stopped reading here. IIRC, fsid numbers have to be different for each filesystem. I'm no expert on it but I remember it from a previous forum discussion. If that doesn't fix it, I also note
telcontar.valinor:/data/storage_c/repositorios_zypp /var/cache/zypp/nfs_packages nfs4 defaults 0 0
I would make sure that nfs4 is not used and nfs3 is explicitly used everywhere. If that fixes it, you could try using nfs4 everywhere or just somewhere and play around until you understand what breaks. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org