NFS mounting options rsize and wsize can't be specified in /etc/fstab
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
add a comment |
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
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
linux centos rhel nfs
edited Dec 20 '18 at 7:30
Rui F Ribeiro
39k1479130
39k1479130
asked Nov 24 '15 at 3:09
user21485
308146
308146
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Dec 20 '18 at 8:39
telcoM
15.8k12143
15.8k12143
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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