NFS mounting options rsize and wsize can't be specified in /etc/fstab

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












2














The options rsize and wsize can not be specified on Centos7(3.10.0-123.el7.x86_64)




cat /etc/fstab:



192.168.11.1:/linux_nfs_share /mnt/nfs01 nfs intr,rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576



mount:



192.168.11.1:/linux_nfs_share on /mnt/nfs01 type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys......)




On RHEL6 (2.6.32-358.6.1.el6.x86_64) it works...




mount:



192.168.11.1:/linux_nfs_share on /mnt/FAS_NFS type nfs (rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576....)




Any idea?










share|improve this question




























    2














    The options rsize and wsize can not be specified on Centos7(3.10.0-123.el7.x86_64)




    cat /etc/fstab:



    192.168.11.1:/linux_nfs_share /mnt/nfs01 nfs intr,rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576



    mount:



    192.168.11.1:/linux_nfs_share on /mnt/nfs01 type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys......)




    On RHEL6 (2.6.32-358.6.1.el6.x86_64) it works...




    mount:



    192.168.11.1:/linux_nfs_share on /mnt/FAS_NFS type nfs (rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576....)




    Any idea?










    share|improve this question


























      2












      2








      2







      The options rsize and wsize can not be specified on Centos7(3.10.0-123.el7.x86_64)




      cat /etc/fstab:



      192.168.11.1:/linux_nfs_share /mnt/nfs01 nfs intr,rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576



      mount:



      192.168.11.1:/linux_nfs_share on /mnt/nfs01 type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys......)




      On RHEL6 (2.6.32-358.6.1.el6.x86_64) it works...




      mount:



      192.168.11.1:/linux_nfs_share on /mnt/FAS_NFS type nfs (rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576....)




      Any idea?










      share|improve this question















      The options rsize and wsize can not be specified on Centos7(3.10.0-123.el7.x86_64)




      cat /etc/fstab:



      192.168.11.1:/linux_nfs_share /mnt/nfs01 nfs intr,rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576



      mount:



      192.168.11.1:/linux_nfs_share on /mnt/nfs01 type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys......)




      On RHEL6 (2.6.32-358.6.1.el6.x86_64) it works...




      mount:



      192.168.11.1:/linux_nfs_share on /mnt/FAS_NFS type nfs (rw,bg,hard,vers=3,proto=tcp,timeo=600,rsize=1048576,wsize=1048576....)




      Any idea?







      linux centos rhel nfs






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 20 '18 at 7:30









      Rui F Ribeiro

      39k1479130




      39k1479130










      asked Nov 24 '15 at 3:09









      user21485

      308146




      308146




















          1 Answer
          1






          active

          oldest

          votes


















          1














          Known bug in nfs-utils-1.3.0-0.48.el7_4.2.x86_64 and possibly other versions.



          In the current version for CentOS 7.x, nfs-utils-1.3.0-0.61.el7.x86_64, this seems to be fixed.






          share|improve this answer




















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f245058%2fnfs-mounting-options-rsize-and-wsize-cant-be-specified-in-etc-fstab%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Known bug in nfs-utils-1.3.0-0.48.el7_4.2.x86_64 and possibly other versions.



            In the current version for CentOS 7.x, nfs-utils-1.3.0-0.61.el7.x86_64, this seems to be fixed.






            share|improve this answer

























              1














              Known bug in nfs-utils-1.3.0-0.48.el7_4.2.x86_64 and possibly other versions.



              In the current version for CentOS 7.x, nfs-utils-1.3.0-0.61.el7.x86_64, this seems to be fixed.






              share|improve this answer























                1












                1








                1






                Known bug in nfs-utils-1.3.0-0.48.el7_4.2.x86_64 and possibly other versions.



                In the current version for CentOS 7.x, nfs-utils-1.3.0-0.61.el7.x86_64, this seems to be fixed.






                share|improve this answer












                Known bug in nfs-utils-1.3.0-0.48.el7_4.2.x86_64 and possibly other versions.



                In the current version for CentOS 7.x, nfs-utils-1.3.0-0.61.el7.x86_64, this seems to be fixed.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 20 '18 at 8:39









                telcoM

                15.8k12143




                15.8k12143



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • 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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2funix.stackexchange.com%2fquestions%2f245058%2fnfs-mounting-options-rsize-and-wsize-cant-be-specified-in-etc-fstab%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

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay