Windows 10: Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error."

Discus and support Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error." in Windows 10 Software and Apps to solve the problem; First Windows Logs>Application>Event 8193 VSS:Volume Shadow Copy Service error: Unexpected error calling routine Output buffer overflow. Reading bad... Discussion in 'Windows 10 Software and Apps' started by jon111, Oct 31, 2022.

  1. jon111 Win User

    Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error."


    First Windows Logs>Application>Event 8193 VSS:Volume Shadow Copy Service error: Unexpected error calling routine Output buffer overflow. Reading bad arguments. dwSize = 8. hr = 0x8000ffff, Catastrophic failure. Operation: Removing auto-release shadow copies Loading providerContext: Execution Context: System ProviderThis is the only "vssadmin list <type>" command that fails. All

    :)
     
    jon111, Oct 31, 2022
    #1

  2. Shadow Copy With Storage Spaces?

    1 Create shadow storage

    1.1 The System protection tab in System Properties

    • this GUI only lists NTFS volumes, so you can't create shadow storage for ReFS volume there
    • instead try one of:
      • vssadmin add shadowstorage /for=D: /on=D: /maxsize=100GB (Windows Server only)
        • alternatively for non-server Windows editions try vssadmin resize shadowstorage /for=D: /on=D: /maxsize=10% that will add shadow storage if it does not exist and thus is comparable to vssadmin add
      • wmic shadowstorage call create Volume=D:\ DiffVolume=D:\ MaxSpace=20
        • if this command returns ReturnValue = 10 (which is Unknown error) workaround follows
      • wmic shadowcopy call create Volume=D:\
        • creating shadow copy on disk without shadow storage will create one automatically
        • you can resize the shadow storage with vssadmin resize shadowstorage /for=D: /on=D: /maxsize=10%

    1.2 List shadow storages

    • make sure the shadow storage is there and configured using one of:
      • vssadmin list shadowstorage
      • wmic shadowstorage list

    2 Create shadow copy

    2.1 Create shadow copy

    • you want to use scheduled system protection feature, but for now just take a snapshot manually:
      • wmic shadowcopy call create Volume=D:\

    2.2 List shadow copies

    • verify the snapshot was created:
      • vssadmin list shadows /for=D:

    3 Mount shadow copy

    • since you are using Storage Spaces, you won't see snapshots in Previous versions tab in disk/file properties
    • but the snapshots exists and can be mounted as a folder
    • this shortage apply for both NTFS and ReFS Storage Spaces
    • to mount a snapshot you will need shadow ID, shadow path and temporary folder

    3.1 Get shadow copy ID

    • vssadmin list shadows /for=D:
      • look for something like this Shadow Copy ID: {5cc29315-0379-415e-8496-69923618e3de}

    3.2 Get shadow copy path

    • wmic shadowcopy where "ID='{5cc29315-0379-415e-8496-69923618e3de}'" get DeviceObject
    • or vssadmin list shadows /for=D:
      • look for Shadow Copy Volume: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy624

    3.3 Mount shadow copy as folder

    • mklink /j %tmp%\shadow \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy624\
      • note the extra \ at the end
      • the shadow copy is now available in %tmp%\shadow
     
    Vlastimil Ovč&#225;č&#237;k, Oct 31, 2022
    #2
  3. Windows 10: The shadow copy provider had an error 0x80042306

    I have recently upgraded my Windows 8.1 to Windows 10. Now I cannot make a restore point and it says "The shadow copy provider had an error". Some posts suggest do chkdsk. But when I run chkdsk /scan it also shows "The shadow copy provider had an error".
    My Volume Shadow Copy service is on. I tried SFC /SCANNOW, but it says it cannot repair the problem. Any help is greatly appreciated. Thank you.
     
    SergioVieri, Oct 31, 2022
    #3
  4. wangela Win User

    Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error."

    VSSAdmin revert shadow not working properly

    I have posted this question on stackoverflow, but I thought i might post it here as well, here is the stackoverflow link: https://stackoverflow.com/questions/48069859/vssadmin-revert-shadow-not-working-properly

    I am having trouble running vssadmin revert shadow, i can successfully restored the volume (non-boot volume) by right-clicking the mouse and choose restore, but not through the vssadmin revert shadow command, does anyone have a clue? thanks!
     
    wangela, Oct 31, 2022
    #4
Thema:

Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error."

Loading...
  1. Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error." - Similar Threads - vssadmin list shadows

  2. Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error."

    in Windows 10 Gaming
    Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error.": First Windows Logs>Application>Event 8193 VSS:Volume Shadow Copy Service error: Unexpected error calling routine Output buffer overflow. Reading bad arguments. dwSize = 8. hr = 0x8000ffff, Catastrophic failure. Operation: Removing auto-release shadow copies Loading...
  3. Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error."

    in Windows 10 Installation and Upgrade
    Windows 10, "vssadmin list shadows" fails with "The shadow copy provider had an error.": First Windows Logs>Application>Event 8193 VSS:Volume Shadow Copy Service error: Unexpected error calling routine Output buffer overflow. Reading bad arguments. dwSize = 8. hr = 0x8000ffff, Catastrophic failure. Operation: Removing auto-release shadow copies Loading...
  4. Shadow copy creation returns value 10 Shadow copy provider vetoed the operation

    in Windows 10 Gaming
    Shadow copy creation returns value 10 Shadow copy provider vetoed the operation: OS: windows 10 ProBuild: 21H1I got 10 as return value when I try to create a new shadow copy.Searching, I found this microsoft articlehttps://docs.microsoft.com/en-us/previous-versions/windows/desktop/vsswmi/create-method-in-class-win32-shadowcopy10 value indicates "Shadow...
  5. Shadow copy creation returns value 10 Shadow copy provider vetoed the operation

    in Windows 10 Software and Apps
    Shadow copy creation returns value 10 Shadow copy provider vetoed the operation: OS: windows 10 ProBuild: 21H1I got 10 as return value when I try to create a new shadow copy.Searching, I found this microsoft articlehttps://docs.microsoft.com/en-us/previous-versions/windows/desktop/vsswmi/create-method-in-class-win32-shadowcopy10 value indicates "Shadow...
  6. Shadow copy creation returns value 10 Shadow copy provider vetoed the operation

    in Windows 10 BSOD Crashes and Debugging
    Shadow copy creation returns value 10 Shadow copy provider vetoed the operation: OS: windows 10 ProBuild: 21H1I got 10 as return value when I try to create a new shadow copy.Searching, I found this microsoft articlehttps://docs.microsoft.com/en-us/previous-versions/windows/desktop/vsswmi/create-method-in-class-win32-shadowcopy10 value indicates "Shadow...
  7. "The shadow copy provider had an error 0x80042306"

    in Windows 10 Installation and Upgrade
    "The shadow copy provider had an error 0x80042306": After trying to create a system restore point, I got the error message in the title. I have tried all of the solutions I have read about using VSSadmin and SFC, and set VSS to start automatically, delayed. These do not fix the problem. I believe the problem is rooted in...
  8. Windows Backup – shadow copy fails

    in Windows 10 Installation and Upgrade
    Windows Backup – shadow copy fails: Shadow copy fails with no useful info. [ATTACH] <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Backup" Guid="{1db28f2e-8f80-4027-8c5a-a11f7f10f62d}" /> <EventID>517</EventID>...
  9. The shadow copy provider had an unexpected error (0x8004230F)

    in Windows 10 News
    The shadow copy provider had an unexpected error (0x8004230F): [ATTACH] [ATTACH]Before making any changes to our PC, many of us first create a system restore point. This practice ensures that the system files and settings return to an earlier point in time without affecting personal files, should something go wrong. [...] This post The...
  10. Microsoft Software Shadow Copy Provider

    in Windows 10 Customization
    Microsoft Software Shadow Copy Provider: Hi. I am having a technical issue with my Windows 10 OS I don’t want to have to do a Factory restore it’s not big issue I am having it’s the issue with Microsoft Software Shadow Copy Provider. I went in to the Registry and fixed one of the values I had to fix this one...