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

# Tổng quan NAS

Tính năng NAS cung cấp lưu trữ/truy cập ở cấp độ tệp trong hệ thống VergeOS, cho phép bạn tạo các khối lượng tệp để lưu trữ trên bộ lưu trữ phân tán của mình và gắn các hệ thống tệp bên ngoài.

## Lợi ích của Tính năng NAS

* Quản lý và sao lưu lưu trữ cấp tệp trong hệ thống VergeOS của bạn
* Tận dụng các hiệu quả lưu trữ của VergeOS, như khử trùng lặp, cho lưu trữ cấp tệp
* Gắn các hệ thống tệp bên ngoài để truy cập trong môi trường VergeOS của bạn
* Nhập dữ liệu vào hệ thống VergeOS của bạn để tiếp nhận khối lượng công việc bên ngoài, thực hiện sao lưu, v.v.
* Xuất dữ liệu và/hoặc khối lượng công việc từ VergeOS để sao lưu của bên thứ ba, tuân thủ, v.v.

## Các bước thiết lập NAS

1. [**Thêm một Dịch vụ NAS**](/run-the-platform/vi/nas/nas-service.md)
2. **Tùy chọn** - [**Tích hợp với Active Directory**](/run-the-platform/vi/nas/nas-join-ad-domain.md)
3. **Tạo các Khối lượng** (Mỗi khối lượng là một cây thư mục riêng có thể được tùy chỉnh cho các cài đặt bảo mật, ảnh chụp nhanh, truy cập, chống vi-rút, kích thước tối đa và chia sẻ.)
   * [**Khối lượng cục bộ**](/run-the-platform/vi/nas/nas-local-volumes.md) được lưu trữ trong VergeOS, sử dụng dung lượng lưu trữ vSAN.
   * [**Khối lượng từ xa**](/run-the-platform/vi/nas/nas-remote-volumes.md) là các hệ thống tệp bên ngoài được gắn vào hệ thống VergeOS và được hiển thị như thể là cục bộ.
4. [**Tạo Chia sẻ**](/run-the-platform/vi/nas/nas-shares.md) để cung cấp quyền truy cập NFS và/hoặc CIFS vào các khối lượng NAS.
5. **Tùy chọn** - [**Cấu hình Ảnh chụp nhanh của Khối lượng**](/run-the-platform/vi/nas/volume-snapshots-restores.md) để tùy chỉnh thời gian lưu giữ khối lượng và/hoặc các ảnh chụp nhanh nhất quán (Các khối lượng NAS không nhất quán có thể được khôi phục từ ảnh chụp nhanh hệ thống để sử dụng cho khôi phục.)


---

# 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/vi/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.
