Windows 10 or Windows Server 2012 - Repair a Drive

Windows 10 or Windows Server 2012  - Repair a Drive

  1. GO to troubleshooting
  1. CHoose - command prompt option
  1. Provide the password
  1. Use wmic logicaldisk get caption to list the drives (fdisk -l is not available anymore)
  1. Change the drive to C:
  2. Run chkdsk /SCAN /F

Alternatively - mount the drive to another VM - the errors will be detected and fixed as soon as the system detects the new drive

Comments

Popular posts from this blog

C# - Simple Class Library and how to use it in another project

AWS CLI - INSTALLATION AND CONFIGURATION

Upload a file to a Web server in ASP.NET by using Visual C# .NET