On 8/26/19 12:02 AM, Ed Greshko wrote:
On 8/26/19 11:36 AM, Samuel Sieb wrote:
On 8/25/19 7:06 PM, Ed Greshko wrote:
On 8/26/19 6:57 AM, Cameron Simpson wrote:
mount shows: 192.168.2.128:/home on /mnt/testb type nfs4 (rw,relatime,vers=4.2,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.2.6,local_lock=none,addr=192.168.2.128)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
Looks normal, matches what was in your "mount" command above.
I would say it looks sorta normal yet a bit weird.
On straight forward nfs mounts I've not seen any gvfs references or user_id or group_id parameters unless there was a fstab entry.
The gvfs line is completely separate from the nfs one and irrelevant to this issue. Gnome sets up the gvfs mount at login.
Ah, Cameron already explained that he mis-cut and I mistook that mis-cut to imply there was a single entry in the output of the "mount" command. :-) :-)
. I edited to remove the "/home ". I believe that was a mistype when configuring /etc/exports ...
presently it is:
[root@NFS bobg]# cat /etc/exports
192.168.2.0/24(rw,soft,intr,fg,comment=systemd.automount)
Now this morning I am seeing a new error:
[root@box83 bobg]# showmount -e 192.168.2.128 clnt_create: RPC: Program not registered
What does that mean and how do I fix it?