Visit Open-E website
Results 1 to 6 of 6

Thread: unable to mount NAS: RPC Program not registered

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    It could be a lot of reason why, but from what ports you have shown me I did not see the NFS ports.

    I. Please enter this command from client side:
    1. rpcinfo -p IP_of_nfsserver
    You should see a list that contain: portmapper, nfs, mountd, nlockmgr, status

    2. showmount -e IP_of_nfsserver
    You should see a list of NFS shares

    II. Check if your ip address has sufficient right to enter chosen share

    III. If above commands give a positive output, please use this mount options:
    mount -t nfs -o tcp, rsize=1500, wsize=1500 IP_of_nfsserver:/share/SHARE_NAME

    IV. It could be a firewall on client side, for check it out, please turn off firewall.
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

  2. #2

    Default

    It could be a lot of reason why, but from what ports you have shown me I did not see the NFS ports.

    I. Please enter this command from client side:
    1. rpcinfo -p IP_of_nfsserver
    You should see a list that contain: portmapper, nfs, mountd, nlockmgr, status

    That appears to be the problem. When I enter 'rpcinfo -p IP_of_my_NAS_server' I only get the following:
    user:~$ rpcinfo -p serverip
    program vers proto port
    100000 3 tcp 111 portmapper
    100000 2 udp 111 portmapper
    user:~$
    I only get the Portmapper, and not the nfs, mountd, nlockmgr or status.

  3. #3

    Default

    Try to disable the Firewall on your system and if it is disabled then you do not have NFS enable or loaded. Enable NFS on your system. Can you try another system that does have NFS loaded?
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

  4. #4

    Default

    There are no firewalls.

    NFS is loaded on the all the systems with wich I try to mount the NAS. Mounting other NFS shares don't give any problems. Only when I try to mount the OPEN-E NAS I get the error.

    When I rpcinfo -p to the other NFS shares, they are all running the normal services for nfs (portmapper, nfs, mountd, nlockmgr, status). The NAS is onlu tunning portmapper.

    Is there a way to start the correct services again on the NAS ?

  5. #5

    Default

    If this is the case and you are sure that the workstations have NFS load and you can prove that it is loaded, then possibly it was turned off from the server side. Please enable NFS on our Server and for the share as well. To do this for the NAS Server please go to Setup then Server and enable this and for the Shares go to Resources and select the share for NFS file protocol.
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •