> 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/cun-chu/overview.md).

# 存储概览

VergeOS 提供一种集成式存储解决方案，可根据不同工作负载需求进行定制，并提供简化的管理。

## vSAN（VergeFS）

VergeFS **虚拟存储区域网络（vSAN）** 是一个基础组件，将存储紧密集成到 VergeOS 虚拟数据中心（VDC）中。它为所有 VergeOS 工作负载提供分布式、多层次的存储基础。

\*\[ VDC ]：一种可移植的计算、网络和存储资源封装，可确保隔离，并在共享硬件环境中提供自主管理。使用 VDC 可实现高效、灵活的资源利用和简化管理。

### 主要特性

* **直接管理存储硬件**：消除存储抽象层，以提升性能
* **全面监控和报告**：实时查看存储性能、容量和健康状况
* **智能负载均衡**：自动在可用存储设备之间分配 I/O
* **数据高效性**：内置重复数据删除可减少存储消耗
* **数据完整性**：持续的比特腐烂检测可防止静默数据损坏
* **自愈**：自动从硬件故障中恢复
* **水平扩展性**：通过添加节点来增加存储容量和性能
* **传统硬件支持**：广泛的设备支持，包括 HDD 和 [光纤通道](/run-the-platform/zh/cun-chu/fibre-channel.md) 以集成现有 SAN 基础设施
* **轻松的虚拟磁盘管理**：存储抽象提供简化且灵活的虚拟磁盘配置和管理

有关 VergeFS 架构的更多信息，请访问： [VergeOS vSAN 分层架构和数据分布](/run-the-platform/zh/cun-chu/vsan-architecture.md)

## 集成数据保护

* [**快照**](/automate-protect-and-extend/zh/bei-fen-yu-dr/snapshots-overview.md)：用于快速恢复的时间点副本
* [**复制**](/automate-protect-and-extend/zh/bei-fen-yu-dr/sync-configuration.md)：将完整系统及其数据复制到另一个位置，用于归档和灾难恢复
* [**备份集成**](/automate-protect-and-extend/zh/ji-cheng-yu-api/storware-backup-recovery.md)：兼容外部企业备份软件

## 文件级存储

* [**文件管理**](/run-the-platform/zh/cun-chu/uploading-files-to-vsan.md) - 可轻松上传和管理单个 ISO 映像、虚拟机磁盘映像、徽标及其他文件，以便在系统中使用并在站点和租户之间共享。
* [**网络附加存储（NAS）**](/run-the-platform/zh/nas/overview.md) - 内置 NAS 服务允许你在 VergeOS 分布式存储上创建用于文件级访问的卷，以便：跨工作负载共享、轻松导入/导出数据用于备份或迁移、挂载外部文件系统等。


---

# 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/cun-chu/overview.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.
