Guide to Using Check Disk in Windows Vista Podręcznik używania Check Disk w Windows Vista
Anytime somebody has hard drive errors, I always recommend that they run chkdsk… what geek wouldn't? Zawsze ktoś ma błędy dysku twardego, zawsze zaleca ich uruchomienia polecenia chkdsk ... co geek by nie chciał? Then I realized that there's no guide to using check disk on this site, so I decided to write one. Wtedy zrozumiałem, że nie ma instrukcji do korzystania z dysku sprawdzić na tej stronie, więc zdecydowałem się napisać.
The chkdsk or “Check Disk” utility is used in Windows to scan through your entire hard drive and find problems… it's like a lot like doing inventory… it's boring, but it has to be done sometimes. Chkdsk lub "Check Disk" narzędzie jest używane w systemie Windows do skanowania całego swojego dysku twardego i znaleźć problemy ... it's like a lot like ten spis ... to nudne, ale musi to być zrobione czasem. I recommend that you run through a check disk every month or two. I zaleca, aby uruchomić poprzez dysku sprawdzić co miesiąc lub dwa.
Using CheckDisk the GUI Way Korzystanie checkdisk GUI Way
Open up Computer and then right-click on the drive you want to check, and choose Properties. Otwórz komputer, a następnie kliknij prawym przyciskiem myszy dysk, który chcesz sprawdzić, a następnie wybierz Właściwości.

Then select the Tools tab, and click the “Check Now” button. Następnie wybierz kartę Narzędzia, a następnie kliknij przycisk "Sprawdź teraz".

A little dialog will pop up to allow you to choose the options you want for the disk check. Niewiele pojawi się okno dialogowe, aby wybrać opcje do wyboru dysku. You should check both options if you want to really check the disk properly, but if you just want to do a quick check you could select only the first one. Należy sprawdzić obie opcje, jeśli naprawdę chcesz sprawdzić dysk poprawnie, ale jeśli chcesz tylko do szybkiego sprawdzenia można zaznaczyć tylko pierwszy z nich.

The only problem with that is that Windows can't check a drive that's being used, such as the system drive, but Windows will let you schedule a disk check for the next reboot. Jedyny problem z tym, że Windows nie może sprawdzić, że dysk jest używany, np. na dysku z systemem, ale Windows pozwoli zaplanować sprawdzenie dysku do następnego rozruchu.

You should keep in mind that running through a full check disk takes quite a while, sometimes hours depending on how big the drive is and how many files you have. Należy pamiętać, że działa poprzez sprawdzenie całego dysku trwa dość długo, czasami godzin w zależności od tego, jak duży dysk i ile plików masz.
Cancelling the Scheduled Disk Check Anulowanie Planowana Check Disk
If you had scheduled a disk check but decided you would like to cancel it, you can run a command to Jeśli prowadził regularne sprawdzanie dysku, ale postanowił, że chcesz je anulować, można uruchomić polecenie
Open up an administrator mode command prompt by right-clicking on the item in the start menu and choosing “Run as Administrator”. Otwórz wiersza poleceń w trybie administracyjnym przez kliknięcie prawym przyciskiem myszy na tej pozycji w menu Start i wybierając opcję "Uruchom jako administrator". Type in the following command, substituting the drive letter if necessary. Wpisz następujące polecenie, zastępując literę dysku w razie potrzeby.
chkntfs /xc: chkntfs / xc:

Seems like they could have a better command line output… something like “canceled!” would have even worked… oh well. Wydaje się, jak mogliby lepiej wyjście polecenia ... coś w stylu "anulowane!" Byłby nawet pracował ... oh well.
How to Tell if a Manual Disk Check is Scheduled Jak stwierdzić, czy Manual Check Disk planowane jest
Open an admin mode command prompt, and then type in the following command: Open admin trybu poleceń polecenia, a następnie wpisz następujące polecenie:
chkntfs c: chkntfs c:

How to Tell if an Automatic Disk Check is Scheduled Jak stwierdzić, czy automatyczne Check Disk planowane jest
Sometimes if your computer has not shut down correctly, Windows will mark the drive as “dirty” basically as a reminder to itself that the drive probably has filesystem errors and should be checked. Czasami, jeżeli komputer nie zostanie poprawnie zamknięty, Windows będzie oznaczać dysk jako "brudne" zasadniczo jako przypomnienie sobie, że dysk prawdopodobnie zawiera błędy systemu plików i powinny być sprawdzane. When the flag is set, you'll be told the disk requires checking during the next bootup. Gdy flaga jest ustawiona, będziesz mówił dysk wymaga sprawdzenia podczas następnego rozruchu.
You can easily see the state of this flag by using two different command line options. Można łatwo sprawdzić stan tej flagi przy użyciu dwóch różnych opcji wiersza polecenia. The first is the same command as above, but you can see the output is different if the drive is set to be automatically checked. Pierwszy z nich to samo polecenie, jak wyżej, ale widać, wynik jest inny, czy dysk jest ustawiony na automatycznie zaznaczone.
chkntfs c: chkntfs c:

You could also use this command to just query the dirty bit: Można również użyć po prostu zapytanie bit:
fsutil dirty query c: fsutil dirty query c:
Using CheckDisk from the Command Line Korzystanie checkdisk z linii poleceń
Open up an administrator mode command prompt, and then type in the following command to do an exhaustive check of your drive. Otwórz wiersza poleceń w trybie administracyjnym, a następnie wpisz następujące polecenie, aby wykonanie gruntownego sprawdzenia dysku. Substitute C: for whatever drive you want to check. Zastępca C: niezależnie od dysku, który chcesz sprawdzić.
chkdsk /f /r C: chkdsk / f / r C:
If the drive is a system drive or has files in use, you'll be asked to schedule the check for the next reboot: Jeśli dysk nie jest dyskiem systemowym lub używane pliki, możesz zostać poproszony o harmonogram wyboru następnego rozruchu:

The above command is the recommended way to perform a disk check, but if you want to do a less exhaustive check, you could remove the /R option from the command. Powyższe polecenie jest zalecany sposób, aby wykonać sprawdzanie dysku, ale jeśli chcesz to zrobić mniej gruntownego sprawdzenia, można usunąć / R z polecenia.
Here's the full list of parameters for your geeky enjoyment: Oto pełna lista parametrów dla przyjemności naukowy:
C:\>chkdsk /? C: \> chkdsk /? Checks a disk and displays a status report. Sprawdza dysk i wyświetla raport o jego stanie. CHKDSK [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]] [/B] CHKDSK [dysk: [[ścieżka] nazwa_pliku]]] [/ F] [/ V] [/ R] [/ X] [/ I] [/ C] [/ L [: rozmiar]] [/ B] volume Specifies the drive letter (followed by a colon), wolumin Określa literę dysku (z dwukropkiem), mount point, or volume name. punkt instalacji lub nazwę woluminu. filename FAT/FAT32 only: Specifies the files to check for fragmentation. plik Tylko FAT/FAT32: Określa pliki do sprawdzenia fragmentacji. /F Fixes errors on the disk. / F Naprawia błędy na dysku. /V On FAT/FAT32: Displays the full path and name of every file / V Na FAT/FAT32: wyświetla pełne ścieżki i nazwy wszystkich plików on the disk. na dysku. On NTFS: Displays cleanup messages if any. Na partycjach NTFS: wyświetla komunikaty porządkowania, jeżeli istnieją. /R Locates bad sectors and recovers readable information / R lokalizuje uszkodzone sektory i odzyskuje informacje możliwe do odczytania (implies /F). (implikuje użycie przełącznika / F). /L:size NTFS only: Changes the log file size to the specified number / L: rozmiar Tylko NTFS: Zmienia rozmiar pliku dziennika na określoną liczbę of kilobytes. kilobajtów. If size is not specified, displays current Jeżeli rozmiar nie zostanie określony, wyświetla aktualne size. rozmiar. /X Forces the volume to dismount first if necessary. / X Wymusza najpierw odinstalowanie woluminu, jeżeli jest to konieczne. All opened handles to the volume would then be invalid Wszystkie otwarte dojścia do woluminu przestaną być prawidłowe (implies /F). (implikuje użycie przełącznika / F). /I NTFS only: Performs a less vigorous check of index entries. / I Tylko NTFS: wykonuje mniej szczegółowe sprawdzanie wpisów indeksu. /C NTFS only: Skips checking of cycles within the folder / C Tylko NTFS: Pomija sprawdzanie cyklów w folderze structure. struktury. /B NTFS only: Re-evaluates bad clusters on the volume / B Tylko NTFS: Re-ocenia źle klastrów na woluminie (implies /R) (implikuje użycie / R) The /I or /C switch reduces the amount of time required to run Chkdsk by / I lub / przełącznik C zmniejsza ilość czasu potrzebną do uruchomienia programu Chkdsk przez skipping certain checks of the volume. pomijanie niektórych kontroli głośności.
Hopefully this guide will help somebody! Mam nadzieję, że ten przewodnik pomoże ktoś?

Daily Email Updates Daily Email Updates
You can get our how-to articles in your inbox each day for free. Możesz pobrać nasze instrukcje postępowania w skrzynce odbiorczej codziennie za darmo. Just enter your name and email below: Wystarczy podać swoje imię i adres e-mail:



With modern hard disks that detect and remap bad physical sectors on the fly, there's no real need to use the option (/R) to scan the disk for bad sectors. Z nowoczesnych dysków twardych, które wykrywają i remap bad sektory fizyczne "w locie", nie ma rzeczywistej potrzeby skorzystania z opcji (/ R) do skanowania dysku w poszukiwaniu uszkodzonych sektorów. It could take hours on a several-hundred GB partition, and won't accomplish anything useful. Może to trwać bardzo długo na kilka sto partycji GB i nie osiągnąć niczego przydatne. If you truly suspect something is physically wrong with your disk, run the manufacturer's disk analysis/testing utility instead. Jeśli naprawdę podejrzewać, że coś jest źle fizycznie z dysku, uruchom producenta dysku analizy / badania użyteczności zamiast.
Yes, it help to me. Tak, to mi pomógł. Your detailed explanation help me a lot. Twoje szczegółowe wyjaśnienie mi pomóc partii. Thank you and keep a good and valuable posting. Dziękuję i utrzymywać dobre i cenne delegowania.
Regards, Pozdrowienia,
Ukion Ukion
when i try to schedule a check disk for my primary (C:) drive and i reboot, i get a blank/black screen. kiedy próbuję zaplanować sprawdzenie dysku na mojej podstawowej (C:) napędu i zrestartuj I, I get pusty / czarny ekran. i waited for about 10 mins, but the screen didn't change, was that the check disk or does that mean that something's wrong? Czekałem około 10 minut, ale na ekranie nie zmienił, było to, że dysk sprawdzić czy to znaczy, że coś jest nie tak?
Thank you for posting this, it was really clear and helped a lot, but I ran into some problems once I got to the disk check on startup. Dziękujemy za zamieszczenie tego, to było naprawdę jasnych i bardzo pomogło, ale wpadłem na pewne problemy, gdy mam do wyboru dysku startowego. All was fine, until the check got stuck on 7-8%. Wszystko było w porządku, aż do wyboru utknął na 7-8%. It didn't change or anything- I can't get to my desktop! Nie zmieniać ani niczego nie mogę dostać się do mojego pulpitu! This of course, is a huge problem. To jest oczywiście ogromny problem. Any advice? Any advice?
Was helpful. Był pomocny. Thanks for doing this.. Thanks for doing this ..
What if you schedule the disk check and when you start up it says the disk check is recommended and then it says it is cancelled? Co jeśli zaplanować sprawdzenie dysku i po uruchomieniu jest napisane, że sprawdzenie dysku jest zalecana, a potem mówi, że został odwołany? There is obviously something wrong because when I open IE about a hundred pages open and same with microsoft outlook. Istnieje oczywiście coś nie tak, bo kiedy otwarte tj. około stu stron otwarte i tym samym z Microsoft Outlook.
I've actually got Windows XP, though. I've got rzeczywiście Windows XP, though.
My disk check is stuck at stage 4! Moje sprawdzenie dysku tkwi w fazie 4! I am having major problems with a just 2 day old laptop! Mam poważne problemy z zaledwie 2 dni starym laptopie! Do I just let it sit, or cancel? Czy tylko niech się usiąść lub anulować? could it be a manufacturer issue with the driver? może to być problem ze sterownikiem do producenta? An suggestions… please e-mail me. Sugestie ... proszę wysłać e-mail do mnie.
I also have the problem that it says cant scan when the disc is in use…..do you want to schedule? Mam też problem, że mówi cant skanowania, gdy dysk jest w użyciu ... .. chcesz zaplanować? so i schedule …but then when i reboot…..nothing happens….it doesnt scan…if there a way to force a scan or what do you do next? Kalendarz i tak ... ale kiedy reboot i ... .. nic się nie dzieje .... it doesnt skanowania ... jeżeli istnieje sposób na życie skanowania lub co zrobić dalej?
Great Article and very informative.Thanks! Świetny artykuł i bardzo informative.Thanks!
Thank you for taking the time to do this. Dziękujemy za poświęcony czas to zrobić.
Very helpful. Bardzo pomocne.
I log in as an admin but cannot carry out simple tasks such as chkdsk. Zalogować się jako admin, ale nie może wykonywać prostych zadań, takich jak chkdsk. This problem started the day i had a new anti-virus installed. Ten problem zaczął się dzień i nowe antywirusowe zainstalowane. Please hep. Proszę hep.
Hi, Cześć,
I have the same problem as Nancy Floyd. Mam ten sam problem jak Nancy Floyd. I've tried doing the scannow in the cmd prompt and only get to about 69% before it stops. Próbowałem robić scannow w cmd wierzyciel i tylko dostać się do około 69%, zanim się zatrzyma. I can't do a system restore, i only have 2 restore dates to choose from and both of them have corrupted files and then i'm told to do a check disk, but can't get my computer to do the check disk. Nie mogę tego zrobić przywracanie systemu, mam tylko 2 przywracania terminów do wyboru i oba są uszkodzone pliki i następnie Słyszałem, że do wyboru dysku, ale nie może dostać mój komputer do sprawdzenia dysku. How do i force my computer to do the check disk? Jak mogę zmusić swój komputer do sprawdzenia dysku?
thanks, dzięki,
Leah Leah