Windows 10: Resize Shadow Copy Storage Max Size Below 10%

Discus and support Resize Shadow Copy Storage Max Size Below 10% in Windows 10 Software and Apps to solve the problem; Hi there,I am currently attempting to set the MaxSize value for shadowstorage below 10% using vssadmin but am unable to.This is something that has... Discussion in 'Windows 10 Software and Apps' started by Oliver_755, Aug 22, 2024.

  1. Resize Shadow Copy Storage Max Size Below 10%


    Hi there,I am currently attempting to set the MaxSize value for shadowstorage below 10% using vssadmin but am unable to.This is something that has worked previously in our environment. I understand Microsoft's recommended minimum is 10% of the volume size, however it can be useful for older systems that operate on limited disk space where the service isn't necessarily required to shrink further than 10%.The command being used in question is vssadmin resize shadowstorage /On=C: /For=C: /MaxSize=5%After entering the command I receive the "Successfully resized the shadow copy storage association"

    :)
     
    Oliver_755, Aug 22, 2024
    #1
  2. IgorVU Win User

    What is resizing maximum shadow copy storage space?

    On my laptop, drive C: is a small solid state drive with only about 50G of free space. I noticed that a little bit of this free space is disappearing every day until only a few gigs of free space was remaining. Turned out, shadow storage was eating up all
    the free space. The size of used shadow copy storage space was about 45GB. The maximum shadow copy storage space was set to unbounded.

    I resized the maximum shadow copy storage space and set the size to 20GB using 'vssadmin resize shadowstorage' command. A few days later, I noticed the maximum shadow copy storage space was set back to unbounded. I tried setting maximum size through the
    GUI (system protection settings) but that did not last either.

    Is there any way to find out what application resizes the maximum storage space? Any ideas why something would want storage space to be unbounded?

    Thanks,

    Igor
     
    IgorVU, Aug 22, 2024
    #2
  3. 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čáčík, Aug 22, 2024
    #3
  4. bunch64 Win User

    Resize Shadow Copy Storage Max Size Below 10%

    shadow copy storage

    i have to resize shadow copy size.

    what commands do i need?

    i tried vssadmin.. this did not work.

    this needed for create a system image.
     
    bunch64, Aug 22, 2024
    #4
Thema:

Resize Shadow Copy Storage Max Size Below 10%

Loading...
  1. Resize Shadow Copy Storage Max Size Below 10% - Similar Threads - Resize Shadow Copy

  2. Resize Shadow Copy Storage Max Size Below 10%

    in Windows 10 Network and Sharing
    Resize Shadow Copy Storage Max Size Below 10%: Hi there,I am currently attempting to set the MaxSize value for shadowstorage below 10% using vssadmin but am unable to.This is something that has worked previously in our environment. I understand Microsoft's recommended minimum is 10% of the volume size, however it can be...
  3. Resize Shadow Copy Storage Max Size Below 10%

    in Windows 10 Gaming
    Resize Shadow Copy Storage Max Size Below 10%: Hi there,I am currently attempting to set the MaxSize value for shadowstorage below 10% using vssadmin but am unable to.This is something that has worked previously in our environment. I understand Microsoft's recommended minimum is 10% of the volume size, however it can be...
  4. shadow copy storage

    in Windows 10 Gaming
    shadow copy storage: i have to resize shadow copy size.what commands do i need?i tried vssadmin.. this did not work.this needed for create a system image. https://answers.microsoft.com/en-us/windows/forum/all/shadow-copy-storage/02922a1c-fc7a-42de-bd1d-a2f882196c08
  5. shadow copy storage

    in Windows 10 Software and Apps
    shadow copy storage: i have to resize shadow copy size.what commands do i need?i tried vssadmin.. this did not work.this needed for create a system image. https://answers.microsoft.com/en-us/windows/forum/all/shadow-copy-storage/02922a1c-fc7a-42de-bd1d-a2f882196c08
  6. Remove this Black Shadow below this !!

    in Windows 10 Software and Apps
    Remove this Black Shadow below this !!: Can you see a black thing behind the white textI want to remove thatPlease help meThank you https://answers.microsoft.com/en-us/windows/forum/all/remove-this-black-shadow-below-this/df710f65-8edc-40c2-9c45-1c20d88bdf85
  7. Remove this Black Shadow below this !!

    in Windows 10 Gaming
    Remove this Black Shadow below this !!: Can you see a black thing behind the white textI want to remove thatPlease help meThank you https://answers.microsoft.com/en-us/windows/forum/all/remove-this-black-shadow-below-this/df710f65-8edc-40c2-9c45-1c20d88bdf85
  8. shadow on type below icon

    in Windows 10 Customization
    shadow on type below icon: how do I get the shadow on the text below icon off https://answers.microsoft.com/en-us/windows/forum/all/shadow-on-type-below-icon/5d400aa1-ba9e-4bc7-8742-699e96c2ae1e
  9. What is resizing maximum shadow copy storage space?

    in Windows 10 Network and Sharing
    What is resizing maximum shadow copy storage space?: On my laptop, drive C: is a small solid state drive with only about 50G of free space. I noticed that a little bit of this free space is disappearing every day until only a few gigs of free space was remaining. Turned out, shadow storage was eating up all the free space. The...
  10. Change System Protection Max Storage Size for Drive in Windows 10

    in Windows 10 Tutorials
    Change System Protection Max Storage Size for Drive in Windows 10: How to: Change System Protection Max Storage Size for Drive in Windows 10 [img] Information system restore that takes your PC back to an earlier point in time, called a system restore point. This can be handy if your PC isn't working well and you recently installed an...