# How to make your Block Storage volume available for use on Windows?

This article will guide you in attaching a Block Storage volume to your Windows instance.

**Pre-requisites:**&#x20;

&#x20;  a. A Windows instance

&#x20;  b. A Volume

&#x20;  c. Good internet connectivity

**Step 1:** [Login](https://customer.acecloudhosting.com/index.php?m=ace_product_register_addon\&action=login) to your account.

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

**Step 2:** Navigate to **Compute** and then click on **Instances**.

<figure><img src="/files/0rc85Vst034GBgJRWg61" alt=""><figcaption></figcaption></figure>

**Step 3:** Choose the instance for which you want to attach the volume, click the **drop-down**, and choose **Attach Volume.**

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

**Step 4:** Select the **Volume** and click **Submit**.

**Note:** The volume should already be created and not attached to any instance.

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

With the above steps, the volume has been attached but not mounted. We must follow the steps below to mount the attached volume to our Windows machine.

**Step 1:** Select your instance and click on **Instance Name.**

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

**Step 2:** Click on the **Console** tab.

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

**Step 3:** On the remote desktop, right-click the **Start** button and click **Disk Management** from the list.

<figure><img src="/files/2nzThDdd47zVlQZou9qn" alt=""><figcaption></figcaption></figure>

A dialogue box appears, showing all the disks available on the computer. The unallocated disk is marked with a red sign, which we'll allocate in the further steps.

**Step 4:** The attached disk will be available offline. To make it online, on the unallocated disk, right-click and select **Online**.

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/474_Page-4-Image-5.jpg" alt="" height="440" width="800">

**Step 5:** You'll likely need to initialize a disk when creating a brand-new storage device before using it. To do so, right-click again on the unallocated disk and select **Initialize Disk**.

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/475_Page-4-Image-6.jpg" alt="" height="434" width="800">

**Step 6:** A setup dialogue box appears; click **Next** to continue.

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/476_Page-5-Image-7.jpg" alt="" height="391" width="800">

**Step 7:** You’ll be asked for the partition style; select **MBR (Master Boot Record)** and click **OK**. If your disk space is over 2TB, you may use a **GPT (GUID Partition Table)**.

<figure><img src="/files/92r2FWiJvCAgvvFuKe3D" alt=""><figcaption></figcaption></figure>

The setup wizard shows the minimum and maximum disk space availability in MBs and allows the user to modify the volume size as per the requirements.

**Step 8:** Select the volume size and click **Next**.

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/478_Page-6-Image-9.jpg" alt="" height="403" width="800">

**Step 9**: Choose the preferred drive letter from the drop-down menu and click **Next**.

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/479_Page-6-Image-10.jpg" alt="" height="411" width="800">

**Step 10**: Click **Finish**.

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/480_Page-7-Image-11.jpg" alt="" height="402" width="800">

The volume has been successfully allocated, which you can see in the console windows of **This PC**.

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/481_Page-7-Image-12.jpg" alt="" height="401" width="800">


---

# 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.acecloud.ai/knowledge-base/compute/how-to-make-your-block-storage-volume-available-for-use-on-windows.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.
