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

# Storage Overview

VergeOS provides an integrated storage solution that can be tailored to meet diverse workload requirements and provide simplified administration.

## vSAN (VergeFS)

The VergeFS **Virtual Storage Area Network (vSAN)** is a fundamental component that tightly integrates storage into the VergeOS Virtual Data Center (VDC). It provides a distributed, multi-tiered storage foundation for all VergeOS workloads.

\*\[ VDC ] : A portable encapsulation of compute, network, and storage resources that ensures isolation and provides for autonomous management within a shared hardware environment. Using VDCs enables efficient and flexible use of resources and simplified management.

### Key Features

* **Direct management of storage hardware**: Eliminates storage abstraction layers for improved performance
* **Comprehensive monitoring and reporting**: Real-time visibility into storage performance, capacity, and health
* **Intelligent load balancing**: Automatically distributes I/O across available storage devices
* **Data efficiency**: Built-in deduplication reduces storage consumption
* **Data integrity**: Continuous bit-rot detection protects against silent data corruption
* **Self-healing**: Automatic recovery from hardware failures
* **Horizontal scalability**: Add storage capacity and performance by adding nodes
* **Legacy hardware support**: Wide device support, including HDD and [Fibre Channel](/run-the-platform/storage/fibre-channel.md) to integrate existing SAN infrastructure
* **Effortless virtual disk management**: storage abstraction provides simplified and flexible virtual disk provisioning and management

More information about VergeFS architecture can be found at: [VergeOS vSAN Block-Level Architecture and Data Distribution](/run-the-platform/storage/vsan-architecture.md)

## Integrated Data Protection

* [**Snapshots**](/automate-protect-and-extend/backup-and-dr/snapshots-overview.md): Point-in-time copies for quick recovery
* [**Replication**](/automate-protect-and-extend/backup-and-dr/sync-configuration.md): Copy complete systems along with data to another location for archival and disaster recovery
* [**Backup integration**](/automate-protect-and-extend/integrations-and-apis/storware-backup-recovery.md): Compatibility with external enterprise backup software

## File-level Storage

* [**File Management**](/run-the-platform/storage/uploading-files-to-vsan.md) - easily upload and manage individual ISO images, VM disk images, logos and other files to use in your system and share among sites and tenants.
* [**Network Attached Storage (NAS)**](/run-the-platform/nas/overview.md) - embedded NAS services allow you to create volumes for file-level access on your VergeOS distributed storage, in order to: share across workloads, easily import/export data for backups or migration, mount external file systems, and more.


---

# 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:

```
GET https://docs.vergeos-demo.com/run-the-platform/storage/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
