Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista Tutorial - ChkDsk

Reply
 
Old 07-19-2007   #1 (permalink)
Steve
Guest


 
 

ChkDsk

A friend says he's getting this message every time he tries to run AIM
or itunes: The file or directory is corrupt and unreadable, run chk
dsk utility.

He says the programs run with no problems, but wants to know how to
stop the message from popping up each time - ?


--

Good breeding consists of concealing how much we think of ourselves and how little we think of the other person.

....Mark Twain

My System SpecsSystem Spec
Old 07-20-2007   #2 (permalink)
Lang Murphy
Guest


 
 

Re: ChkDsk

"Steve" <dbn@whc.inv> wrote in message
news:d82v93lnntu28rth0kgn2j619u2egkttsr@4ax.com...
>A friend says he's getting this message every time he tries to run AIM
> or itunes: The file or directory is corrupt and unreadable, run chk
> dsk utility.
>
> He says the programs run with no problems, but wants to know how to
> stop the message from popping up each time - ?
>
>
> --
>
> Good breeding consists of concealing how much we think of ourselves and
> how little we think of the other person.
>
> ...Mark Twain



The OS isn't throwing that error msg for no reason... quite likely that
neither program hits the questionable file or directory during everyday use.

The best way to get rid of the error msg is to... holy crap! Run chkdsk!
(Sorry, couldn't resist...)

It can be done either through the UI or in a cmd window. If the programs are
on the same partition as the OS, chkdsk will need to restart the system and
run the disk check prior to booting into the OS. And it may take a while,
depending on the size of the disk and whether it's really "crapped up" or
not.

If you need detailed instructions... post back...

Lang


My System SpecsSystem Spec
Old 07-20-2007   #3 (permalink)
davy
Guest


 
 

Re: ChkDsk


How about a restore in Help and Support, or try going to safe mode and
selecting boot from the "Last good configuration that worked", you don't
know your luck in a raffle..?

Trouble is when you use restore you have to go round updating any lost
updates... ie, Windows, AV, Spyware or what have you from the start of
the new restore date.

Davy


My System SpecsSystem Spec
Old 07-24-2007   #4 (permalink)
Steve
Guest


 
 

Re: ChkDsk

Trying to run chkdsk. Vista says it's scheduled for next boot, but
then it boots normally, apparently without running chkdsk first. Any
way to force it to run?


--


When they discover the center of the universe,
a lot of people will be disappointed to discover they are not it.

....Bernard Bailey
My System SpecsSystem Spec
Old 07-24-2007   #5 (permalink)
Steve
Guest


 
 

Re: ChkDsk

Followed the instructions at
http://www.maximumpcguides.com/how-t...-windows-vista

Scheduled for next reboot, then rebooted. Normal reboot, chkdsk did
not appear to run. Is there a way to confirm whether or not it
actually ran?


--


When they discover the center of the universe,
a lot of people will be disappointed to discover they are not it.

....Bernard Bailey
My System SpecsSystem Spec
Old 07-24-2007   #6 (permalink)
dean-dean
Guest


 
 

Re: ChkDsk

If you have a Vista installation DVD, perhaps try booting from that. Then
use the "Repair your computer" > "System Recovery Options" > "Command
Prompt" on the DVD. If C is where Vista is installed, type:

chkdsk c: /f

See this as to how to get there:

http://www.bleepingcomputer.com/tuto...torial147.html

"Steve" <dbn@whc.inv> wrote in message
news:1lvca3pbhu1dr9qqmktqnj9hn391vb4cr5@4ax.com...
> Followed the instructions at
> http://www.maximumpcguides.com/how-t...-windows-vista
>
> Scheduled for next reboot, then rebooted. Normal reboot, chkdsk did
> not appear to run. Is there a way to confirm whether or not it
> actually ran?
>
>
> --
>
>
> When they discover the center of the universe,
> a lot of people will be disappointed to discover they are not it.
>
> ...Bernard Bailey


My System SpecsSystem Spec
Old 07-25-2007   #7 (permalink)
Steve
Guest


 
 

Re: ChkDsk

"dean-dean" <dean-dean@discussions.microsoft.com> wrote:
>> Scheduled for next reboot, then rebooted. Normal reboot, chkdsk did
>> not appear to run. Is there a way to confirm whether or not it
>> actually ran?


>If you have a Vista installation DVD, perhaps try booting from that. Then
>use the "Repair your computer" > "System Recovery Options" > "Command
>Prompt" on the DVD. If C is where Vista is installed, type:
>chkdsk c: /f


Thanks, I'll try that, but shouldn't it run normally from within Vista
or at reboot?


--


When they discover the center of the universe,
a lot of people will be disappointed to discover they are not it.

....Bernard Bailey
My System SpecsSystem Spec
Old 07-25-2007   #8 (permalink)
dean-dean
Guest


 
 

Re: ChkDsk

Yes, it should run normally. It would be hard to miss, at reboot, having a
big blue screen with some text, coming up shortly after you booted. It
finishes it's scan with a lot of text. But it's not working, as you say.
Given your original post, I think it's important to run chkdsk, one way or
another, or at least try. The error messages, and the failure of chkdsk to
run as scheduled, is not looking good.

You may also want to do this. Right click on Command Prompt (Start
Menu\Programs\Accessories), and choose
Run as Administrator. Copy the following, and Paste it after the prompt.

sfc /SCANFILE="C:\Windows\System32\chkdsk.exe"

Press Enter.

sfc /SCANFILE="C:\Windows\System32\autochk.exe"

Press Enter.

If everything's okay, you'll get a positive message from Windows Resource
Protection regarding each file. If you want to check all your system files,
and some pertinent registry keys, Copy and Paste this:

sfc /scannow

Press Enter. It may take a few minutes...


"Steve" <dbn@whc.inv> wrote in message
news:jblda31k1ehkd4v9m6vrq8250udchi81e7@4ax.com...
> "dean-dean" <dean-dean@discussions.microsoft.com> wrote:
>>> Scheduled for next reboot, then rebooted. Normal reboot, chkdsk did
>>> not appear to run. Is there a way to confirm whether or not it
>>> actually ran?

>
>>If you have a Vista installation DVD, perhaps try booting from that. Then
>>use the "Repair your computer" > "System Recovery Options" > "Command
>>Prompt" on the DVD. If C is where Vista is installed, type:
>>chkdsk c: /f

>
> Thanks, I'll try that, but shouldn't it run normally from within Vista
> or at reboot?
>
>
> --
>
>
> When they discover the center of the universe,
> a lot of people will be disappointed to discover they are not it.
>
> ...Bernard Bailey


My System SpecsSystem Spec
Old 07-28-2007   #9 (permalink)
atebo88
Guest


 
 

Re: ChkDsk


lol, i found this site with a similar problem, and i think it's working.
thanks


--
atebo88
------------------------------------------------------------------------
atebo88's Profile: http://forums.techarena.in/member.php?userid=28627
View this thread: http://forums.techarena.in/showthread.php?t=786458

http://forums.techarena.in

My System SpecsSystem Spec
Old 08-23-2007   #10 (permalink)
uvbogden
Guest


 
 

Re: ChkDsk

My computer was unable to do error checking (chkdsk) and errors began to
accumulate. System restore did not go back far enough to restore this
function. System File Check identified a corrupt system file "autochk.exe"
that sfc was unable to repair. Instead of doing a clean install, I was able
to do an Upgrade Install that preserved my programs, devices, settings, etc.
(see John Barnett Windows MVP).

I wanted to replace my corrupt system file with a good one from the Vista
Install DVD without having to do a complete install, but was unable to do
this until now. From multiple sources including contributors on Vista
Communities, Windows IT Pro, How-To Geek, and Vistax64 Forum, I have put
together a tutorial on how to access files from your Vista Install DVD that
you can use to replace corrupt files in your OS. See the link below:

Access Vista Install DVD Files

System File Check will identify corrupt system files that it can't repair
(see CBS.log). You can replace your corrupt files with good copies from the
Vista Install DVD. Many thanks to those who contributed to this solution.


"atebo88" wrote:

>
> lol, i found this site with a similar problem, and i think it's working.
> thanks
>
>
> --
> atebo88
> ------------------------------------------------------------------------
> atebo88's Profile: http://forums.techarena.in/member.php?userid=28627
> View this thread: http://forums.techarena.in/showthread.php?t=786458
>
> http://forums.techarena.in
>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Solved CHKDSK won't General Discussion
CHKDSK /R or CHKDSK /F permission issues. Vista General
Can't Run ChkDsk on C: Vista performance & maintenance
anything better than chkdsk? Vista performance & maintenance
Chkdsk won't run Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46