How to fix VMware Converter error “FAILED: The VSS snapshots cannot be stored”

While moving some VM’s from Hyper-V to VMware using VMware Converter a VM failed to convert with the error: FAILED: The VSS snapshots cannot be stored.

FAILED: The VSS snapshots cannot be stored because there is not enough space on the source volumes or because the source machine does not have any NTFS volumes. Error code: 2147754783 (0x8004231F).

Come to find out the System Reserved partition was full. Our soon to be retired Appassure backup application was nice enough to fill up the volume.

Luckily Appassure is being replaced by Veeam and fixing the above VMware Converter error is an easy fix.

Steps on how-to fix VMware Converter “FAILED: The VSS snapshots cannot be stored” error message

  1. Open Computer Management by pressing Windows Key+R and typing in compmgmt.msc, then go to Disk Management.
    computer management
  2. Right click on the System Reserved partition and select Properties.
    system reserved properties
  3. Then click on the Shadow Copies tab and ensure Shadow Copies are disabled for each volume and then close the Properties window.
    system reserved shadow copies
  4. Again, right click on the System Reserved partition and then select “Change Drive Letter and Path…” and assign the partition a drive letter (I’ll be using letter Z).
    system reserved drive letter
  5. Next open the Z: drive in File Explorer and right click on System Volume Information folder and select Properties.
    system reserved z drive
  6. In the System Volume Information Properties window, click on the Security tab then click on Advanced to open the Advanced Security Setting dialog box.
    system volume information advanced
  7. Now add the Everyone group Full control to the folder, subfolders and files.
    advanced security settings
  8. Right click on Start Menu icon and select Command Prompt (Admin) to open a Command Prompt as Administrator.
    command prompt as admin
  9. Now type in the following commands:
    
    Z:
    fltmc unload aafsflt
    cd "System Volume Information"
    del aalog_*
    cd ..
    fltmc load aafsflt
    

    delete logs commands
    Then exit the command prompt.

  10. Finally be sure to remove the Everyone access from the System Volume Information folder (steps 6 & 7) and remove the drive letter (step 4).

Now re-run your VMware Converter task again and the migration should work without issue!

Similar Posts

  • How to convert VMDK to OVF file format

    Here is a quick and easy way to convert a VMDK to OVF file format using the OVF Tool from VMware.

    1. First download and install the VMware OVF Tool for your operating system.
    2. Open a command prompt as Administrator and navigate to the OVF Tool install directory:
      
      cd C:\Program Files\VMware\VMware OVF Tool
      

      vmdk to ovf command prompt

    3. Next, type in the following command to convert VMDK to OVF:
      
      ovftool.exe \virtualmachine.vmx \virtualmachine.ovf
      

      convert vmdk to ovf command

    After a few minutes time you should you should see a “Transfer Completed, Completed successfully” message and your VMDK to OVF file conversion is complete and ready for use.
    convert vmdk to ovf complete

  • How to use Site Recovery Manager DR IP Customizer

    As one of the tasks given to me include protecting critical virtual machines via Site Recovery Manager (SRM) I ran into an environment that needed to be protected and have static IP’s assigned to them. The environment consists of about 15 VM’s, all of the VM’s each have 5 NIC’s with two of the VM’s having 9 NIC’s – that’s a lot of NIC’s to manually configure on both the Protected and Recovery side in SRM.

    Looking through the SRM Documentation I was able to see that VMware has graced us with a wonderful tool to greatly speed up this process, dr-ip-customizer.exe!

    How to use VMware DR-IP-Customizer

    Read More “How to use Site Recovery Manager DR IP Customizer”

  • VMware vCenter 5.0 Update 1a released

    VMware vCenter 5.0 Update 1a has just been released and is the first major update since version 5.0.

    The main improvements being:

    • vCenter Server 5.0 Update 1a introduces support for the following vCenter Databases
      • Oracle 11g Enterprise Edition, Standard Edition, Standard ONE Edition Release 2 [11.2.0.3] – 64 bit
      • Oracle 11g Enterprise Edition, Standard Edition, Standard ONE Edition Release 2 [11.2.0.3] – 32 bit
    • vCenter Server Appliance Database Support: The DB2 express embedded database provided with the vCenter Server Appliance has been replaced with VMware vPostgres database. This decreases the appliance footprint and reduces the time to deploy vCenter Server further.

    Read More “VMware vCenter 5.0 Update 1a released”

  • vSphere 5.1 and View 5.1 are finally compatible

    As mentioned before, I mentioned vSphere 5.1 currently not compatible with any VMware View version. As of yesterday, VMware has finally released a patch (ESXi510-201210001) to correct the incompatibility issues.

    Alternatively you can also download an updated ESXi 5.0 ISO. To download the ISO:

    1. Navigate to the vSphere Download Center.
    2. Click View Download for the VMware ESXi 5.1.0 Installable for your version of ESXi.
    3. On the Product Downloads tab, download VMware-VMvisor-Installer-201210001-838463.x86_64.iso.

    KB 2035268

  • VMware Recertification Policy

    VMware certified

    Starting today, March 10 2014, new VCP certifications must be re-certified within two years of it’s earned date. Anyone who currently has their VCP certification prior to March 10 2013 has until March 10, 2015 to re-certify.

    The new policy gives you three options to re-certify:

    1. Take the current exam for your existing VCP certification solution track. For example, if you are a VCP3, you could take the current VCP5-Data Center Virtualization (VCP5-DCV) exam.
    2. Earn a new VCP certification in a different solution track. For example, if you are a VCP-Cloud, you could recertify by earning VCP5-Desktop (VCP5-DT) certification.
    3. Advance to the next level by earning a VMware Certified Advanced Professional (VCAP) certification. For example, if you are a VCP5-DCV you could earn VCAP5-DCA certification.

    I can understand why they are doing this but I don’t agree with the changes. As per the announcement if you let your certification expire, “Your certification will be revoked,and you will no longer be entitled to use the certification logo or represent yourself as VMware certified“. Really? You mean everything that was done prior and after taking the exam means nothing?

    Read More “VMware Recertification Policy”

Leave a Reply

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

2 Comments

  1. I resolved this issue another way. I assigned a drive letter to the recovery partition in preparation to remove suspected journal files, however that was not the problem. Opening the drive letter for the recovery partition revealed an installation of Kaspersky anti-virus taking up 73 mb. Removed that , removed the drive letter and I no longer get the Vss shadow copy error. I would recommend people assign a drive letter and see if they see data on the recovery drive which should not be there. Do not delete stuff if you do not know what it is for, such as any files with the word “boot” in them. Also, if you see only a few files which do not add up to 100 mb, google for how to remove journal files. That might be the problem.

  2. If you cannot acces to the system reserved you can open this partition by linux mint live cd. when I opened partition and I delete all recovery folder ( becouse I don’t need this folder. I made backup by acronis wd). after this operation I have 400 MB free space and I can convert machine now. Best regards. Pawel from Poland