mount.nfs: Connection timed outNFS mount readable but not writableCan't mount NFS4 shareNFS mount fails,...

XeLaTeX and pdfLaTeX ignore hyphenation

What is the offset in a seaplane's hull?

What is the meaning of "of trouble" in the following sentence?

What is the white spray-pattern residue inside these Falcon Heavy nozzles?

Concept of linear mappings are confusing me

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

"which" command doesn't work / path of Safari?

Shell script can be run only with sh command

How is the relation "the smallest element is the same" reflexive?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

Can I make popcorn with any corn?

Is it possible to do 50 km distance without any previous training?

Can a German sentence have two subjects?

A function which translates a sentence to title-case

What is GPS' 19 year rollover and does it present a cybersecurity issue?

Is it possible to make sharp wind that can cut stuff from afar?

Email Account under attack (really) - anything I can do?

New order #4: World

What Brexit solution does the DUP want?

Should I join an office cleaning event for free?

Can town administrative "code" overule state laws like those forbidding trespassing?

N.B. ligature in Latex

How to make payment on the internet without leaving a money trail?

Circuitry of TV splitters



mount.nfs: Connection timed out


NFS mount readable but not writableCan't mount NFS4 shareNFS mount fails, permission denied, no export entryiptables rules for nfsHow to mount nfs share using autofsCross-Distro NFS Mount Not Fully Writeable in UbuntuError mounting NFS unit between synology server and Raspberry Pi clientexportfs does not support NFS exportWhich ports to open to ensure NFS mount succeeds?Mount NFS Share without Portmapper






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I'm trying to mount a directory on CentOS 7 from a Fedora 7 but getting a message as "mount.nfs: Connection timed out"



Things I did:




  1. Exported the directory in /etc/exports

  2. Checked whether all nfs related ports are open

  3. Checked if nfs is running

  4. Can ping and ssh from client to server and server to client


On server side I did rpcinfo -p



program vers proto   port  service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100000 4 0 111 portmapper
100000 3 0 111 portmapper
100000 2 0 111 portmapper
100011 1 udp 875 rquotad
100011 2 udp 875 rquotad
100011 1 tcp 875 rquotad
100011 2 tcp 875 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100021 1 udp 32769 nlockmgr
100021 3 udp 32769 nlockmgr
100021 4 udp 32769 nlockmgr
100021 1 tcp 32803 nlockmgr
100021 3 tcp 32803 nlockmgr
100021 4 tcp 32803 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100005 1 udp 892 mountd
100005 1 tcp 892 mountd
100005 2 udp 892 mountd
100005 2 tcp 892 mountd
100005 3 udp 892 mountd
100005 3 tcp 892 mountd
100024 1 udp 662 status
100024 1 tcp 662 status


But if I do rpcinfo -p server_ip, it says



rpcinfo: can't contact portmapper: RPC: Unknown host


Could that be something related to not being able to mount?



Overall, what could be the reason for not being able to mount? 
I've followed steps from all articles I found, but nothing helped!










share|improve this question









New contributor




user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I'm trying to mount a directory on CentOS 7 from a Fedora 7 but getting a message as "mount.nfs: Connection timed out"



    Things I did:




    1. Exported the directory in /etc/exports

    2. Checked whether all nfs related ports are open

    3. Checked if nfs is running

    4. Can ping and ssh from client to server and server to client


    On server side I did rpcinfo -p



    program vers proto   port  service
    100000 4 tcp 111 portmapper
    100000 3 tcp 111 portmapper
    100000 2 tcp 111 portmapper
    100000 4 udp 111 portmapper
    100000 3 udp 111 portmapper
    100000 2 udp 111 portmapper
    100000 4 0 111 portmapper
    100000 3 0 111 portmapper
    100000 2 0 111 portmapper
    100011 1 udp 875 rquotad
    100011 2 udp 875 rquotad
    100011 1 tcp 875 rquotad
    100011 2 tcp 875 rquotad
    100003 2 udp 2049 nfs
    100003 3 udp 2049 nfs
    100003 4 udp 2049 nfs
    100021 1 udp 32769 nlockmgr
    100021 3 udp 32769 nlockmgr
    100021 4 udp 32769 nlockmgr
    100021 1 tcp 32803 nlockmgr
    100021 3 tcp 32803 nlockmgr
    100021 4 tcp 32803 nlockmgr
    100003 2 tcp 2049 nfs
    100003 3 tcp 2049 nfs
    100003 4 tcp 2049 nfs
    100005 1 udp 892 mountd
    100005 1 tcp 892 mountd
    100005 2 udp 892 mountd
    100005 2 tcp 892 mountd
    100005 3 udp 892 mountd
    100005 3 tcp 892 mountd
    100024 1 udp 662 status
    100024 1 tcp 662 status


    But if I do rpcinfo -p server_ip, it says



    rpcinfo: can't contact portmapper: RPC: Unknown host


    Could that be something related to not being able to mount?



    Overall, what could be the reason for not being able to mount? 
    I've followed steps from all articles I found, but nothing helped!










    share|improve this question









    New contributor




    user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I'm trying to mount a directory on CentOS 7 from a Fedora 7 but getting a message as "mount.nfs: Connection timed out"



      Things I did:




      1. Exported the directory in /etc/exports

      2. Checked whether all nfs related ports are open

      3. Checked if nfs is running

      4. Can ping and ssh from client to server and server to client


      On server side I did rpcinfo -p



      program vers proto   port  service
      100000 4 tcp 111 portmapper
      100000 3 tcp 111 portmapper
      100000 2 tcp 111 portmapper
      100000 4 udp 111 portmapper
      100000 3 udp 111 portmapper
      100000 2 udp 111 portmapper
      100000 4 0 111 portmapper
      100000 3 0 111 portmapper
      100000 2 0 111 portmapper
      100011 1 udp 875 rquotad
      100011 2 udp 875 rquotad
      100011 1 tcp 875 rquotad
      100011 2 tcp 875 rquotad
      100003 2 udp 2049 nfs
      100003 3 udp 2049 nfs
      100003 4 udp 2049 nfs
      100021 1 udp 32769 nlockmgr
      100021 3 udp 32769 nlockmgr
      100021 4 udp 32769 nlockmgr
      100021 1 tcp 32803 nlockmgr
      100021 3 tcp 32803 nlockmgr
      100021 4 tcp 32803 nlockmgr
      100003 2 tcp 2049 nfs
      100003 3 tcp 2049 nfs
      100003 4 tcp 2049 nfs
      100005 1 udp 892 mountd
      100005 1 tcp 892 mountd
      100005 2 udp 892 mountd
      100005 2 tcp 892 mountd
      100005 3 udp 892 mountd
      100005 3 tcp 892 mountd
      100024 1 udp 662 status
      100024 1 tcp 662 status


      But if I do rpcinfo -p server_ip, it says



      rpcinfo: can't contact portmapper: RPC: Unknown host


      Could that be something related to not being able to mount?



      Overall, what could be the reason for not being able to mount? 
      I've followed steps from all articles I found, but nothing helped!










      share|improve this question









      New contributor




      user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm trying to mount a directory on CentOS 7 from a Fedora 7 but getting a message as "mount.nfs: Connection timed out"



      Things I did:




      1. Exported the directory in /etc/exports

      2. Checked whether all nfs related ports are open

      3. Checked if nfs is running

      4. Can ping and ssh from client to server and server to client


      On server side I did rpcinfo -p



      program vers proto   port  service
      100000 4 tcp 111 portmapper
      100000 3 tcp 111 portmapper
      100000 2 tcp 111 portmapper
      100000 4 udp 111 portmapper
      100000 3 udp 111 portmapper
      100000 2 udp 111 portmapper
      100000 4 0 111 portmapper
      100000 3 0 111 portmapper
      100000 2 0 111 portmapper
      100011 1 udp 875 rquotad
      100011 2 udp 875 rquotad
      100011 1 tcp 875 rquotad
      100011 2 tcp 875 rquotad
      100003 2 udp 2049 nfs
      100003 3 udp 2049 nfs
      100003 4 udp 2049 nfs
      100021 1 udp 32769 nlockmgr
      100021 3 udp 32769 nlockmgr
      100021 4 udp 32769 nlockmgr
      100021 1 tcp 32803 nlockmgr
      100021 3 tcp 32803 nlockmgr
      100021 4 tcp 32803 nlockmgr
      100003 2 tcp 2049 nfs
      100003 3 tcp 2049 nfs
      100003 4 tcp 2049 nfs
      100005 1 udp 892 mountd
      100005 1 tcp 892 mountd
      100005 2 udp 892 mountd
      100005 2 tcp 892 mountd
      100005 3 udp 892 mountd
      100005 3 tcp 892 mountd
      100024 1 udp 662 status
      100024 1 tcp 662 status


      But if I do rpcinfo -p server_ip, it says



      rpcinfo: can't contact portmapper: RPC: Unknown host


      Could that be something related to not being able to mount?



      Overall, what could be the reason for not being able to mount? 
      I've followed steps from all articles I found, but nothing helped!







      centos mount fedora nfs






      share|improve this question









      New contributor




      user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 2 days ago









      Scott

      16.2k113990




      16.2k113990






      New contributor




      user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 days ago









      user9263468user9263468

      11




      11




      New contributor




      user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user9263468 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          user9263468 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421993%2fmount-nfs-connection-timed-out%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          user9263468 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          user9263468 is a new contributor. Be nice, and check out our Code of Conduct.













          user9263468 is a new contributor. Be nice, and check out our Code of Conduct.












          user9263468 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421993%2fmount-nfs-connection-timed-out%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...