You are getting the error because you haven't set a NFSv4 root point, and are using the incorrect mount path for the NFS share.
I'm speaking here for ZFS "sharenfs" set file systems (data sets).
There are two required configurations to set for using NFSv4 on FreeBSD to export ZFS file systems...
Hi T-Daemon,
just wanted to let you know that your advice to invoke the -o nfsv4 fixed the pesky RPCPROG_MNT:RPC:Timedout error, and replaced it with mount_nfs: nmount: /mnt: Permission denied :(
I will try to figure it out; just to reiterate my steps, in case someone spots whether I am...
You will fix it; see https://forums.freebsd.org/search/274404/?q=RPCPROG_MNT%3A+RPC%3A+Timed+out&o=date.
Try insert the host IP and hostname of your workstation to the /etc/hosts file of the server.
You should lookup the internet too for other suggestions. This URL -...
It was one of the errors that I received. Chances are high that it is network (ports blocked for rpc services) related. There are a few ports that you need open - mountd, rpc, etc. I guess that is what is missing in my sent confs.
See https://forums.freebsd.org/threads/nfs-required-ports.17984/...
...correctly mapped, the ACLs are not mapped to the client side, but I will worry about it later.
When I try to limit the clients that can mount the share zfs set sharenfs='rw=XXX.XXX.XXX.111 pool/filesystem, I cannot mount the share receiving an error RPCPROG_MNT:RPC:Timedout
Kindest...
This solved the issue for me as well
I had this problem also and found the above solution fixed it.
This is good for a couple of workstations with static IP's but, what about a room or floor full of workstations on DHCP?
Any thoughts...
...::.8.1 nfs superuser
However, I keep getting this error:
client# mount -a
[tcp] 10.0.0.1:/nfs: RPCPROG_MNT:RPC:Timedout
[tcp] 10.0.0.1:/nfs: RPCPROG_MNT:RPC:Timedout
/etc/fstab has the following content:
10.0.0.1:/nfs /data nfs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.