> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/virtualization-platform/other/how-to-partition-the-hdd-storage/partitioning-the-hdd-storage-on-windows.md).

# Partitioning the HDD storage on Windows

### 1. Login to your VPS via RDP

### 2. Find the Empty Disk

Start by Right Clicking on the Windows \[1] button, then click on Disk Management \[2] and find the Un-initialized Disk \[3].

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

### 3. Setup the new Disk

Next, Right Click on the disk and click `Initialize Disk` \[1]

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

Select the partitioning scheme as per your needs and click `OK` \[1]![](/files/Jbpd8RA403l1EBh5gsVi)

### 4. Setting up the partition

Now, Right Click on the Unallocated Space and click on `New Simple Volume` \[1]

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

Click `Next` \[1] on the new wizard that opens

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

Click Next Again

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

Then, select a drive letter as per your needs from the dropdown \[1] and then click Next \[2]

<figure><img src="/files/58JAW5tGQRqew3txM18k" alt=""><figcaption></figcaption></figure>

Now, set the file system or leave the dropdown \[1] to NTFS, Set the Volume Label \[2] to any name of your liking and then click Next \[3]

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

Lastly, Click Finish \[1] to complete the setup.

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

And done! Your new partition should show up on the file manager and you will be able to use it now.


---

# 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.synteq.com/virtualization-platform/other/how-to-partition-the-hdd-storage/partitioning-the-hdd-storage-on-windows.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.
