Create, Expand, Shrink, Convert VHD to VHDX – Windows Server 2012 R2

### Tạo, mở rộng, thu nhỏ, chuyển đổi VHD thành VHDX - Windows Server 2012 R2

** Tạo VHD **

Để tạo VHD, bạn có thể sử dụng lệnh sau:

`` `
VHD Tạo <đường dẫn đến tệp VHD> <kích thước trong GB>
`` `

Ví dụ: để tạo một tệp VHD có tên là `myvhd.vhd` với kích thước 10 GB, bạn sẽ sử dụng lệnh sau:

`` `
vhd tạo myvhd.vhd 10
`` `

** Mở rộng một vhd **

Để mở rộng VHD, bạn có thể sử dụng lệnh sau:

`` `
VHD mở rộng <đường dẫn đến tệp VHD> <Kích thước mới trong GB>
`` `

Ví dụ: để mở rộng một tệp VHD có tên là `myvhd.vhd` lên kích thước 20 GB, bạn sẽ sử dụng lệnh sau:

`` `
VHD mở rộng myvhd.vhd 20
`` `

** thu nhỏ một vhd **

Để thu nhỏ VHD, bạn có thể sử dụng lệnh sau:

`` `
Vhd thu nhỏ <Path to Vhd Tệp> <Kích thước mới trong GB>
`` `

Ví dụ: để thu nhỏ một tệp VHD có tên là `myvhd.vhd` xuống kích thước 15 GB, bạn sẽ sử dụng lệnh sau:

`` `
vhd thu nhỏ myvhd.vhd 15
`` `

** Chuyển đổi VHD thành VHDX **

Để chuyển đổi VHD thành VHDX, bạn có thể sử dụng lệnh sau:

`` `
VHD Chuyển đổi <đường dẫn sang tệp VHD> <đường dẫn đến tệp VHDX>
`` `

Ví dụ: để chuyển đổi tệp VHD có tên `myvhd.vhd` thành tệp VHDX có tên là` myvhd.vhdx`, bạn sẽ sử dụng lệnh sau:

`` `
VHD chuyển đổi myvhd.vhd myvhd.vhdx
`` `

### hashtags

* #VHD
* #VHDX
* #Windows Server 2012 R2
* #máy ảo
* #Quản lý đĩa
=======================================
### Create, Expand, Shrink, Convert VHD to VHDX - Windows Server 2012 R2

**Create a VHD**

To create a VHD, you can use the following command:

```
vhd create <path to VHD file> <size in GB>
```

For example, to create a VHD file named `myvhd.vhd` with a size of 10 GB, you would use the following command:

```
vhd create myvhd.vhd 10
```

**Expand a VHD**

To expand a VHD, you can use the following command:

```
vhd extend <path to VHD file> <new size in GB>
```

For example, to expand a VHD file named `myvhd.vhd` to a size of 20 GB, you would use the following command:

```
vhd extend myvhd.vhd 20
```

**Shrink a VHD**

To shrink a VHD, you can use the following command:

```
vhd shrink <path to VHD file> <new size in GB>
```

For example, to shrink a VHD file named `myvhd.vhd` to a size of 15 GB, you would use the following command:

```
vhd shrink myvhd.vhd 15
```

**Convert a VHD to a VHDX**

To convert a VHD to a VHDX, you can use the following command:

```
vhd convert <path to VHD file> <path to VHDX file>
```

For example, to convert a VHD file named `myvhd.vhd` to a VHDX file named `myvhd.vhdx`, you would use the following command:

```
vhd convert myvhd.vhd myvhd.vhdx
```

### Hashtags

* #VHD
* #VHDX
* #Windows Server 2012 R2
* #Virtual Machine
* #Disk Management
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock