当前位置:网站首页>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)
边栏推荐
猜你喜欢
分布式数据库难题(三):数据一致性
ECCV 2022 | Microsoft Open Source TinyViT: Pre-training Capabilities for Small Models
2022-08-09 mysql/stonedb-subquery performance improvement-introduction
61.【快速排序法详解】
Explore the TiDB Lightning source code to solve the found bugs
[Interface Test] Decoding the request body string of the requests library
KingbaseGIS Jin Cang database using manual (6.3. Geometric object creation function)
Gumbel distribution of discrete choice model
ECCV 2022 | 微软开源TinyViT :搞定小模型的预训练能力
信息系统项目管理师核心考点(六十四)信息安全基础知识重要概念
随机推荐
【云原生】一文讲透Kubevela addon如何添加腾讯Crane
【C语言】指针和数组的深入理解(第四期)
RebatMq消息中间件(一) 各个中间件介绍
Wireshark classic practice and interview 13-point summary
领跑政务云,连续五年中国第一
Has your phone ever been monitored?
Distributed database problem (2): data replication
Explore the TiDB Lightning source code to solve the found bugs
Alibaba Cloud SMS Service Activation
力扣:474.一和零
Distributed database problem (3): data consistency
KingbaseGIS Jin Cang database using manual (6.3. Geometric object creation function)
软考 --- 软件工程(7)软件项目管理(下)
ECCV 2022 | 微软开源TinyViT :搞定小模型的预训练能力
Travel with Shengteng: See all the AI attractions in Jinling City in one day
服务发现@EnableDiscoveryClient
【集训DAY5】堆箱子【数学】
A Shanghai technology company was fined 220,000 for brushing orders, exposing the gray industry chain of online brushing
【SSL集训DAY2】有趣的数【数位DP】
CAD 绘制圆角处理