# Storage
On the storage page you can see all available storages and also add new storages, shared storages and storage buckets.
The page is divided into three sections:
- **Storage Buckets**
- **Shared Storages**
- **Storages**

## Storage Bucket
### Add Storage Bucket
In the pop-up window, fill out the name of the new storage bucket you wish to add, choose a parent storage in the dropdown menu (from shared storages) and finally choose if the storage should be writeable or read-only. Press Save-button to add the new storage bucket.
The new storage bucket will appear in the list.

### Storage Bucket Details
In this pop-up window changes can be made to an existing storage bucket.
In the top you'll find the current storage bucket's *ID*.
The *Name* of the storage bucket can be changed and a *Permission* toggle where you choose if the storage bucket should be writeable or read-only.
The fields *Path* and *Parent* are read-only and controlled by the shared storage it's connected to.
If you wish to delete the storage bucket, click the *Delete Bucket*-button.

## Shared Storage
### Add Shared Storage
In the pop-up window, fill out the name of the new shared storage you wish to add, fill in the wanted path for the storage and finally choose a parent storage in the dropdown menu (from mounted storages). Press Save-button to add the new shared storage.
The new shared storage will appear in the list.

### Shared Storage Details
In this pop-up window changes can be made to an existing shared storage.
In the top you'll find the current shared storage's *ID*.
Here you can change the *Name* and *Path* of the shared storage.
If you wish to delete the shared storage, click the *Delete Storage*-button.

## Storage
### Add Storage
In the pop-up window, fill out the name of the new storage you wish to add, fill in:
- Mount path - The path where shared storages can be connected to
- Remote Path - The real path of the mounted storage (ex. 100.0.0.1)
- Mount Type - Type of mounted storage (ex. nfs)
- Mount Location - Location of the mounted storage
The new storage bucket will appear in the list.

### Storage Details
In this pop-up window changes can be made to an mounted storage.
In the top you'll find the current storage's *ID*.
The only filed that is editable is the *Name*. The rest of the fields are read-only.
If you wish to delete the mounted storage, click the *Delete Storage*-button.
