Scandisk σε κάθε boot

iJohnnyCash

e-steki.gr Founder

Ο Panayotis Yannakas αυτή τη στιγμή δεν είναι συνδεδεμένος. Είναι 34 ετών, επαγγέλεται Επιχειρηματίας και μας γράφει απο Αθήνα (Αττική). Έχει γράψει 24,043 μηνύματα.
Σχεδόν σε κάθε boot, ξεκινάει το scandisk. Όσες φορές δεν το έχω ακυρώσει, δεν είδα κάποιο bugsector να εντοπίστηκε. (Τι άλλο να κοιτάω στα αποτελέσματα; )

Τι φταίει ο δίσκος ή το λειτουργικό;
 

Σημείωση: Το μήνυμα αυτό γράφτηκε 13 χρόνια πριν. Ο συντάκτης του πιθανόν να έχει αλλάξει απόψεις έκτοτε.

Bill

Επιφανές μέλος

Ο Bill αυτή τη στιγμή δεν είναι συνδεδεμένος. Έχει γράψει 10,408 μηνύματα.
Είναι θέμα δίσκου.
Τρέξε από command prompt αυτό για να δεις αν έχεις dirty bit
Code:
fsutil dirty query C:

Αν έχεις dirty bit τρέχεις αυτό για να το διορθώσεις
Code:
chkntfs /d
 

Σημείωση: Το μήνυμα αυτό γράφτηκε 13 χρόνια πριν. Ο συντάκτης του πιθανόν να έχει αλλάξει απόψεις έκτοτε.

iJohnnyCash

e-steki.gr Founder

Ο Panayotis Yannakas αυτή τη στιγμή δεν είναι συνδεδεμένος. Είναι 34 ετών, επαγγέλεται Επιχειρηματίας και μας γράφει απο Αθήνα (Αττική). Έχει γράψει 24,043 μηνύματα.
Τι είναι τα dirty bits;

Πάντως δοκίμασα τις εντολές που μου είπες. Ενώ το πρώτο μου γράφει: "Volume - C: is Dirty", η δεύτερη εντολή δεν κάνει κάτι.
 

Σημείωση: Το μήνυμα αυτό γράφτηκε 13 χρόνια πριν. Ο συντάκτης του πιθανόν να έχει αλλάξει απόψεις έκτοτε.

Bill

Επιφανές μέλος

Ο Bill αυτή τη στιγμή δεν είναι συνδεδεμένος. Έχει γράψει 10,408 μηνύματα.
Το dirty bit ενεργοποιείται συνήθως όταν έχουν γίνει αλλαγές στο δίσκο και ο υπολογιστής έκανε shutdown πριν αποθηκευτούν.Είναι flag και δείχνει ότι μπορεί να υπάρχει ασυνέπεια στο δίσκο.
Το scandisk που τρέχει αυτόματα σε σένα είναι λόγω του dirty bit.

Εδώ έχει κάποιες οδηγίες για το πως να απενεργοποιηθεί το dirty bit.
What if the Dirty Bit won't go away ??
More than a few people have encountered this:​

  1. a drive partition has the dirty bit set​
  2. so when they reboot, Windows insists on running Autochk to check a drive - it checks the drive and all is well. Just running that check is supposed to clear the dirty bit​
  3. but the next time they reboot, again Windows checks the drive !! Again, all is well and the drive reports no errors​
  4. they get into Windows and run "fsutil dirty query driver_letter:" and they are told that the dirty bit is set​
  5. they try booting with a WinXP CD and go into "Repair" mode to run chkdsk /r (supposed to do a thorough check and also check the surface) - but it does not help​
  6. and so on . . . and so on . . .​
There is no apparent way for them to clear the dirty bit. Microsoft has never released the location of the dirty bit, so they are stuck. Here is the only way to fix the problem:​
Method 1) if the drive in question is not your boot drive goto Start/Run . . . msconfig, click the "Starup" tab, and uncheck all items. Then reboot, hit CTRL-Alt-Delete to get into Windows Task Manager, and shut down as many tasks as possible. The point here is to free up your drive. Then Start/Run . . . cmd​
chkdsk /x /f drive:
If it completes successfully this will usually remove the dirty bit. To check it, enter the following command:​
fsutil dirty query drive:
reboot to test​
Method 2) run Kelly's reg edits to first Disable autochk from running upon reboot, then reboot, and run this reg file to or re-enable disk checking upon reboot - this will refresh the entries in your registry to make sure thewy are correct
Method 2) run Partition Magic - try resizing the C: partition a little smaller, create another partition
from the unallocated space, then delete this partition and reclaim the space
back into C:​
Method 3) if all else fails - this WILL WORK !! move all the files off the drive, reformat the drive, and then move the files back
 

Σημείωση: Το μήνυμα αυτό γράφτηκε 13 χρόνια πριν. Ο συντάκτης του πιθανόν να έχει αλλάξει απόψεις έκτοτε.

iJohnnyCash

e-steki.gr Founder

Ο Panayotis Yannakas αυτή τη στιγμή δεν είναι συνδεδεμένος. Είναι 34 ετών, επαγγέλεται Επιχειρηματίας και μας γράφει απο Αθήνα (Αττική). Έχει γράψει 24,043 μηνύματα.
Δεν θα ήθελα να απενεργοποιήσω κάτι τέτοιο, ακούγεται σοβαρό.

Γιατί όταν τρέχω την δεύτερη εντολή, μετά μου βγάζει ξανά ότι είναι dirty;
 

Σημείωση: Το μήνυμα αυτό γράφτηκε 13 χρόνια πριν. Ο συντάκτης του πιθανόν να έχει αλλάξει απόψεις έκτοτε.

Χρήστες Βρείτε παρόμοια

  • Τα παρακάτω 0 μέλη και 1 επισκέπτες διαβάζουν μαζί με εσάς αυτό το θέμα:
    Tα παρακάτω 0 μέλη διάβασαν αυτό το θέμα:
  • Φορτώνει...
Top