Windows Backup skipped C:\ because is it on corrupted drive C:\.

Hi @GGHank,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Hi @GGHank


Code:
Backup skipped backing up D:\OneDrive\Pictures\Camera Roll as it is on the backup target.

This means that you are trying to back up files on the same drive as the drive you are backing up to. It looks like it wants you to back up to a separate or external drive.

Code:
Windows Backup skipped C:\Users\user\Music because is it on corrupted drive C:\.

It doesn't want to back up to a drive that has corruption.

Please download and run this: CrystalDiskInfo

Post a screenshot of the result.
 
Here are the attached results:
 

Attachments

  • Screenshot 2024-12-28 014302.webp
    Screenshot 2024-12-28 014302.webp
    64.4 KB · Views: 3
  • Screenshot 2024-12-28 014518.webp
    Screenshot 2024-12-28 014518.webp
    71.9 KB · Views: 3
Do you have a recent backup that was without errors? How old is it?

If you do then:


Open an elevated command prompt.

Hit the Start button, type cmd, then hit CTRL+SHIFT+ENTER

An elevated command window should open. In this window, copy and paste this
Code:
chkdsk C: /f
and hit Enter.

A message may say it cannot perform the scan until a reboot. If so, please reboot and let it finish.





Once you reboot, open an elevated Powershell. Hit start, type Powershell, right-click Powershell, and choose Run as Administrator.

In this prompt copy and paste this

Code:
Get-WinEvent -LogName Application | Where-Object { $_.ProviderName -eq "Wininit" } | Format-List TimeCreated, Message | Out-File "C:\chkdsk_log.txt"

The file I need is in the root of your C drive. chkdsk_log.txt Please upload this file.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top