Συλλογή / Στούντιο / Κίνηση
← Windows

CHKDSK /f vs /r Explained

This page explains what the two most common CHKDSK switches actually do. The goal is to help you pick the lighter file-system repair command when that is enough and reserve the deeper surface scan for cases that justify the extra time.

Ξεκίνα εδώ

Ξεκίνα με την πιο γρήγορη εντολή ή άμεσο άνοιγμα

Αυτό το μπλοκ μπαίνει πρώτο επίτηδες. Αντέγραψε μία εντολή, άνοιξε PowerShell, Windows Terminal, Εκτέλεση ή την αναζήτηση Έναρξης, επικόλλησε το ακριβές κείμενο, πάτησε Enter και χρησιμοποίησε τα πιο αργά βήματα από κάτω μόνο αν τα χρειάζεσαι ακόμη.

Αυτή η σελίδα βασίζεται κυρίως σε μενού, οπότε εδώ έχει μεγαλύτερη σημασία η ακριβής διαδρομή κλικ από μια εντολή.

Επισκόπηση

Σε τι σε βοηθά αυτός ο οδηγός

Many people run chkdsk /r automatically because it looks more complete, but it can take much longer than /f and is not always necessary.

  • The /r switch includes /f, so you do not usually need both together.
  • System-drive scans often need a restart before CHKDSK can lock the drive.
  • Slow scans can still be normal on large or older drives.

Πότε να το χρησιμοποιήσεις

Πότε έχει νόημα αυτός ο οδηγός

Best for users who see file-system errors, disk warnings, or scan recommendations and want to choose the right CHKDSK command before they start.

Πριν ξεκινήσεις

Τι να ελέγξεις πρώτα

CHKDSK may need a restart when it targets the Windows system drive. Save your work before scheduling a boot-time scan.

Κάν’ το ακριβώς έτσι

Άνοιξε πρώτα το σωστό σημείο των Windows και μετά κάνε τις αλλαγές μία-μία

  1. Open Windows Terminal as administrator.
  2. Use chkdsk C: /f when you want to fix file-system errors on the drive.
  3. Use chkdsk C: /r when you also want Windows to look for bad sectors and recover readable data where possible.
  4. If Windows says the drive is in use, type Y and restart so the scan can run before Windows fully loads.
  5. Read the final summary so you know whether CHKDSK found errors or bad sectors.

Ακριβής διαδρομή κλικ

Δείξε στον χρήστη ακριβώς τι να ανοίξει και τι να πατήσει

Μην αλλάζεις δέκα πράγματα μαζί. Άνοιξε πρώτα την ακριβή σελίδα των Windows, κάνε μία καθαρή αλλαγή και μετά έλεγξε αν λύθηκε το πρόβλημα.

Γρήγορο άνοιγμα: Press Start, type Terminal, right-click Windows Terminal, and choose Run as administrator so you can run and schedule CHKDSK correctly.

Δοκίμασε πιο γρήγορη διαδρομή

Best for users who see file-system errors, disk warnings, or scan recommendations and want to choose the right CHKDSK command before they start.

Πώς να το χρησιμοποιήσεις

CHKDSK may need a restart when it targets the Windows system drive. Save your work before scheduling a boot-time scan.

Σχετικές σελίδες

Συνέχισε με την επόμενη χρήσιμη σελίδα

Χρησιμοποίησε αυτούς τους συνδέσμους όταν θέλεις το αντίστοιχο script, άλλη σελίδα βοήθειας Windows ή ένα εργαλείο προγράμματος περιήγησης για την ίδια εργασία.

Συχνές ερωτήσεις

Ερωτήσεις για CHKDSK /f vs /r Explained

Does /r already include /f?

Yes. The /r switch includes the repair work of /f and adds bad-sector checking.

Which one is faster?

The /f scan is normally much faster because it focuses on file-system repairs instead of a deeper sector scan.