Windows 10: shadow copy storage

Discus and support shadow copy storage in Windows 10 Gaming to solve the problem; 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.... Discussion in 'Windows 10 Gaming' started by bunch64, Jun 15, 2022.

  1. bunch64 Win User

    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, Jun 15, 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čáčík, Jun 15, 2022
    #2
  3. 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, Jun 15, 2022
    #3
  4. DaveM121 Win User

    shadow copy storage

    What is resizing maximum shadow copy storage space?

    Hi Igor

    Did you initially turn on Volume Shadow Copy on your system?

    Are you using shared Network storage on your system that requires you to be using Volume Shadow Copy?
     
    DaveM121, Jun 15, 2022
    #4
Thema:

shadow copy storage

Loading...
  1. shadow copy storage - Similar Threads - shadow copy storage

  2. Timing of Shadow Copy Deletions

    in Windows 10 Gaming
    Timing of Shadow Copy Deletions: Running Server 2003 R1. Shadow copies are enabled and set to use a maximum of 25GB. Instead of deleting incrementally, the copies build up to 25GB and then all of the copies are deleted at once. Is there a way to change this to an incremental deletion?...
  3. 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...
  4. Shadow copy and SSD

    in Windows 10 Software and Apps
    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...
  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. Shadow copy auditing

    in AntiVirus, Firewalls and System Security
    Shadow copy auditing: Hi There,I need a way for auditing shadow copy creation/deletion/restoration events. https://answers.microsoft.com/en-us/windows/forum/all/shadow-copy-auditing/b1b5734d-245b-4b07-8cb3-8196bc7f46ba
  7. 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...
  8. 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...
  9. 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"?...
  10. 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