Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: defrag  (Read 2233 times)

0 Members and 1 Guest are viewing this topic.

caveman

  • Guest
defrag
« on: May 02, 2009, 10:57:38 PM »
how do i turn off the check disk sceduled scan so my defrag will work?

Karnac



    Specialist

    Thanked: 211


    Never argue with a stupid person, they'll drag you down to their level and beat you with experience.

    Broni


      Mastermind
    • Kraków my love :)
    • Thanked: 614
      • Computer Help Forum
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 8
    Re: defrag
    « Reply #2 on: May 02, 2009, 11:56:31 PM »
    Click Start, then Run, type
    cmd
    Click OK.

    At the prompt in the command window that opens, type
    fsutil dirty query C:
    Press Enter.

    Does the result of this indicate the drive is "Dirty"?

    fadeup

    • Guest
    Re: defrag
    « Reply #3 on: May 09, 2009, 08:03:47 AM »
    hi, I'm a newbie here.
    While reading all of your posts,
    I tried to do:

    C:\>fsutil dirty query C:
    Volume - C: is Dirty

    What's that mean? What should I do next?

    Thanks.

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: defrag
    « Reply #4 on: May 09, 2009, 08:11:06 AM »
    You should forget turning off chkdsk...re-boot and let it run to completion.
    After that is done i would DLoad and run the Free diagnostics on that drive from the manuf. site...
    " Anyone who goes to a psychiatrist should have his head examined. "

    Broni


      Mastermind
    • Kraków my love :)
    • Thanked: 614
      • Computer Help Forum
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 8
    Re: defrag
    « Reply #5 on: May 09, 2009, 10:18:11 AM »
    Please check the following before proceeding:
    • If you have Spyware Doctor installed, uninstall it.
    • If you have ZoneAlarm installed, open it, click the "Overview" tab, then select "Preferences", and UNcheck the "Protect ZA Client" check box.
    Click Start, then Run, type cmd in the Open box and click "Ok".  At the prompt in the Command window, type the following commands, pressing "Enter" after each one:

    Substitute the drive letter for the drive your want to check for the ? in the following commands.  Please note the spaces.
    • chkntfs /d  .....  (This will reset autocheck options to default...will come back invalid on some installations)
    • chkntfs /c ?:  .....  (This will allow checking the specified drive )
    • chkntfs /x ?:  .....  (The x switch tells Windows to NOT check the specified drive on the next boot)
    At this point, restart your computer, it will not do a chkdsk and will boot directly to Windows.

    This next step is important as this is where the Dirty Bit will be unset.

    Substitute the drive letter for the drive your want to check for the ? in the following commands.

    Click Start, then Run, type cmd in the Open box and click "Ok".   At the command prompt, type the following, pressing "Enter" after each one: (Again, note the spaces.)
    • chkdsk /f /r ?:  .....  (To manually run a full chkdsk operation on the specified drive)
    • Y  .....  (To accept having it run on the next boot)
    This should take you through 5 stages of the scan and will unset the Dirty Bit.  Be patient...this is a very thorough check and will take quite a while.

    Finally, when the chkdsk operation has completed, type fsutil dirty query ?:, press "Enter", and Windows will confirm that the Dirty Bit is not set on that drive.

    Reboot again and see if chkdsk still runs on startup.  If the machine boots back up to the command prompt, type exit and press "Enter"...it should boot to Windows.