> 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/de/nas/overview.md).

# NAS-Übersicht

Die NAS-Funktion bietet dateibasierten Speicher/Zugriff innerhalb eines VergeOS-Systems und ermöglicht es Ihnen, Dateivolumes zu erstellen, die Sie auf Ihrem verteilten Speicher ablegen, sowie externe Dateisysteme einzubinden.

## Vorteile der NAS-Funktion

* Dateibasierten Speicher innerhalb Ihres VergeOS-Systems verwalten und sichern
* Nutzen Sie die Speichereffizienz von VergeOS, wie z. B. Deduplizierung, für dateibasierten Speicher
* Externe Dateisysteme einbinden, um innerhalb Ihrer VergeOS-Umgebung darauf zuzugreifen
* Daten in Ihr VergeOS-System importieren, um externe Workloads zu übernehmen, Backups durchzuführen usw.
* Daten und/oder Workloads aus VergeOS exportieren, z. B. für Drittanbieter-Backups, Compliance usw.

## NAS-Einrichtungsschritte

1. [**Einen NAS-Dienst hinzufügen**](/run-the-platform/de/nas/nas-service.md)
2. **Optional** - [**Mit Active Directory integrieren**](/run-the-platform/de/nas/nas-join-ad-domain.md)
3. **Volumes erstellen** (Jedes Volume ist ein eigener Verzeichnisbaum, der für Sicherheit, Snapshots, Zugriff, Antivirus, maximale Größe und Freigabeeinstellungen angepasst werden kann.)
   * [**Lokale Volumes**](/run-the-platform/de/nas/nas-local-volumes.md) werden innerhalb von VergeOS gespeichert und verbrauchen vSAN-Speicher.
   * [**Remote-Volumes**](/run-the-platform/de/nas/nas-remote-volumes.md) sind externe Dateisysteme, die in das VergeOS-System eingebunden und so dargestellt werden, als wären sie lokal.
4. [**Freigaben erstellen**](/run-the-platform/de/nas/nas-shares.md) um NFS- und/oder CIFS-Zugriff auf NAS-Volumes bereitzustellen.
5. **Optional** - [**Volume-Snapshots konfigurieren**](/run-the-platform/de/nas/volume-snapshots-restores.md) für benutzerdefinierte Aufbewahrung von Volumes und/oder konsistente Snapshots (nicht konsistente NAS-Volumes können aus System-Snapshots wiederhergestellt werden, um sie für Wiederherstellungen zu verwenden.)


---

# 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/de/nas/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.
