| Home | Register | Members | Search | Windows Vista Tips | File Database | Links |
![]() |
| Thread Tools | Display Modes |
|
|
|
| |
|
Mary
Guest
Posts: n/a
|
If you run Chkdsk with no parameters or you don't select Fix Errors, this is
normal. To see the results or watch it run, you must add the /R. Like this: CHKDSK /R Leave a space before the /R. Smartdisk and firelite might not be vista compatible. Check with the manufacturers. There might be nothing wrong with the disk. It could be those programs do not recognize the OS. "Jeff" wrote: > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > external hard drive (SmartDisk, Firelite). When I select the disks that I > want to backup in the Backup and Restore Center program, an error message > pops up which tells me “The Disk C: has errors.” I click the link to check > the disk for errors, and schedule a Check disk for the next time Windows > starts up. I close all my programs and restart my computer – Vista starts > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > Checking and choose to Check Disk at the next start up. I turn off the > machine this time, and turn it on again. Still nothing. I’ve done this > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
Jeff
Guest
Posts: n/a
|
When I type in CHKDSK /R a DOS window pops up for a split second then
disappears. I opened the Task Manager and don't see Check Disk or anything similar in the applications/processes tabs. I just bought this computer a month ago from Dell - what can I do? "Jeff" wrote: > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > external hard drive (SmartDisk, Firelite). When I select the disks that I > want to backup in the Backup and Restore Center program, an error message > pops up which tells me “The Disk C: has errors.” I click the link to check > the disk for errors, and schedule a Check disk for the next time Windows > starts up. I close all my programs and restart my computer – Vista starts > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > Checking and choose to Check Disk at the next start up. I turn off the > machine this time, and turn it on again. Still nothing. I’ve done this > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
Dutchscout
Guest
Posts: n/a
|
Hey Jeff-
(If you don't want the technical stuff just jump to the starred portion) I'm having the same problem (with a Vista Dell)- it's not that chkdsk doesn't show anything on boot, it's that it doesn't run on boot at all, and the 'dirty bit' is still set on drive c. I contacted Dell about this problem and didn't get too much help. I eventually just booted up from the installation DVD and ran chkdsk. A little background - whenever windows thinks there might be file system errors, like a power failure during a file transfer, etc. Windows (XP and Vista) sets what's called the dirty bit on the volume to remind itself to check the volume. If windows is working correctly, it will automatically scan this volume during the next bootup. This is not happening in our case. There is an easy way to check if a volume has the dirty bit set. You simply run cmd.exe (Command Prompt) as Administrator (right click... run as Administrator) then enter 'fsutil dirty query c:' if the bit is set, you get the message: 'Volume - c: is Dirty' and the backup utility won't run. In fact, you can even set the bit 'on' manually with 'fsutil dirty set c:' to 'force' windows to think the drive is dirty and automatically scan it on the next boot. Unfortunately, Vista is still not scanning my drive either, and there is no command in fsutil to 'unset' the dirty bit. The only way I know of is to run chkdsk with repair options. Then Windows verifies the file system is in good shape and resets the volume's 'dirty bit.' However, since Windows won't repair the drive while it's in use, you have to use the Installation DVD. So, * * * * The solution for you is to boot to the Vista installation DVD, choose repair console, then run chkdsk with repair options. If you use the command line in the repair utility, this would be: chkdsk c: /r * * * * I hope this helps you fix your problem. Unfortunately for me, I'm having the same problem but I'm out of country right now and I left my installation DVD at home :'( dutchscout PS I am still frustrated with this problem, and I may contact Microsoft and pay the $50 to have them tell me what's wrong. I'm still covered by Dell support, but they're new at this Vista thing too, so they may not know what to do either. "Jeff" wrote: > When I type in CHKDSK /R a DOS window pops up for a split second then > disappears. I opened the Task Manager and don't see Check Disk or anything > similar in the applications/processes tabs. I just bought this computer a > month ago from Dell - what can I do? > > "Jeff" wrote: > > > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > > external hard drive (SmartDisk, Firelite). When I select the disks that I > > want to backup in the Backup and Restore Center program, an error message > > pops up which tells me “The Disk C: has errors.” I click the link to check > > the disk for errors, and schedule a Check disk for the next time Windows > > starts up. I close all my programs and restart my computer – Vista starts > > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > > Checking and choose to Check Disk at the next start up. I turn off the > > machine this time, and turn it on again. Still nothing. I’ve done this > > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
SteveAB
Guest
Posts: n/a
|
I have a three month old Dell laptop and am having the same problem running
scan disk, although I was doing it as part of routine maintenance. I spent 40 minutes on the phone with Dell and they could not tell me what the problem was. Clearly this is a Dell issue. "Dutchscout" wrote: > Hey Jeff- > > (If you don't want the technical stuff just jump to the starred portion) > I'm having the same problem (with a Vista Dell)- it's not that chkdsk > doesn't show anything on boot, it's that it doesn't run on boot at all, and > the 'dirty bit' is still set on drive c. I contacted Dell about this problem > and didn't get too much help. I eventually just booted up from the > installation DVD and ran chkdsk. A little background - whenever windows > thinks there might be file system errors, like a power failure during a file > transfer, etc. Windows (XP and Vista) sets what's called the dirty bit on the > volume to remind itself to check the volume. If windows is working > correctly, it will automatically scan this volume during the next bootup. > This is not happening in our case. > > There is an easy way to check if a volume has the dirty bit set. You simply > run cmd.exe (Command Prompt) as Administrator (right click... run as > Administrator) then enter > > 'fsutil dirty query c:' > > if the bit is set, you get the message: > > 'Volume - c: is Dirty' > > and the backup utility won't run. In fact, you can even set the bit 'on' > manually with 'fsutil dirty set c:' to 'force' windows to think the drive is > dirty and automatically scan it on the next boot. Unfortunately, Vista is > still not scanning my drive either, and there is no command in fsutil to > 'unset' the dirty bit. The only way I know of is to run chkdsk with repair > options. Then Windows verifies the file system is in good shape and resets > the volume's 'dirty bit.' However, since Windows won't repair the drive > while it's in use, you have to use the Installation DVD. So, > > * * * * > The solution for you is to boot to the Vista installation DVD, choose repair > console, then run chkdsk with repair options. If you use the command line in > the repair utility, this would be: > chkdsk c: /r > * * * * > > I hope this helps you fix your problem. Unfortunately for me, I'm having > the same problem but I'm out of country right now and I left my installation > DVD at home :'( > > dutchscout > > PS I am still frustrated with this problem, and I may contact Microsoft and > pay the $50 to have them tell me what's wrong. I'm still covered by Dell > support, but they're new at this Vista thing too, so they may not know what > to do either. > > > "Jeff" wrote: > > > When I type in CHKDSK /R a DOS window pops up for a split second then > > disappears. I opened the Task Manager and don't see Check Disk or anything > > similar in the applications/processes tabs. I just bought this computer a > > month ago from Dell - what can I do? > > > > "Jeff" wrote: > > > > > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > > > external hard drive (SmartDisk, Firelite). When I select the disks that I > > > want to backup in the Backup and Restore Center program, an error message > > > pops up which tells me “The Disk C: has errors.” I click the link to check > > > the disk for errors, and schedule a Check disk for the next time Windows > > > starts up. I close all my programs and restart my computer – Vista starts > > > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > > > Checking and choose to Check Disk at the next start up. I turn off the > > > machine this time, and turn it on again. Still nothing. I’ve done this > > > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
Dutchscout
Guest
Posts: n/a
|
I just resent the issue to Dell. I hope I get a response... Maybe they'll
put up a hotfix or something... dutchscout "SteveAB" wrote: > I have a three month old Dell laptop and am having the same problem running > scan disk, although I was doing it as part of routine maintenance. I spent > 40 minutes on the phone with Dell and they could not tell me what the problem > was. Clearly this is a Dell issue. > > "Dutchscout" wrote: > > > Hey Jeff- > > > > (If you don't want the technical stuff just jump to the starred portion) > > I'm having the same problem (with a Vista Dell)- it's not that chkdsk > > doesn't show anything on boot, it's that it doesn't run on boot at all, and > > the 'dirty bit' is still set on drive c. I contacted Dell about this problem > > and didn't get too much help. I eventually just booted up from the > > installation DVD and ran chkdsk. A little background - whenever windows > > thinks there might be file system errors, like a power failure during a file > > transfer, etc. Windows (XP and Vista) sets what's called the dirty bit on the > > volume to remind itself to check the volume. If windows is working > > correctly, it will automatically scan this volume during the next bootup. > > This is not happening in our case. > > > > There is an easy way to check if a volume has the dirty bit set. You simply > > run cmd.exe (Command Prompt) as Administrator (right click... run as > > Administrator) then enter > > > > 'fsutil dirty query c:' > > > > if the bit is set, you get the message: > > > > 'Volume - c: is Dirty' > > > > and the backup utility won't run. In fact, you can even set the bit 'on' > > manually with 'fsutil dirty set c:' to 'force' windows to think the drive is > > dirty and automatically scan it on the next boot. Unfortunately, Vista is > > still not scanning my drive either, and there is no command in fsutil to > > 'unset' the dirty bit. The only way I know of is to run chkdsk with repair > > options. Then Windows verifies the file system is in good shape and resets > > the volume's 'dirty bit.' However, since Windows won't repair the drive > > while it's in use, you have to use the Installation DVD. So, > > > > * * * * > > The solution for you is to boot to the Vista installation DVD, choose repair > > console, then run chkdsk with repair options. If you use the command line in > > the repair utility, this would be: > > chkdsk c: /r > > * * * * > > > > I hope this helps you fix your problem. Unfortunately for me, I'm having > > the same problem but I'm out of country right now and I left my installation > > DVD at home :'( > > > > dutchscout > > > > PS I am still frustrated with this problem, and I may contact Microsoft and > > pay the $50 to have them tell me what's wrong. I'm still covered by Dell > > support, but they're new at this Vista thing too, so they may not know what > > to do either. > > > > > > "Jeff" wrote: > > > > > When I type in CHKDSK /R a DOS window pops up for a split second then > > > disappears. I opened the Task Manager and don't see Check Disk or anything > > > similar in the applications/processes tabs. I just bought this computer a > > > month ago from Dell - what can I do? > > > > > > "Jeff" wrote: > > > > > > > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > > > > external hard drive (SmartDisk, Firelite). When I select the disks that I > > > > want to backup in the Backup and Restore Center program, an error message > > > > pops up which tells me “The Disk C: has errors.” I click the link to check > > > > the disk for errors, and schedule a Check disk for the next time Windows > > > > starts up. I close all my programs and restart my computer – Vista starts > > > > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > > > > Checking and choose to Check Disk at the next start up. I turn off the > > > > machine this time, and turn it on again. Still nothing. I’ve done this > > > > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
SteveAB
Guest
Posts: n/a
|
First, I ran "fsutil dirty query c:" and it came back "NOT dirty." So there
is clearly something else going on here. I called Microsoft and spent 2 hours on the phone with a quite knowledgable tech, who periodically consulted with this colleagues. We tried all sorts of things, none successful. MS has not elevated the problem to their "research team," and are supossed to call me back on Thursday. If they find a fix, I will post it here. "Dutchscout" wrote: > I just resent the issue to Dell. I hope I get a response... Maybe they'll > put up a hotfix or something... > > dutchscout > > "SteveAB" wrote: > > > I have a three month old Dell laptop and am having the same problem running > > scan disk, although I was doing it as part of routine maintenance. I spent > > 40 minutes on the phone with Dell and they could not tell me what the problem > > was. Clearly this is a Dell issue. > > > > "Dutchscout" wrote: > > > > > Hey Jeff- > > > > > > (If you don't want the technical stuff just jump to the starred portion) > > > I'm having the same problem (with a Vista Dell)- it's not that chkdsk > > > doesn't show anything on boot, it's that it doesn't run on boot at all, and > > > the 'dirty bit' is still set on drive c. I contacted Dell about this problem > > > and didn't get too much help. I eventually just booted up from the > > > installation DVD and ran chkdsk. A little background - whenever windows > > > thinks there might be file system errors, like a power failure during a file > > > transfer, etc. Windows (XP and Vista) sets what's called the dirty bit on the > > > volume to remind itself to check the volume. If windows is working > > > correctly, it will automatically scan this volume during the next bootup. > > > This is not happening in our case. > > > > > > There is an easy way to check if a volume has the dirty bit set. You simply > > > run cmd.exe (Command Prompt) as Administrator (right click... run as > > > Administrator) then enter > > > > > > 'fsutil dirty query c:' > > > > > > if the bit is set, you get the message: > > > > > > 'Volume - c: is Dirty' > > > > > > and the backup utility won't run. In fact, you can even set the bit 'on' > > > manually with 'fsutil dirty set c:' to 'force' windows to think the drive is > > > dirty and automatically scan it on the next boot. Unfortunately, Vista is > > > still not scanning my drive either, and there is no command in fsutil to > > > 'unset' the dirty bit. The only way I know of is to run chkdsk with repair > > > options. Then Windows verifies the file system is in good shape and resets > > > the volume's 'dirty bit.' However, since Windows won't repair the drive > > > while it's in use, you have to use the Installation DVD. So, > > > > > > * * * * > > > The solution for you is to boot to the Vista installation DVD, choose repair > > > console, then run chkdsk with repair options. If you use the command line in > > > the repair utility, this would be: > > > chkdsk c: /r > > > * * * * > > > > > > I hope this helps you fix your problem. Unfortunately for me, I'm having > > > the same problem but I'm out of country right now and I left my installation > > > DVD at home :'( > > > > > > dutchscout > > > > > > PS I am still frustrated with this problem, and I may contact Microsoft and > > > pay the $50 to have them tell me what's wrong. I'm still covered by Dell > > > support, but they're new at this Vista thing too, so they may not know what > > > to do either. > > > > > > > > > "Jeff" wrote: > > > > > > > When I type in CHKDSK /R a DOS window pops up for a split second then > > > > disappears. I opened the Task Manager and don't see Check Disk or anything > > > > similar in the applications/processes tabs. I just bought this computer a > > > > month ago from Dell - what can I do? > > > > > > > > "Jeff" wrote: > > > > > > > > > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > > > > > external hard drive (SmartDisk, Firelite). When I select the disks that I > > > > > want to backup in the Backup and Restore Center program, an error message > > > > > pops up which tells me “The Disk C: has errors.” I click the link to check > > > > > the disk for errors, and schedule a Check disk for the next time Windows > > > > > starts up. I close all my programs and restart my computer – Vista starts > > > > > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > > > > > Checking and choose to Check Disk at the next start up. I turn off the > > > > > machine this time, and turn it on again. Still nothing. I’ve done this > > > > > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
Dutchscout
Guest
Posts: n/a
|
Ahah!
Okay, I got the no-scan-on-startup problem fixed on my computer. Credit definately goes to the blogger who posted on this topic. I'll add the link, but know that the first 3/4 of the article includes some frustrated profanity. In a nutshell the stupid autochk.exe file is corrupted somehow, so all you do is replace it. This takes some work in Vista, but it worked for me. My computer scanned! I believe this was the real problem because my computer used to scan itself, but wouldn't after a while. There is a very significant chance the problem came from a microsoft hotfix. I'll leave it to them to figure out if that's what happened or which hotfix, etc... All I care about is my computer scans itself without recovery console So hereare the steps to fix this problem in Vista... the only problem is you will need a windows XP Install disk (I'll explain why...) Go to C:\Windows\System32 Right click on Autochk.exe -> Properties Click the Security tab, then click Advanced (button) On the new window 'Advanced Security Settings for Autochk.exe' click the 'Owner' tab Below the box labeled 'Change owner to:' click 'Edit...' In the new window, under 'Change owner to:' select yourself (or the Administrators group), then click OK Close all property windows for autochk.exe, then go back to (right click) Properties->Security Click 'Edit...' On the window 'Permissions for Autochk.exe' select the Administrators group, then under 'Allow' click the 'Full Control' checkbox Click OK and close the property windows Ok...NOW you can rename autochk.exe to autochk_old.exe (that took a lot of work!) Now, I looked at Vista's installation DVD. All of the system files are tucked nicely into 1 .wim file. This is a windows image file, and I'm not sure how to pull the files out of it, so I just grabbed a handy XP installation CD. The autochk.exe file is located at (DriveLetter):\I386\AUTOCHK.EXE Copy the AUTOCHK.EXE file from the XP installation disk to C:\WINDOWS\SYSTEM32\AUTOCHK.EXE and you should be good to go! I'll recontact Dell with this information, apparently other (non-Dell) users are having this problem too. Oh, yeah, the site where I found the solution: "http://www.suehappycowboy.org/blog/?p=112" Thanks very very much! dutchscout PS As a followup, I searched online for 'how to open a wim file' in order to get the vista 'version' AUTOCHK.EXE from the install.wim file on the install disk. The process seems a little complicated, but there is a toolkit from Microsoft for it. I'm probably just going to stick with the XP version until there is a hotfix for this problem. The Microsoft toolkit for .wim files is called the Windows Automated Installation Kit (WAIK) and is mostly for system administrators. If you want to, though give it a try and let me know how it goes! You might want to read this first: http://www.windowsitpro.com/Article/...616/94616.html "SteveAB" wrote: > First, I ran "fsutil dirty query c:" and it came back "NOT dirty." So there > is clearly something else going on here. > > I called Microsoft and spent 2 hours on the phone with a quite knowledgable > tech, who periodically consulted with this colleagues. We tried all sorts of > things, none successful. MS has not elevated the problem to their "research > team," and are supossed to call me back on Thursday. If they find a fix, I > will post it here. > > "Dutchscout" wrote: > > > I just resent the issue to Dell. I hope I get a response... Maybe they'll > > put up a hotfix or something... > > > > dutchscout > > > > "SteveAB" wrote: > > > > > I have a three month old Dell laptop and am having the same problem running > > > scan disk, although I was doing it as part of routine maintenance. I spent > > > 40 minutes on the phone with Dell and they could not tell me what the problem > > > was. Clearly this is a Dell issue. > > > > > > "Dutchscout" wrote: > > > > > > > Hey Jeff- > > > > > > > > (If you don't want the technical stuff just jump to the starred portion) > > > > I'm having the same problem (with a Vista Dell)- it's not that chkdsk > > > > doesn't show anything on boot, it's that it doesn't run on boot at all, and > > > > the 'dirty bit' is still set on drive c. I contacted Dell about this problem > > > > and didn't get too much help. I eventually just booted up from the > > > > installation DVD and ran chkdsk. A little background - whenever windows > > > > thinks there might be file system errors, like a power failure during a file > > > > transfer, etc. Windows (XP and Vista) sets what's called the dirty bit on the > > > > volume to remind itself to check the volume. If windows is working > > > > correctly, it will automatically scan this volume during the next bootup. > > > > This is not happening in our case. > > > > > > > > There is an easy way to check if a volume has the dirty bit set. You simply > > > > run cmd.exe (Command Prompt) as Administrator (right click... run as > > > > Administrator) then enter > > > > > > > > 'fsutil dirty query c:' > > > > > > > > if the bit is set, you get the message: > > > > > > > > 'Volume - c: is Dirty' > > > > > > > > and the backup utility won't run. In fact, you can even set the bit 'on' > > > > manually with 'fsutil dirty set c:' to 'force' windows to think the drive is > > > > dirty and automatically scan it on the next boot. Unfortunately, Vista is > > > > still not scanning my drive either, and there is no command in fsutil to > > > > 'unset' the dirty bit. The only way I know of is to run chkdsk with repair > > > > options. Then Windows verifies the file system is in good shape and resets > > > > the volume's 'dirty bit.' However, since Windows won't repair the drive > > > > while it's in use, you have to use the Installation DVD. So, > > > > > > > > * * * * > > > > The solution for you is to boot to the Vista installation DVD, choose repair > > > > console, then run chkdsk with repair options. If you use the command line in > > > > the repair utility, this would be: > > > > chkdsk c: /r > > > > * * * * > > > > > > > > I hope this helps you fix your problem. Unfortunately for me, I'm having > > > > the same problem but I'm out of country right now and I left my installation > > > > DVD at home :'( > > > > > > > > dutchscout > > > > > > > > PS I am still frustrated with this problem, and I may contact Microsoft and > > > > pay the $50 to have them tell me what's wrong. I'm still covered by Dell > > > > support, but they're new at this Vista thing too, so they may not know what > > > > to do either. > > > > > > > > > > > > "Jeff" wrote: > > > > > > > > > When I type in CHKDSK /R a DOS window pops up for a split second then > > > > > disappears. I opened the Task Manager and don't see Check Disk or anything > > > > > similar in the applications/processes tabs. I just bought this computer a > > > > > month ago from Dell - what can I do? > > > > > > > > > > "Jeff" wrote: > > > > > > > > > > > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > > > > > > external hard drive (SmartDisk, Firelite). When I select the disks that I > > > > > > want to backup in the Backup and Restore Center program, an error message > > > > > > pops up which tells me “The Disk C: has errors.” I click the link to check > > > > > > the disk for errors, and schedule a Check disk for the next time Windows > > > > > > starts up. I close all my programs and restart my computer – Vista starts > > > > > > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > > > > > > Checking and choose to Check Disk at the next start up. I turn off the > > > > > > machine this time, and turn it on again. Still nothing. I’ve done this > > > > > > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
SteveAB
Guest
Posts: n/a
|
You did much better than I did. I spent approximately 8 hours on the phone
with Microsoft tech reps; apparently at a fairly high level. We got close to what you did, but did not copy the file from the disk. Ultimately, they had me do a reinstall of Vista overwriting the current version (I did not have to clean the harddrive). Although it took an hour or 2 to run, when it was done chkdsk worked properly. The only problem was that it wiped out my sound driver, and it took me a while to figure out the fix (For anyone else reading this with the same problem, find the new driver on Dell's website. Don't just download it. Open the detailed instructions and follow them carefully. "Dutchscout" wrote: > Ahah! > > Okay, I got the no-scan-on-startup problem fixed on my computer. Credit > definately goes to the blogger who posted on this topic. I'll add the link, > but know that the first 3/4 of the article includes some frustrated > profanity. In a nutshell the stupid autochk.exe file is corrupted somehow, > so all you do is replace it. This takes some work in Vista, but it worked > for me. My computer scanned! I believe this was the real problem because my > computer used to scan itself, but wouldn't after a while. There is a very > significant chance the problem came from a microsoft hotfix. I'll leave it > to them to figure out if that's what happened or which hotfix, etc... All I > care about is my computer scans itself without recovery console So here> are the steps to fix this problem in Vista... the only problem is you will > need a windows XP Install disk (I'll explain why...) > > Go to C:\Windows\System32 > Right click on Autochk.exe -> Properties > Click the Security tab, then click Advanced (button) > On the new window 'Advanced Security Settings for Autochk.exe' click the > 'Owner' tab > Below the box labeled 'Change owner to:' click 'Edit...' > In the new window, under 'Change owner to:' select yourself (or the > Administrators group), then click OK > Close all property windows for autochk.exe, then go back to (right click) > Properties->Security > Click 'Edit...' > On the window 'Permissions for Autochk.exe' select the Administrators group, > then under 'Allow' click the 'Full Control' checkbox > Click OK and close the property windows > Ok...NOW you can rename autochk.exe to autochk_old.exe (that took a lot of > work!) > > Now, I looked at Vista's installation DVD. All of the system files are > tucked nicely into 1 .wim file. This is a windows image file, and I'm not > sure how to pull the files out of it, so I just grabbed a handy XP > installation CD. The autochk.exe file is located at > (DriveLetter):\I386\AUTOCHK.EXE > > Copy the AUTOCHK.EXE file from the XP installation disk to > C:\WINDOWS\SYSTEM32\AUTOCHK.EXE and you should be good to go! > > I'll recontact Dell with this information, apparently other (non-Dell) users > are having this problem too. > > Oh, yeah, the site where I found the solution: > "http://www.suehappycowboy.org/blog/?p=112" Thanks very very much! > > dutchscout > > PS As a followup, I searched online for 'how to open a wim file' in order to > get the vista 'version' AUTOCHK.EXE from the install.wim file on the install > disk. The process seems a little complicated, but there is a toolkit from > Microsoft for it. I'm probably just going to stick with the XP version until > there is a hotfix for this problem. The Microsoft toolkit for .wim files is > called the Windows Automated Installation Kit (WAIK) and is mostly for system > administrators. If you want to, though give it a try and let me know how it > goes! You might want to read this first: > http://www.windowsitpro.com/Article/...616/94616.html > > "SteveAB" wrote: > > > First, I ran "fsutil dirty query c:" and it came back "NOT dirty." So there > > is clearly something else going on here. > > > > I called Microsoft and spent 2 hours on the phone with a quite knowledgable > > tech, who periodically consulted with this colleagues. We tried all sorts of > > things, none successful. MS has not elevated the problem to their "research > > team," and are supossed to call me back on Thursday. If they find a fix, I > > will post it here. > > > > "Dutchscout" wrote: > > > > > I just resent the issue to Dell. I hope I get a response... Maybe they'll > > > put up a hotfix or something... > > > > > > dutchscout > > > > > > "SteveAB" wrote: > > > > > > > I have a three month old Dell laptop and am having the same problem running > > > > scan disk, although I was doing it as part of routine maintenance. I spent > > > > 40 minutes on the phone with Dell and they could not tell me what the problem > > > > was. Clearly this is a Dell issue. > > > > > > > > "Dutchscout" wrote: > > > > > > > > > Hey Jeff- > > > > > > > > > > (If you don't want the technical stuff just jump to the starred portion) > > > > > I'm having the same problem (with a Vista Dell)- it's not that chkdsk > > > > > doesn't show anything on boot, it's that it doesn't run on boot at all, and > > > > > the 'dirty bit' is still set on drive c. I contacted Dell about this problem > > > > > and didn't get too much help. I eventually just booted up from the > > > > > installation DVD and ran chkdsk. A little background - whenever windows > > > > > thinks there might be file system errors, like a power failure during a file > > > > > transfer, etc. Windows (XP and Vista) sets what's called the dirty bit on the > > > > > volume to remind itself to check the volume. If windows is working > > > > > correctly, it will automatically scan this volume during the next bootup. > > > > > This is not happening in our case. > > > > > > > > > > There is an easy way to check if a volume has the dirty bit set. You simply > > > > > run cmd.exe (Command Prompt) as Administrator (right click... run as > > > > > Administrator) then enter > > > > > > > > > > 'fsutil dirty query c:' > > > > > > > > > > if the bit is set, you get the message: > > > > > > > > > > 'Volume - c: is Dirty' > > > > > > > > > > and the backup utility won't run. In fact, you can even set the bit 'on' > > > > > manually with 'fsutil dirty set c:' to 'force' windows to think the drive is > > > > > dirty and automatically scan it on the next boot. Unfortunately, Vista is > > > > > still not scanning my drive either, and there is no command in fsutil to > > > > > 'unset' the dirty bit. The only way I know of is to run chkdsk with repair > > > > > options. Then Windows verifies the file system is in good shape and resets > > > > > the volume's 'dirty bit.' However, since Windows won't repair the drive > > > > > while it's in use, you have to use the Installation DVD. So, > > > > > > > > > > * * * * > > > > > The solution for you is to boot to the Vista installation DVD, choose repair > > > > > console, then run chkdsk with repair options. If you use the command line in > > > > > the repair utility, this would be: > > > > > chkdsk c: /r > > > > > * * * * > > > > > > > > > > I hope this helps you fix your problem. Unfortunately for me, I'm having > > > > > the same problem but I'm out of country right now and I left my installation > > > > > DVD at home :'( > > > > > > > > > > dutchscout > > > > > > > > > > PS I am still frustrated with this problem, and I may contact Microsoft and > > > > > pay the $50 to have them tell me what's wrong. I'm still covered by Dell > > > > > support, but they're new at this Vista thing too, so they may not know what > > > > > to do either. > > > > > > > > > > > > > > > "Jeff" wrote: > > > > > > > > > > > When I type in CHKDSK /R a DOS window pops up for a split second then > > > > > > disappears. I opened the Task Manager and don't see Check Disk or anything > > > > > > similar in the applications/processes tabs. I just bought this computer a > > > > > > month ago from Dell - what can I do? > > > > > > > > > > > > "Jeff" wrote: > > > > > > > > > > > > > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > > > > > > > external hard drive (SmartDisk, Firelite). When I select the disks that I > > > > > > > want to backup in the Backup and Restore Center program, an error message > > > > > > > pops up which tells me “The Disk C: has errors.” I click the link to check > > > > > > > the disk for errors, and schedule a Check disk for the next time Windows > > > > > > > starts up. I close all my programs and restart my computer – Vista starts > > > > > > > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > > > > > > > Checking and choose to Check Disk at the next start up. I turn off the > > > > > > > machine this time, and turn it on again. Still nothing. I’ve done this > > > > > > > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
Dutchscout
Guest
Posts: n/a
|
Hey Jeff... I'm just reentering this in case you didn't get the reply earlier
Ahah! Okay, I got the no-scan-on-startup problem fixed on my computer. Credit definately goes to the blogger who posted on this topic. I'll add the link, but know that the first 3/4 of the article includes some frustrated profanity. In a nutshell the stupid autochk.exe file is corrupted somehow, so all you do is replace it. This takes some work in Vista, but it worked for me. My computer scanned! I believe this was the real problem because my computer used to scan itself, but wouldn't after a while. There is a very significant chance the problem came from a microsoft hotfix. I'll leave it to them to figure out if that's what happened or which hotfix, etc... All I care about is my computer scans itself without recovery console So hereare the steps to fix this problem in Vista... the only problem is you will need a windows XP Install disk (I'll explain why...) Go to C:\Windows\System32 Right click on Autochk.exe -> Properties Click the Security tab, then click Advanced (button) On the new window 'Advanced Security Settings for Autochk.exe' click the 'Owner' tab Below the box labeled 'Change owner to:' click 'Edit...' In the new window, under 'Change owner to:' select yourself (or the Administrators group), then click OK Close all property windows for autochk.exe, then go back to (right click) Properties->Security Click 'Edit...' On the window 'Permissions for Autochk.exe' select the Administrators group, then under 'Allow' click the 'Full Control' checkbox Click OK and close the property windows Ok...NOW you can rename autochk.exe to autochk_old.exe (that took a lot of work!) Now, I looked at Vista's installation DVD. All of the system files are tucked nicely into 1 .wim file. This is a windows image file, and I'm not sure how to pull the files out of it, so I just grabbed a handy XP installation CD. The autochk.exe file is located at (DriveLetter):\I386\AUTOCHK.EXE Copy the AUTOCHK.EXE file from the XP installation disk to C:\WINDOWS\SYSTEM32\AUTOCHK.EXE and you should be good to go! I'll recontact Dell with this information, apparently other (non-Dell) users are having this problem too. Oh, yeah, the site where I found the solution: "http://www.suehappycowboy.org/blog/?p=112" Thanks very very much! dutchscout PS As a followup, I searched online for 'how to open a wim file' in order to get the vista 'version' AUTOCHK.EXE from the install.wim file on the install disk. The process seems a little complicated, but there is a toolkit from Microsoft for it. I'm probably just going to stick with the XP version until there is a hotfix for this problem. The Microsoft toolkit for .wim files is called the Windows Automated Installation Kit (WAIK) and is mostly for system administrators. If you want to, though give it a try and let me know how it goes! You might want to read this first: http://www.windowsitpro.com/Article/...616/94616.html "Jeff" wrote: > I’m trying to use Vista’s Backup and Restore Center to backup my files on an > external hard drive (SmartDisk, Firelite). When I select the disks that I > want to backup in the Backup and Restore Center program, an error message > pops up which tells me “The Disk C: has errors.” I click the link to check > the disk for errors, and schedule a Check disk for the next time Windows > starts up. I close all my programs and restart my computer – Vista starts > normally with no Error Check. I go to Computer -> C:-> Properties-> Error > Checking and choose to Check Disk at the next start up. I turn off the > machine this time, and turn it on again. Still nothing. I’ve done this > about 4 times with no results. What could be the problem? |
|
|
|
|
|||
|
|||
|
|
|
| |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fax and Scan auto startup | Tim Stone | Windows Vista Printing / Faxing / Scanning | 3 | 04-24-2008 10:20 AM |
| Scan Disk won't work!! | ALP | Windows Vista General Discussion | 3 | 02-10-2008 04:33 PM |
| Scan disk | Stedman | Windows Vista General Discussion | 5 | 11-25-2007 08:32 PM |
| Getting Scan Disk to work | Dusty | Windows Vista General Discussion | 3 | 11-16-2007 12:00 AM |
| Scan Disk | JCO | Windows Vista General Discussion | 4 | 08-30-2006 08:35 PM |
Forum Software Powered by vBulletin, Copyright Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc. |



Linear Mode

