Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Check Disk Question

Reply
Thread Tools Display Modes

Check Disk Question

 
 
KingOfChaos
Guest
Posts: n/a

 
      03-05-2008

Why will Vista not allow me to run a check disk on my external WD har
drive? I go into disk properties to Tools and tell it to run the sca
and it tells me it can't do it while the disk is in use...so I schedul
it for the next restart/reboot. When I do reboot, it just load
normally and completely ignores what I told it to do

I have already loaded Disk Management, and it says the drive is health
and partitioned correctly. So I have no idea why Vista is being a
butthead about checking it for errors. Hell, I used to be able to chec
it without rebooting the computer because it doesn't HAVE any of my O
files on it. Since it is a FAT32 drive, it needs to be defragged an
checked frequently (not to mention it's an older drive)

--
KingOfChaos
 
Reply With Quote
 
 
 
 
Jon
Guest
Posts: n/a

 
      03-05-2008
You've perhaps done something with that particular drive such as position
your pagefile on it or something similar so that it's effectively 'in use'.
You normally only get that error if you try checking the current partition.

--
Jon


"KingOfChaos" <> wrote in message
news:...
>
> Why will Vista not allow me to run a check disk on my external WD hard
> drive? I go into disk properties to Tools and tell it to run the scan
> and it tells me it can't do it while the disk is in use...so I schedule
> it for the next restart/reboot. When I do reboot, it just loads
> normally and completely ignores what I told it to do.
>
> I have already loaded Disk Management, and it says the drive is healthy
> and partitioned correctly. So I have no idea why Vista is being an
> butthead about checking it for errors. Hell, I used to be able to check
> it without rebooting the computer because it doesn't HAVE any of my OS
> files on it. Since it is a FAT32 drive, it needs to be defragged and
> checked frequently (not to mention it's an older drive).
>
>
> --
> KingOfChaos


 
Reply With Quote
 
KingOfChaos
Guest
Posts: n/a

 
      03-05-2008

Not unless Vista decided to do it on it's own. In fact, I can't even
set the drive to improve windows performance because it's listed as
being too slow. I have a 300 gb hard drive on this computer, so I don't
really need to use the external 160 for anything but files.

Jon;635387 Wrote:
> You've perhaps done something with that particular drive such as
> position
> your pagefile on it or something similar so that it's effectively 'in
> use'.
> You normally only get that error if you try checking the current
> partition.
>
> --
> Jon
>
>
> "KingOfChaos" <> wrote in
> message
> news:...> > >
> > >
> > > Why will Vista not allow me to run a check disk on my external WD

> > hard
> > > drive? I go into disk properties to Tools and tell it to run the

> > scan
> > > and it tells me it can't do it while the disk is in use...so I

> > schedule
> > > it for the next restart/reboot. When I do reboot, it just loads
> > > normally and completely ignores what I told it to do.
> > >
> > > I have already loaded Disk Management, and it says the drive is

> > healthy
> > > and partitioned correctly. So I have no idea why Vista is being an
> > > butthead about checking it for errors. Hell, I used to be able to

> > check
> > > it without rebooting the computer because it doesn't HAVE any of my

> > OS
> > > files on it. Since it is a FAT32 drive, it needs to be defragged and
> > > checked frequently (not to mention it's an older drive).
> > >
> > >
> > > --
> > > KingOfChaos > >



--
KingOfChaos
 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      03-05-2008
"KingOfChaos" <> wrote in message
news:...
>
> Not unless Vista decided to do it on it's own. In fact, I can't even
> set the drive to improve windows performance because it's listed as
> being too slow. I have a 300 gb hard drive on this computer, so I don't
> really need to use the external 160 for anything but files.
>



If you open up 'Disk Management' and look at the drive you're on (lower
portion), then if you're 'all on that one partition' it should say something
lke

Healthy (System, Boot, Page File, Active, Crash Dump, Primary Partition)

If any of those (other than the partition type), are on the other drive that
you're trying to run a chkdsk on, then that would be the reason.


--
Jon




 
Reply With Quote
 
Stubby
Guest
Posts: n/a

 
      03-05-2008
I just resolved a similar issue. The only thing that works is to boot from
a Vista Repair Disk. There is a .iso file on the web and ImgBurn works
nicely to burn a DVD.

"KingOfChaos" <> wrote in message
news:...
>
> Why will Vista not allow me to run a check disk on my external WD hard
> drive? I go into disk properties to Tools and tell it to run the scan
> and it tells me it can't do it while the disk is in use...so I schedule
> it for the next restart/reboot. When I do reboot, it just loads
> normally and completely ignores what I told it to do.
>
> I have already loaded Disk Management, and it says the drive is healthy
> and partitioned correctly. So I have no idea why Vista is being an
> butthead about checking it for errors. Hell, I used to be able to check
> it without rebooting the computer because it doesn't HAVE any of my OS
> files on it. Since it is a FAT32 drive, it needs to be defragged and
> checked frequently (not to mention it's an older drive).
>
>
> --
> KingOfChaos



 
Reply With Quote
 
MICHAEL
Guest
Posts: n/a

 
      03-05-2008
"KingOfChaos" <> wrote in message
news:...
>
> Why will Vista not allow me to run a check disk on my external WD hard
> drive? I go into disk properties to Tools and tell it to run the scan
> and it tells me it can't do it while the disk is in use...so I schedule
> it for the next restart/reboot. When I do reboot, it just loads
> normally and completely ignores what I told it to do.
>
> I have already loaded Disk Management, and it says the drive is healthy
> and partitioned correctly. So I have no idea why Vista is being an
> butthead about checking it for errors. Hell, I used to be able to check
> it without rebooting the computer because it doesn't HAVE any of my OS
> files on it. Since it is a FAT32 drive, it needs to be defragged and
> checked frequently (not to mention it's an older drive).



Unmount the external drive.
Where it says "c" below, insert the external drive letter
you want checked and fixed. Using "X" unmounts
and fixes file system errors.

CHKDSK c: /X

If you want the longer check for bad sectors, use-
Be sure to replace "c" with the drive you want checked.

CHKDSK c: /X /R

To use this command, type "CMD" into Start Menu's
Search bar. Right-click the first result at the top, and
click "Run as administrator". Enter the command and press
enter.

http://www.ss64.com/nt/chkdsk.html


-Michael

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
check disk ouput best friend Windows Vista General Discussion 2 05-04-2008 10:27 AM
check disk at boot Grant Windows Vista Hardware 6 05-03-2008 09:21 PM
Check Disk Log - Where ? HMT Windows Vista Performance 0 12-22-2007 06:21 AM
disk check a Windows Vista Performance 1 11-30-2007 10:20 AM
Disk Check Cheddarhead Windows Vista Performance 3 10-09-2006 03:30 AM



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 47 48 49 50 51 52 53 54 55 56 57 58 59