Windows 10: What is resizing maximum shadow copy storage space?

Discus and support What is resizing maximum shadow copy storage space? in Windows 10 Network and Sharing to solve the problem; 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... Discussion in 'Windows 10 Network and Sharing' started by IgorVU, May 1, 2019.

  1. 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, May 1, 2019
    #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čáčík, May 1, 2019
    #2
  3. lost hard drive space after defrag

    I've typed in command prompt (admin): vssadmin list shadowstorage.

    After i pressed enter it showed the following: Used Shadow Copy Storage Space: 7.12 GB ( 1%)

    Allocated Shadow Copy Storage space:7.42 GB ( 1%)

    Maximum Shadow Copy Storage space 10 GB ( 2%)

    My question is, what do i next?

    Please help.
     
    JERI n CHRISJASTER n VIDELER, May 1, 2019
    #3
  4. ellaryk Win User

    What is resizing maximum shadow copy storage space?

    system image backup fails with error "not enough shadow space "

    When I try to create a system image backup it fails with a message telling me there is not enough shadow space and I should run VSSADMIN to increase it.

    My C drive has 100G free space. The target drive, F, has over 600G free space. When I use the VSSADMIN command to list shadow storage it shows only the F drive, not the C drive.

    Do I need to create shadow storage on the C drive using the resize shadow storage command? If so, how big should it be for a 256G drive?
     
    ellaryk, May 1, 2019
    #4
Thema:

What is resizing maximum shadow copy storage space?

Loading...
  1. What is resizing maximum shadow copy storage space? - Similar Threads - resizing maximum shadow

  2. Shadow copy and SSD

    in Windows 10 Gaming
    Shadow copy and SSD: Hello.I have an ASUS ROG with an internal ssd and a internal hdd that i use as storage.A few months ago i install O&O defrag.When try to use trim command appears a message to disable shadow copiescreation of restore points because decrease the life time of ssd!!!Is that...
  3. 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
  4. 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
  5. OneDrive Maximum Storage

    in Windows 10 Network and Sharing
    OneDrive Maximum Storage: I looked at the plans offered for purchased OneDrive storage. The largest I see is 1 TB. Is that the largest, or can I keep purchasing more and more 1 TB chunks? Thank you....
  6. there is not enough disk space to create the volume shadow copy on the storage location

    in Windows 10 Network and Sharing
    there is not enough disk space to create the volume shadow copy on the storage location: Hi, I am having problems creating a system image on my Windows 10 PRO computer. I searched everywhere to find my answer but what I get is suggestions to install softwares to manage disk partions or other kinds of fixes. But I have been using Windows System backup since may...
  7. Shadow Copy Windows10

    in Windows 10 Customization
    Shadow Copy Windows10: Hello, I update to 18860 Insider build, before that I was able to see my shadow copies in "Previous version" tab in every folder. But latest build loose my task schedules, can you help, what is right command to enable shadow copies again and show on "Previous version"?...
  8. Restore and Shadow Copy

    in Windows 10 Backup and Restore
    Restore and Shadow Copy: What is the difference between System Restore and Shadow Copy? I am familiar with the first, but only came across references to the second recently. 56132
  9. Storage spaces, Resize-Partition : Invalid Parameter

    in Windows 10 Drivers and Hardware
    Storage spaces, Resize-Partition : Invalid Parameter: Hello, I am facing a problem when trying to resize a volume under storage spaces. In powershell I can extend the virtualdisk but afterwards when I try to extend the partition I get the following error The following screenshot is to demonstrate the issue [img]...
  10. how to minimize shadow copy space?

    in Windows 10 Performance & Maintenance
    how to minimize shadow copy space?: Well, how can i shrink down the amount of space used for shadow copy? 56626