Ich kann eine Festplatte nicht vergrößern. Die VM ist ausgeschaltet und es existiert kein Snapshot :-/ Andere VMs haben das Problem nicht (gleicher Datastore).
Wo liegt der Fehler, bzw. was muss ich machen, damit ich die Größe editieren kann?


To convert the IDE disk to SCSI:
Locate the datastore path where the virtual machine resides. For example:
/vmfs/volumes/<datastore_name>/<vm_name>/
From the ESX Service Console, open edit the primary disk (.vmdk) in a text editor.
Look for the line:
ddb.adapterType = "ide"
To change the adapter type to LSI Logic change the line to:
ddb.adapterType = "lsilogic"
To change the adapter type to Bus Logic change the line to:
ddb.adapterType = "buslogic"
Save the file.
From VMware Infrastructure or vSphere Client
Click Edit Settings for the virtual machine.
Select the IDE virtual disk.
Choose to Remove the Disk from the virtual machine.
Click OK.
Caution: Make sure that you do not choose Remove from disk.
From the Edit Settings menu for this virtual machine:
Click Add > Hard Disk > Use Existing Virtual Disk.
Navigate to the location of the disk and select to add it into the virtual machine.
Choose the same controller as in Step 3 as the adapter type. The SCSI ID should read SCSI 0:0.
If a CDROM device exists in the virtual machine it may need to have the IDE channel adjusted from IDE 0:1 to IDE 0:0. If this option is greyed out, remove the CDROM from the virtual machine and add it back. This sets it to IDE 0:0.
Mitglieder in diesem Forum: 0 Mitglieder und 4 Gäste