How run a CHKDSK on thumbdrive?

R

Ritter 197

How can I run a CHKDSK on a removable 8 GB drive?

Chkdsk /f always bring up the C: drive and I cannot change it once it
starts.
 
A

Andrew E.

1st it must show in my computer,if it doesnt,go to run,type:diskmgmt.msc
In msc,L.click on it,go to actions,all,locate "make active",close out msc.
To chk it,go to run,type:cmd In cmd type:CHKDSK E: /f E: being the thumb-
drive,for read only,type:CHKDSK E:
 
P

Patrick Keenan

Ritter 197 said:
How can I run a CHKDSK on a removable 8 GB drive?

The size is not relevant.
Chkdsk /f always bring up the C: drive and I cannot change it once it
starts.


There are a number of ways to do this, but what's happening is that when you
are opening a command prompt, it's looking at the C drive, and when you run
chkdsk without doing anything about the drive you're on or telling it where
to look, it looks only at the current drive - C.

For illustration, we'll say that the removable drive is R.

So at a command prompt, you could type

R:

then enter, and you'll see an R prompt. Then type

chkdsk /F

and it will run on the R drive.

Or, at any command prompt, type

chkdsk r: /F

Or, go to My Computer, right-click on the R drive and choose Properties,
then Tools, then Check Now. If the drive is in use, you'll be offered a
scheduled disk check at next reboot. Answer with Y.

HTH
-pk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top