> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/vi/virtual-machines/resizing-a-virtual-disk-drive.md).

# Thay đổi kích thước ổ đĩa ảo

{% hint style="info" %}
**Lưu ý**

Ổ đĩa chỉ có thể tăng kích thước; không thể giảm. Hãy kiểm tra xem hệ điều hành khách của bạn có hỗ trợ thay đổi kích thước mà không cần tắt/bật nguồn hay không, đặc biệt đối với các ổ đĩa Virtio-SCSI.
{% endhint %}

Để thay đổi kích thước ổ đĩa ảo trong VM, hãy làm theo các bước sau:

1. Từ **Bảng điều khiển VM**, nhấp vào **Ổ đĩa** trong menu bên trái.
2. Chọn ổ đĩa cần sửa đổi.
3. Nhấp **Chỉnh sửa** trong menu bên trái.
4. Thay đổi kích thước ổ đĩa theo ý muốn.
5. Nhấp **Gửi**.

## Lưu ý quan trọng

{% hint style="info" %}
**Lưu ý**

Nếu cấu hình VM cho phép hot-plugging, giao diện đĩa được đặt thành **Virtio-SCSI**, và hệ điều hành khách (OS) hỗ trợ điều này, thì kích thước ổ đĩa thường có thể được tăng lên mà không cần tắt/bật nguồn VM.
{% endhint %}

{% hint style="danger" %}
**Cảnh báo**

Ổ đĩa không thể giảm kích thước. Mặc dù có thể thay đổi kích thước các phân vùng bên trong hệ điều hành khách, bản thân ổ đĩa không thể bị thu nhỏ.
{% endhint %}

{% hint style="danger" %}
**Cảnh báo**

Việc thay đổi kích thước ổ đĩa rất có thể sẽ yêu cầu các thay đổi tương ứng trong hệ điều hành khách để sử dụng phần dung lượng vừa được thêm vào.
{% endhint %}

***

{% hint style="info" %}
**Thông tin tài liệu**

* Cập nhật lần cuối: 2024-08-29
* Phiên bản vergeOS: 4.12.6
  {% endhint %}


---

# 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.verge.io/knowledge-base/vi/virtual-machines/resizing-a-virtual-disk-drive.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.
