当前位置:网站首页>nfs配置
nfs配置
2022-08-09 22:56:00 【大大大大小小】
配置文件:
/etc/exports
格式:
目录名称 客户端地址(参数1,参数2)
客户端地址:
1) IP地址 192.168.1.1
2) 网段 192.168.1.0/24
3) * 所有客户端
参数:
1) ro 只读
2) rw 读写
3) sync 同步 可靠性高
4) async 异步 速度快
5) no_root_squash 保留root的属主、属组
6)root_squash 将来访的root用户映射为匿名用户或用户组
7)anonuid=UID 指定匿名访问用户的本地用户UID,默认为nfsnobody(65534)
8)anongid=GID 指定匿名访问用户的本地用户组GID,默认为nfsnobody(65534)
EG:
/data/share 172.16.100.128/25(rw,sync,no_root_squash)
边栏推荐
- 直播平台怎么搭建,原生js实现编辑器撤消/恢复功能
- 【JZOF】77 Print binary tree in zigzag
- [Interface Test] Decoding the request body string of the requests library
- How to know the computer boot record?
- 【Infiltration tool】Browser data export tool
- 经济衰退即将来临前CIO控制成本的七种方法
- 拼多多店铺运营不得不知的留个运营小知识
- 基于 RocksDB 实现高可靠、低时延的 MQTT 数据持久化
- 工程 (七) ——PolarSeg点云语义分割
- 【JZOF】82二叉树中和为某一值的路径(一)
猜你喜欢
【集训DAY3】阶乘【数学】
Gumbel distribution of discrete choice model
ES6 Beginner to Mastery #13: Extension Methods for Arrays 2
服务发现@EnableDiscoveryClient
ES6 从入门到精通 # 14:迭代器 Iterator 的用法
How to know the computer boot record?
[Interface Test] Decoding the request body string of the requests library
Eureka自我保护
数据库优化 | 干货
Wireshark经典实践和面试13点总结
随机推荐
服务发现@EnableDiscoveryClient
Filament - Material basic graphics drawing
conda新建环境时报错NotWritableError: The current user does not have write permissions
解锁时间生成与比较
JSON对象和字符串相互转化
【集训DAY4】异或【字典树】
ECCV 2022 | Microsoft Open Source TinyViT: Pre-training Capabilities for Small Models
ES6 Beginner to Mastery #15: Generator Usage
LiveData : Transformations.map和 Transformations.switchMap用法
微信小程序获取微信用户步数
技术盛宴!华云数据携六大议题亮相OpenInfra Days China
YOLOV5学习笔记(七)——训练自己数据集
Linux安装Oracle和postgrepSQL数据库
go语言的并发原理(goroutine)
2022-08-09 mysql/stonedb-subquery performance improvement-introduction
拼多多店铺运营不得不知的留个运营小知识
【集训DAY3】中位数
什么是服务治理
直播间搭建,按钮左滑出现删除等操作按钮
【SSL集训DAY3】控制棋盘【二分图匹配】