Which action should you select from the Edit Virtual Hard Disk Wizard?

You have virtual machine named VM1.
VM1 uses a fixed size virtual hard disk (VHD) named Disk1.vhD. Disk1.vhd is 200 GB.
You shut down VM1.
You need to reduce the size of disk1.vhd.
Which action should you select from the Edit Virtual Hard Disk Wizard?

You have virtual machine named VM1.
VM1 uses a fixed size virtual hard disk (VHD) named Disk1.vhD. Disk1.vhd is 200 GB.
You shut down VM1.
You need to reduce the size of disk1.vhd.
Which action should you select from the Edit Virtual Hard Disk Wizard?

A.
Merge

B.
Compact

C.
Shrink

D.
Convert



Leave a Reply to Gary Trembath Cancel reply21

Your email address will not be published. Required fields are marked *

14 − 2 =


Nikita

Nikita

Shrink not convert?

Vincent

Vincent

For me the correct answer CONVERT why ?

– The question say –> You shutdown VM1
– The question say –> Which action you select from EDIT VIRTUAL DISK WIZARD

In my labo, the issue is very simple, you 2 choices CONVERT or EXPAND

The answer is CONVERT and not others

tom

tom

Stupid question.
If it’s dynamically expanding disk, then shrink is fine.
If it’s not, you need to convert.

Which one is assumed in this question?

Tony

Tony

@Tom, agreed I think wrong. I answered compact myself, for the edit virtual hard disk wizard you only have compact, convert and expand. The compact option compacts the size of the vhd.

Cribb

Cribb

I believe it is D. It says it is a fixed disk not dynamically expanding. You need to convert to VHDX.

chaserZX

chaserZX

So convert to VHDx then either change size or make dynamically expanding so it can be compacted

Kampai

Kampai

The disk is fixed size , you can convert the disk to dynamically expanding , however that will sacrifice performance , since performance is not mentioned in the question u must assume that u cannot mess with it , therefore the only way to reduce the size of the disk is to shrink it using disk management

JoeBob

JoeBob

Why not B ?
all the question asks for is to make the file smaller is this not what compact does ?

JoeBob

JoeBob

compacting only works on dynamic, options other than convert are not in the wizard so it is convert

Javier

Javier

Option D. because “should you select from the Edit Virtual Hard Disk Wizard”, so in the wizard there is no option to Shrink. You need to convert.

Ares

Ares

Just to clear things up the correct answer is D , you cannot Compact a fixed VHD disk error bellow from test Lab environment:

[Window Title]
Edit Virtual Hard Disk Wizard

[Main Instruction]
The server encountered an error trying to edit the virtual disk.

[Content]
Failed to compact the virtual disk.

The system failed to compact ‘F:\test.vhd’.

[Expanded Information]
Failed to compact the virtual disk.

The system failed to compact ‘F:\test.vhd’: The requested operation cannot be performed on a virtual disk of this type. (0xC03A001B).

[^] Hide details [Close]

AldoSan

AldoSan

Correct Answer is D:

1.-Create a new fixed VHD on HyperV . It can be 10gbs or less.
2.-Open Edit Virtual Disk, choose the Fixed drive.
3.-Only 2 Options available: Convert or Expand.

Answer is Convert, in order to be able to shrink the volume.

Gary Trembath

Gary Trembath

Answer is D

Dynamic Disks have
Compact
Convert
Expand

Fix Disks have
Convert
Expand

Please Note: Shrink is not an option within managing virtual disks, (vhd / vhdx) Shrink is a Partitioning option.

bytezz

bytezz

Definitely D

Convert to a dynamically expanding VHDX

Shrink is an option for resizing volumes/partitions. If you attach a VHD in Disk Management, you will have the option to shrink a volume on the VHD, however, the size of the VHD will be the same (for instance, a 2GB VHD stays a 2GB VHD even though you have used Shrink on one of the volumes on the VHD).

Jeroen

Jeroen

Definitely D.

You can’t shrink a Fixed Size Disk because it is FIXED SIZE. That is why it is (a little) faster then dynamically expanding.