> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/nas.md).

# NAS

- [NAS 诊断指南](https://docs.verge.io/run-the-platform/zh/nas/nas-diagnostics.md): VergeOS 中 NAS 诊断命令的综合参考，涵盖网络故障排查、文件共享协议分析，以及 SMB/CIFS 和 NFS 服务的性能监控。
- [将 NAS 加入 Windows AD 网络](https://docs.verge.io/run-the-platform/zh/nas/nas-join-ad-domain.md): 如何将 VergeOS NAS 服务加入 Windows Active Directory 域，以实现 AD 集成文件共享，包括 CIFS 设置配置和故障排查。
- [本地卷](https://docs.verge.io/run-the-platform/zh/nas/nas-local-volumes.md): 如何在 VergeOS 中创建和配置本地 NAS 卷，包括加密、存储分层、快照配置文件以及 vSAN 上的大小管理。
- [远程卷](https://docs.verge.io/run-the-platform/zh/nas/nas-remote-volumes.md): 如何通过挂载外部 CIFS 和 NFS 文件系统，在 VergeOS 中创建远程 NAS 卷，用于数据导入、备份以及与外部存储集成。
- [添加 NAS 服务](https://docs.verge.io/run-the-platform/zh/nas/nas-service.md): 如何通过实施 NAS 虚拟机配方，在 VergeOS 中部署和配置 NAS 服务，包括网络、IP、主机名和域设置。
- [共享](https://docs.verge.io/run-the-platform/zh/nas/nas-shares.md): 如何在 VergeOS 的 NAS 卷上创建 NFS 和 CIFS 共享，包括主机访问控制、用户权限和高级共享选项。
- [NAS 概览](https://docs.verge.io/run-the-platform/zh/nas/overview.md): VergeOS NAS 文件级存储功能概览，包括优势、设置步骤、本地和远程卷、Active Directory 集成以及共享创建。
- [NAS 卷快照和恢复](https://docs.verge.io/run-the-platform/zh/nas/volume-snapshots-restores.md): 如何在 VergeOS 中创建、计划和恢复 NAS 卷快照，包括静默快照、快照配置文件，以及恢复到新位置或覆盖源位置的选项。
- [卷同步](https://docs.verge.io/run-the-platform/zh/nas/volume-syncs.md): 如何在 VergeOS 中创建和配置卷同步，以在本地和远程 NAS 卷之间同步数据，包括调度、高级同步选项和目标删除策略。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/zh/nas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
