Difference between revisions of "StableBit Scanner Q3110004"

From Covecube - Wiki
(Created page with "Fix CHKDSK or File System scan errors ==When to Use== If the system disk keeps on coming back with errors, but a manual check comes back as clean. ==Steps== # Open an elevat...")
 
m
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
#* Right click on the "Command Prompt" entry, and select "Run as Administrator"
 
#* Right click on the "Command Prompt" entry, and select "Run as Administrator"
 
# Run "vssadmin add shadowstorage /for=c: /on=c: /maxsize=5GB"
 
# Run "vssadmin add shadowstorage /for=c: /on=c: /maxsize=5GB"
 +
#* Change ''c:'' to whichever drive letter in question
 +
#* use "vssadmin resize shadowstorage /for=c: /on=c: /maxsize=5GB" if the above command does not work
 
# Reboot the system
 
# Reboot the system
  
 
This should allow you to correctly scan the drives.
 
This should allow you to correctly scan the drives.

Latest revision as of 20:00, 27 January 2016

Fix CHKDSK or File System scan errors

When to Use

If the system disk keeps on coming back with errors, but a manual check comes back as clean.

Steps

  1. Open an elevated Command Prompt
    • To do so, hit the Start Button, and type "Command Prompt"
    • Right click on the "Command Prompt" entry, and select "Run as Administrator"
  2. Run "vssadmin add shadowstorage /for=c: /on=c: /maxsize=5GB"
    • Change c: to whichever drive letter in question
    • use "vssadmin resize shadowstorage /for=c: /on=c: /maxsize=5GB" if the above command does not work
  3. Reboot the system

This should allow you to correctly scan the drives.