Auto-sync: 2026-04-16 20:05

This commit is contained in:
2026-04-16 20:05:13 +08:00
parent db72ecb4f6
commit ee6406f30c
43 changed files with 1786 additions and 12 deletions

29
wiki/entities/NFS.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: "NFS"
type: entity
tags: [storage, network, protocol]
date: 2026-04-16
---
## Aliases
- Network File System
## Definition
NFS网络文件系统是一种分布式文件系统协议允许客户端像访问本地文件一样访问远程服务器上的文件。它是 Unix/Linux 环境中最常见的网络存储协议之一。
## Key Features
- 协议简洁:基于 RPC远程过程调用
- 无状态设计:服务器不维护客户端状态
- 性能高效:适合局域网高速环境
- 跨平台:通过 nfs-common 支持多平台客户端
## Common Use Cases
- 企业文件共享存储
- NAS网络附加存储数据访问
- Linux 服务器之间的文件共享
- 备份存储目标
## Related
- [[NAS]]NFS 常用于 NAS 存储的访问协议
- [[NFS永久挂载]]:通过 /etc/fstab 实现 NFS 开机自动挂载