VMware: Cannot Resize a VMs Hard Drive?
Sep30

VMware: Cannot Resize a VMs Hard Drive?

KB ID 0001704 Problem One of the lads in support messaged me this week, he needed to raise the size of the hard drive on a VM, and the option was greyed out (not available).  Solution Now assuming you actually have the rights to do this, the problem is ‘nearly always’ that the ‘disk’ in question has an active snapshot on it. Remove your snapshots first. Now you can raise the size. Don’t forget: In your OS...

Read More
PowerCLI: Get All Snapshot Information
Aug03

PowerCLI: Get All Snapshot Information

KB ID 0001690 Problem This was asked on EE today, and it was an interesting one so I wrote it up. How to locate all the Snapshots in your VMware virtual infrastructure, and see how much space they are taking. Solution Use the following PowerCLI; Get-Snapshot * | Select-Object -Property VM, Name, SizeGB, Children | Sort-Object -Property sizeGB -Descending | ft -AutoSize Related Articles, References, Credits, or External Links...

Read More
VMware Converter ‘A file I/O Error Occurred’
Jul20

VMware Converter ‘A file I/O Error Occurred’

KB ID 0001688 Problem It seems every time I use VMware Converter, there’s some new error that jumps up and makes me stumble! Yesterday the problem was; FAILED: A file I/O error occurred while accessing Solution Some searching told me this is actually a DNS problem, (where the converter could not resolve the DNS name of the machine being converted). BUT I had put the FQDN directly into this machines ‘hosts file’ so I...

Read More
Resizing (Shrinking) Drives With VMware Standalone Converter
Jan17

Resizing (Shrinking) Drives With VMware Standalone Converter

KB ID 0000185 Problem Using: vSphere 6.7 and VMware Standalone Converter Version 6.2.0 I’m performing this procedure on vSphere 6.7, back ith the release of vSphere 5, This process changed, with vSphere 4 and VI3, you had to install VMware Converter on the vCenter Server then download and enable the plugin in your VI client software (like this). VMware now only has the “standalone converter”, so now you DONT install...

Read More
Windows In VMware Fusion ‘Cannot Access Shared Folders’
Dec12

Windows In VMware Fusion ‘Cannot Access Shared Folders’

KB ID 0001627 Problem Every so often I have a problem with the Windows 10 VM that I run on my mac in VMware Fusion, last time I needed to upgrade to Fusion 11.5, before that it was a registry fix. This time I could not access any files or folders on the parent mac. Network Error Windows cannot access \\vmware-host\Shared Folders\{Folder-Name} You do not have permissions to access \\vmware-host\Shared Folders\{Folder-Name}. Contact...

Read More