answersLogoWhite

0


Best Answer

ScanDisk checks for and repairs errors on the hard drive in Windows-based computers. The CHKDSK of today is different than the version from the MS-DOS days, which was similar but is now mostly used for NT and XP systems.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

chkdsk fixes file system errors and the scandisk corrects problems with bad sectors on a drive

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between Chkdsk and Scandisk commands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What are old chkdsk files?

chkdsk = check disk. Used when verifying the checksum on files to determine if they are corrupted or not. Best not mess with them unless you know what you are doing.


What is the name of the disk cleanup utility executable file?

chkdsk


What is a batch code?

A batch code is basically a mini program, that does something in Comman Prompt. You can write a very simple batch file, or a extensive one that can do a lot of stuff. If you know anything about "Command Prompt", then you most likely know simple commands such as "Start" and "chkdsk". A batch file will let you run a lot of commands really fast instead of retyping them. People use batch files to take ownership of a lot of files, to do routine maintainence on their computer and to hack.


How do you force a drive to remap bad sectors without losing any other data?

If you are using Windows 2000, XP or Vista (or variants):To locate bad sectors and attempt to recover data on drive letter C,Click start, click run, then type "chkdsk c: /r /f"A black command prompt window should pop up. It will ask you if you'd like to schedule a chkdsk on the next restart. Answer yes. Restart.This process should remap bad sectors.


What is slash r?

That could be many things. Could you be more specific? One thing it could be is a command prompt switch. For example, when running the Check Disk utility from Windows command prompt and want to locate bad sectors and recover readable information, you could apply the "/r" switch.Example:C:\Windows>CHKDSK /r

Related questions

What are the difference between dos and chkdsk?

DOS is an operating system. CHKDSK is an application that check the hard drive for errors.


What command repairs the file system and recovers data from bad sectors?

chkdsk /r Locates bad sectors and recovers readable information. chkdsk /f Fixes errors on the disk. The disk must be locked. If chkdsk cannot lock the drive, a message appears that asks you if you want to check the drive the next time you restart the computer. chkdsk /p Performs an exhaustive check even if the drive is not marked for chkdsk to run. This parameter does not make any changes to the drive.


Whats the best order to clean up windows?

For Windows 95, 98 and ME Disk Cleanup, Scandisk Defrag _________________________ For Windows 2000 / XP Disk Cleanup, Defrag, chkdsk/r


How do you run chkdsk utility?

you can run chkdsk from dos. If you are using windows, you would need to open a command prompt (usually located in the accessories folder) and then type chkdsk in the ensuing prompt. you can type chkdsk /? for commands that you can use with chkdsk.


If Scandisk runs after every reboot even though no errors were found how can I prevent that from happening?

The Microsoft website may be useful. Keep in mind that the program is called Chkdsk under Win XP (not to be confused with the old DOS program of the same name).


What parameters is used with chkdsk to reduce the length of time required to run chkdsk on ntfs volumes?

/c and /i


Purpose of the Chkdsk?

CHKDSK (check disk) verifies the logical integrity of the system. Check Disk can repair the system data.


What are the steps to running the chkdsk utility on a PC?

There are four steps to running the chkdsk utility on a PC. You can learn exactly how to go through these four steps by going online to WikiHow- run chkdsk. They will walk you through the process.


Different kinds of DOS command?

A complete list of MS-DOS commands can be found here: http://www.computerhope.com/msdos.htm#02


Show how to use the CHKDSK command and FIX all problems CHKDSK may find with out user input?

Chkdsk (Chkdsk.exe) is a command-line tool that checks volumes for problems. The tool then tries to repair any that it finds. For example, Chkdsk can repair problems related to bad sectors, lost clusters, cross-linked files, and directory errors. To use Chkdsk, you must log on as an administrator or as a member of the Administrators group. You can also run Chkdsk from My Computer or from Windows Explorer. You also need to repair your windows registry to sppedup your computer.


How do you enter DOS command help?

Use "/?" option with command. For example, if you want help for "chkdsk" command, enter "chkdsk /?" and press enter.


What does CHKDSK?

CHKDSK checks the hard drive for bad sectors and defects, as well as incorrect information in the file system (such as available free space).