# Volume attached from old server

This article explains how we attached the old instance's volume to the new server.

We have two instance's: test-2 and test-1

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

Let's check that both volumes are visible&#x20;

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

I have now deleted the test-2 server and attached its volume to another server.

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

After deleting the instance, you will see that the volume is now available. Attach this volume to another instance.

Now open another instance, test-,1, and navigate to the volume section, click on the attach volume.&#x20;

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

Select the available volume&#x20;

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

Let's see both volumes are visible

<figure><img src="/files/7waNM4YbijuAB2WMfR8d" alt=""><figcaption></figcaption></figure>

Now, log in to your instance and run the `lsblk` command&#x20;

Both volumes are visible.

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


---

# 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.neevcloud.com/neevcloud-products/volumes/volume-attached-from-old-server.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.
