# Deka Volume: Storage

**Deka Volume: Storage** is the data disk you can attach to the VM. Block storage is used to host a database, support random read/write operations, and keep system files of the running virtual machines. If you need additional storage for your VM you can use Cloudeka Block Storage, a non-root disk.

With block storage, it is easier to modify files because you have access to the specifically required blocks in the volumes. Block storage is mounted as a storage device on the server with underlying file system protocols such as NTFS, ext3/ext4, FAT, and others designed specifically 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.id/deka_flexi/deka_volume_block_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.
