> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-flexi/deka-volume-storage/creating-and-attaching-a-storage-or-disk.md).

# Creating & Attaching a Storage or Disk

You can create a blank disk and attach it to your VM instance. This disk functions as a non-root disk.

* On the main page of the Service Portal AI, select the **Storage** menu.

<figure><img src="/files/uPCwNvH0HWvn8sdEV629" alt=""><figcaption></figcaption></figure>

* Click the **Create Storage** button.

<figure><img src="/files/iGVLpoMwh8AseqFty36k" alt=""><figcaption></figcaption></figure>

* Fill in the **Create Storage** form with the following information.

<table data-full-width="true"><thead><tr><th width="322">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Storage Type</strong></td><td>Select the storage type to be used. Available options include Basic, Standard, Premium, NVMe Standard, and NVMe Premium. Refer to the storage type comparison table below for details on performance and supported features.</td></tr><tr><td><strong>Select Volume Size</strong></td><td>Specify the storage size required.</td></tr><tr><td><strong>Do you want to attach this storage to an instance or not?</strong></td><td>Select <strong>Yes</strong> if you want to attach the storage to an instance, or select <strong>No</strong> if you want to attach the storage later.</td></tr><tr><td><strong>Select Instance</strong></td><td>Select the instance where the storage will be attached.</td></tr><tr><td><strong>Name Volume</strong></td><td>Name for the volume.</td></tr><tr><td><strong>Billing Type</strong></td><td>Based on the project billing type used.</td></tr><tr><td><strong>Zone</strong></td><td>Zone used for the storage.</td></tr></tbody></table>

The following table provides a comparison of each storage type, including IOPS ranges and feature availability. Review the information below before selecting a storage type.

<table><thead><tr><th>Tier</th><th width="245.5625">IOPS</th><th width="75.453125">TBS</th><th width="95.0677490234375">TKP</th><th width="76.5625">JAH</th></tr></thead><tbody><tr><td>Basic</td><td>No IOPS guarantee</td><td>Yes</td><td>Yes</td><td>No</td></tr><tr><td>Standard</td><td>750 - 2,500 IOPS</td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr><td>Premium</td><td>2,250 - 4,500 IOPS</td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr><td>NVMe Standard</td><td>4,500 - 10,000 IOPS</td><td>Yes</td><td>No</td><td>No</td></tr><tr><td>NVMe Premium</td><td>10,000 - 15,000 IOPS</td><td>Yes</td><td>No</td><td>No</td></tr></tbody></table>

* Click the **Create** button to save the data or **Cancel** if you do not want to save the data.

<figure><img src="/files/8By1fshqyXnUtTLHLtax" alt=""><figcaption></figcaption></figure>

* A notification will appear displaying the message "**Storage has successfully created**".

<figure><img src="/files/V1iN39AXqsmlK6cjThlw" alt=""><figcaption></figcaption></figure>


---

# 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.cloudeka.ai/deka-flexi/deka-volume-storage/creating-and-attaching-a-storage-or-disk.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.
