Skip navigation

Q. How can I stop Chkdsk from running on a clustered disk?

A. Normally, you should allow Chkdsk to run to avoid corruption and identify any potential problems. If you have a disk failover between nodes enabled, however, there may be times you need to stop it. You can stop Chkdsk from executing by modifying the cluster disk resource's properties and setting the value of DiskRunChkDsk to 4, as detailed at this MSDN site. To make the modification, enter the following at a command prompt.

cluster /cluster: res "" /priv DiskRunChkDsk=4
Related Reading:

Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish