Search results for query: RPCPROG_MNT: RPC: Timed out

  1. The following words were not included in your search because they are too short, too long, or too common: out
  1. T

    Solved NFSv3/NFSv4, mounting, permissions, NFSv4 man-page, and more

    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...
  2. M

    Solved NFSv3/NFSv4, mounting, permissions, NFSv4 man-page, and more

    Hi T-Daemon, just wanted to let you know that your advice to invoke the -o nfsv4 fixed the pesky RPCPROG_MNT: RPC: Timed out 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...
  3. Lamia

    Solved NFSv3/NFSv4, mounting, permissions, NFSv4 man-page, and more

    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 -...
  4. Lamia

    Solved NFSv3/NFSv4, mounting, permissions, NFSv4 man-page, and more

    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/...
  5. M

    Solved NFSv3/NFSv4, mounting, permissions, NFSv4 man-page, and more

    ...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: Timed out Kindest...
  6. sk8harddiefast

    NFS stop working unexpectedly

    ...sudo mount -t nfs 192.168.1.4:/mnt/inbox-raidz/datavault /mnt/Mirror/ [tcp] 192.168.1.4:/mnt/inbox-raidz/datavault: RPCPROG_MNT: RPC: Timed out [tcp] 192.168.1.4:/mnt/inbox-raidz/datavault: RPCPROG_MNT: RPC: Timed out [tcp] 192.168.1.4:/mnt/inbox-raidz/datavault: RPCPROG_MNT: RPC: Timed out...
  7. SirDice

    NFS stop working unexpectedly

    Is it mounted now? It seems to have a problem using TCP but it should mount using UDP as a fallback.
  8. sk8harddiefast

    NFS stop working unexpectedly

    sudo mount -t nfs 192.168.1.4:/mnt/inbox-raidz/datavault /mnt/Mirror/ [tcp] 192.168.1.4:/mnt/inbox-raidz/datavault: RPCPROG_MNT: RPC: Timed out
  9. sk8harddiefast

    NFS stop working unexpectedly

    uname -a FreeBSD BSD|ZFS 9.0-RELEASE FreeBSD 9.0-RELEASE #4: Sat Feb 25 21:56:27 EET 2012 root@BSD|ZFS:/usr/obj/usr/src/sys/MYKERNEL amd64 /etc/rc.conf nfs_client_enable="YES" hostname="BSD|ZFS" defaultrouter="192.168.1.1" ifconfig_re0="up" ifconfig_msk0="up" cloned_interfaces="lagg0"...
  10. bforest

    NFS RPCPROG_MNT: RPC: Timed out

    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...
  11. S

    NFS RPCPROG_MNT: RPC: Timed out

    ...::.8.1 nfs superuser However, I keep getting this error: client# mount -a [tcp] 10.0.0.1:/nfs: RPCPROG_MNT: RPC: Timed out [tcp] 10.0.0.1:/nfs: RPCPROG_MNT: RPC: Timed out /etc/fstab has the following content: 10.0.0.1:/nfs /data nfs...
Back
Top