On 26/06/2021 21:13, Robert McBroom via users wrote:
@RobertPC ~]# mount -v -t nfs -o vers=3,proto=udp6 
[2600:1702:4860:9dd0::2d]:/mnt/HD/HD_a2/mcstuffy /mnt/mcstuffy
mount.nfs: timeout set for Sat Jun 26 09:10:45 2021
mount.nfs: trying text-based options 
'vers=3,proto=udp6,addr=2600:1702:4860:9dd0::2d'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Program not registered
mount.nfs: trying text-based options 
'vers=3,proto=udp6,addr=2600:1702:4860:9dd0::2d'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Program not registered
mount.nfs: trying text-based options 
'vers=3,proto=udp6,addr=2600:1702:4860:9dd0::2d'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Program not registered
mount.nfs: requested NFS version or transport protocol is not supported

Well, without knowing what the nfs-server uses for a configuration makes it 
hard to see if there
is an option that needs changing.

On Fedora systems udp is turned off by default.  The nfs.conf has "# udp=n" in 
the [nfsd] section.

So, if I try to mount using udp I get....

[root@f34k2 ~]# mount -v -o proto=udp6,vers=3 f33k:/home/egreshko /mnt
mount.nfs: timeout set for Sat Jun 26 21:38:00 2021
mount.nfs: trying text-based options 
'proto=udp6,vers=3,addr=2001:b030:112f:2::53'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Program not registered
mount.nfs: trying text-based options 
'proto=udp6,vers=3,addr=2001:b030:112f:2::53'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Program not registered
mount.nfs: trying text-based options 
'proto=udp6,vers=3,addr=2001:b030:112f:2::53'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Program not registered
mount.nfs: requested NFS version or transport protocol is not supported

And when I uncomment, change to "udp=y", and restart the server I get..

[root@f34k2 ~]# mount -v -o proto=udp6,vers=3 f33k:/home/egreshko /mnt
mount.nfs: timeout set for Sat Jun 26 21:43:50 2021
mount.nfs: trying text-based options 
'proto=udp6,vers=3,addr=2001:b030:112f:2::53'
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: trying 2001:b030:112f:2::53 prog 100003 vers 3 prot UDP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 2001:b030:112f:2::53 prog 100005 vers 3 prot UDP port 20048

So, there isn't more to say.  The issue is on the server side and I've no idea 
about that unit to
look/find a configuration.

You may need to be happy with IPv4.  FWIW it is most common, and recommended, 
to mount using
version 4 and TCP.



--
Remind me to ignore comments which aren't germane to the thread.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to