# Deka Volume: Storage

**Deka Volume: Storage** is a data disk that can be attached to a Virtual Machine (VM). Block storage is used to host databases, support random read and write operations, and store system files for running virtual machines. If additional storage is required for a VM, Cloudeka Block Storage can be used as a non-root disk.

With block storage, file modification becomes easier because users can access specific blocks within the volume. Block storage is mounted as a storage device on the server and supports file system protocols such as NTFS, ext3/ext4, FAT, and others designed for file operations.


---

# 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.cloudeka.ai/deka-flexi/deka-volume-storage.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.
