# Manage Shares

After creation, you can view the list of shares that are associated with a Network File Storage cluster. You can also delete an existing one if it is no longer required.

To view the list of shares, follow these steps:

1\. In the **DCD**, go to **Menu** > **Storage & Backup** > **Network File Storage**.

2\. Select **Manage Shares** from the **OPTIONS** column to view the shares associated with the respective cluster.

![Manage shares](https://1737632334-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifAzdGvKLDTtvJP8sm%2Fuploads%2Fgit-blob-98d51521c6a371e1ccab2564b1b86dc2b031d344%2Fnfs-manage-shares.png?alt=media)

Alternatively, you can also click on the cluster's **NAME** and select the **Manage Shares** tab in the **Manage shares** window.

![Manage Shares tab](https://1737632334-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifAzdGvKLDTtvJP8sm%2Fuploads%2Fgit-blob-4267f7c1c89bdb5d3338439fa3f56df430a28181%2Fnfs-manage-shares-tab.png?alt=media)

{% hint style="success" %}
**Result:** A list of all shares associated with the respective cluster are displayed. You can view the following details:

* **Directory Name:** Displays the name of the share. Select the name to view its details.
* **QUOTA:** Displays the respective share's quota in MiB.
* **Group Id:** Displays the respective share owner's group ID.
* **User Id:** Displays the respective share owner's user ID.
* **CLIENT GROUPS:** Displays the number of client groups that are associated with the respective share.
* **ACTIONS:** Select ![Options menu](https://1737632334-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MifAzdGvKLDTtvJP8sm%2Fuploads%2Fgit-blob-0820a9f96e75bb8fa664037bb8f38d7d825394d7%2Fthree-dots.png?alt=media) to perform the following:
  * **View/Edit Share:** Select the option to either view or edit its [<mark style="color:blue;">**Properties**</mark>](https://docs.ionos.com/cloud/backup-and-storage/network-file-storage/create-nfs-share#define-share-properties) or [<mark style="color:blue;">**Client Groups**</mark>](https://docs.ionos.com/cloud/backup-and-storage/network-file-storage/create-nfs-share#add-client-groups) through the **View / Edit Share** window. Click **Save** to save the updates.
  * **Copy ShareId:** Select the option to copy the corresponding share ID.
  * **x Delete Share:** Select the option to delete the chosen share and select **Delete** in the dialog box to confirm deletion. For more information, see [<mark style="color:blue;">Delete a Share</mark>](https://docs.ionos.com/cloud/backup-and-storage/network-file-storage/how-tos/delete-nfs-share).
    {% endhint %}

## Mount an NFS share on a Linux machine

For mounting an NFS share, you need the IP address of the cluster and the UUID of the NFS share in the format `mount -t nfs <cluster-ip>:<share-uuid> <local-mount-path>`.

**Example**

* **IP address:** `10.7.228.5`
* **UUID:** `7b1ef56d-dfc6-51fe-aff0-7af2d6747868`
* **Format:** `mount -t nfs 10.7.228.5:7b1ef56d-dfc6-51fe-aff0-7af2d6747868 /my/local/folder`


---

# Agent Instructions: 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.ionos.com/cloud/backup-and-storage/network-file-storage/how-tos/manage-nfs-shares.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.
