Files
nexus/wiki/entities/NFS.md
2026-04-16 20:05:13 +08:00

30 lines
858 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 开机自动挂载