> For the complete documentation index, see [llms.txt](https://docs.nodeum.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nodeum.io/data-mover/console/hybrid-storage-management/file-system-managment.md).

# File System Managment

### Mounted File System

Nodeum extends its support for storage mounted by their proper client in addition to the storage types it already supports.&#x20;

This feature enables Nodeum to perform data mover operations on a wider range of storage types, providing greater flexibility and versatility in managing data.&#x20;

It can support storage devices that are directly connected to a client and mounted on a local directory. By supporting storage mounted by their proper client, Nodeum can provide more comprehensive data management capabilities and increase the efficiency of data transfer operations.

### Protocol SMB

SMB storage protocol provides a reliable and efficient way for users to access and share files stored on a network.&#x20;

Its versatility and ease of use make it an ideal solu-tion for collaborative work environments, and its advanced security features help ensure that data is accessed securely. This is a valuable feature that enhances the platform's capabilities and provides users with an efficient and secure file sharing solution.&#x20;

One of the primary advantages of using SMB is its ease of use. It is supported by most operating systems and devices, including Windows, macOS, Linux. With this protocol, users can easily access files remotely from any NAS or SMB compatible device.

### Protocol NFS

NFSv3 and NFSv4 protocols allow for easy and efficient file sharing across a network. With its support for both versions, users can choose the protocol that best suits their needs, whether they require an established and reliable protocol like NFSv3 or the advanced security and performance features of NFSv4.&#x20;

This provides an ideal solution for organizations that need to share files across multiple devices while maintaining security and efficiency.

## List Of NAS Storage Compatible&#x20;

Nodeum Supports natively NAS Connection.&#x20;

<details>

<summary>DELLEMC</summary>

Scale-out NAS Isilon&#x20;

Protocol Supported : SMB/NFS

Primary Storage : yes

Secondary Storage : yes

</details>

<details>

<summary>Fast LTA</summary>

Silent Cubes - Silent Brick

Protocol Supported : SMB/NFS

Primary Storage : yes

Secondary Storage : yes

</details>

<details>

<summary>Hitachi </summary>

HNAS

Protocol Supported : SMB/NFS

Primary Storage : yes

Secondary Storage : yes

</details>

<details>

<summary>Huawei </summary>

<mark style="color:blue;">Product</mark> : OceanStor&#x20;

<mark style="color:blue;">Protocol Supported :</mark> SMB/NFS

<mark style="color:blue;">Primary Storage :</mark> yes

<mark style="color:blue;">Secondary Storage :</mark> yes

</details>

<details>

<summary>HPE </summary>

<mark style="color:blue;">Product</mark> : StoreEasy

<mark style="color:blue;">Protocol Supported :</mark> SMB/NFS

<mark style="color:blue;">Primary Storage :</mark> yes

<mark style="color:blue;">Secondary Storage :</mark> yes

</details>

<details>

<summary>Linux</summary>

<mark style="color:blue;">Product</mark> : Ubuntu - RHEL - CentOS

<mark style="color:blue;">Protocol Supported :</mark> SMB/NFS

<mark style="color:blue;">Primary Storage :</mark> yes

<mark style="color:blue;">Secondary Storage :</mark> yes

</details>

<details>

<summary>NetApp</summary>

<mark style="color:blue;">Product</mark> : FAS Series 7-mode and cluster Mode

<mark style="color:blue;">Protocol Supported :</mark> SMB/NFS

<mark style="color:blue;">Primary Storage :</mark> yes

<mark style="color:blue;">Secondary Storage :</mark> yes

</details>

<details>

<summary>QNAP</summary>

<mark style="color:blue;">Product</mark> : All Series

<mark style="color:blue;">Protocol Supported :</mark> SMB/NFS

<mark style="color:blue;">Primary Storage :</mark> yes

<mark style="color:blue;">Secondary Storage :</mark> yes

</details>

<details>

<summary>Oracle</summary>

<mark style="color:blue;">Product</mark> : ZFS Storage Appliance

<mark style="color:blue;">Protocol Supported :</mark> SMB/NFS

<mark style="color:blue;">Primary Storage :</mark> yes

<mark style="color:blue;">Secondary Storage :</mark> yes

</details>

<details>

<summary>Synology </summary>

<mark style="color:blue;">Product</mark> : all series

<mark style="color:blue;">Protocol Supported :</mark> SMB/NFS

<mark style="color:blue;">Primary Storage :</mark> yes

<mark style="color:blue;">Secondary Storage :</mark> yes

</details>

&#x20;


---

# 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.nodeum.io/data-mover/console/hybrid-storage-management/file-system-managment.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.
