View Full Version : F parameter
kev1
Aug 16, 2006, 01:56 PM
When I try to run check disk, I get the message that the system is NTFS and that the F parameter is not specified, so it will only run in -read only- mode.Is this a problem.. :confused:
Thanks
cajalat
Aug 16, 2006, 02:56 PM
Read only mode will report any problems if any. It won't make any changes so I isn't a problem. If you do find problems then I recommend saving your important data first then run with the /F option to correct problems.
kev1
Aug 19, 2006, 12:15 PM
Sorry cajalet, I may have mis-led you, I do not know what the /F option is or how to initiate it?
cajalat
Aug 19, 2006, 03:23 PM
Sorry about that. I can see I made a huge leap in assumption here. Ok, the /F option is used in the CHKDSK command to fix "errors on the disk". Use use this option do this:
Click START and then type CMD and hit enter. You should have a dos window. In that window type CHKDSK/F. You will get something like this:
C:\Documents and Settings\Owner>chkdsk/f
The type of the file system is NTFS.
Cannot lock current drive.
Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)
Press Y and enter. Once you do this, the next time you reboot the /F option will be used to automatically run the CHKDSK for you.
Hope that helps.
Good luck