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. [root@f30g ~]# grep nfs /etc/fstab [root@f30g ~]# No fstab nfs entries. [root@f30g ~]# showmount -e ds6 Export list for ds6: /volume1/syntegra *.greshko.com,192.168.1.0/24,2001:470:66:cce::2,2001:B030:112F:0000::/56 /volume1/video *.greshko.com,2001:470:66:cce::2,2001:B030:112F:0000::/56 /volume1/misty *.greshko.com,2001:470:66:cce::2,2001:B030:112F:0000::/56 /volume1/music *.greshko.com,2001:B030:112F:0000::/56 [root@f30g ~]# [root@f30g ~]# mount ds6:/volume1/video /mnt [root@f30g ~]# [root@f30g ~]# mount | grep ds6 ds6:/volume1/video on /mnt type nfs4 (rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp6,timeo=600,retrans=2,sec=sys,clientaddr=2001:b030:112f::50,local_lock=none,addr=2001:b030:112f::1bd6) So, I would ask the OP if he has an fstab entry for that mount point. -- If simple questions can be answered with a simple google query then why are there so many of them? _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx