博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Options for mounting NFS filesystem
阅读量:6260 次
发布时间:2019-06-22

本文共 1059 字,大约阅读时间需要 3 分钟。

hot3.png

Normally when mounting NFS it's a good idea to have flags set similar to this:

bg,intr,soft
bg      If  the  first  NFS  mount  attempt times out, retry the mount in the            background.  After a mount operation is backgrounded, all subsequent mounts           on the same NFS  server  will  be  backgrounded immediately, without first           attempting the mount.  A missing mount point is treated as a timeout, to           allow for nested NFS mounts.   soft    If  an  NFS  file operation has a major timeout then report an I/O error           to the calling program.  The default is to continue retrying NFS file           operations indefinitely.   intr    If  an  NFS  file  operation  has  a major timeout and it is hard mounted,           then allow signals to interupt the file operation and cause it to return           EINTR to the calling program.  The default is to not allow file operations           to be interrupted.

You can in addition set:

timeo=5,retrans=5,actimeo=10,retry=5

转载于:https://my.oschina.net/jenningsloy318/blog/715709

你可能感兴趣的文章
Kali无法定位软件包的解决方案
查看>>
Webwork 学习之路【01】Webwork与 Struct 的前世今生
查看>>
串口调试问题 【转】
查看>>
利用客户端缓存对网站进行优化
查看>>
Elasticsearch之head插件安装之后的浏览详解
查看>>
zabbix监控-基本原理介绍
查看>>
循环神经网络(RNN)模型与前向反向传播算法
查看>>
使用bash编写Linux shell脚本--参数和子壳
查看>>
现代软件工程讲义 5 项目经理 Program Manager
查看>>
DotNet语音技术实现(实现电脑发音)
查看>>
Qt中用正則表達式来推断Text的语种,主要通过推断unicode的编码范围
查看>>
ASP.NET中 HyperLink(超链接)的使用
查看>>
Java异常
查看>>
[转载]全面深入了解电脑死机的原因
查看>>
html5-web本地存储
查看>>
CentOS 6.5 安装 Redis 执行 make #error "Newer version of jemalloc required"
查看>>
12.遍历二叉树与二叉树的建立
查看>>
Delphi 关键字详解[整理于 "橙子" 的帖子]
查看>>
Session的配置
查看>>
DropDownList中显示无限级树形结构
查看>>