{"id":130,"date":"2014-06-05T13:28:00","date_gmt":"2014-06-05T13:28:00","guid":{"rendered":"http:\/\/www.torontohelpdesk.ca\/blog\/?p=130"},"modified":"2014-06-05T13:28:00","modified_gmt":"2014-06-05T13:28:00","slug":"running-chkdsk-on-a-drive-being-used-by-windows-server-backup","status":"publish","type":"post","link":"https:\/\/www.torontohelpdesk.ca\/blog\/running-chkdsk-on-a-drive-being-used-by-windows-server-backup\/","title":{"rendered":"Running Chkdsk on a Drive Being Used by Windows Server Backup"},"content":{"rendered":"<p><strong>Problem:<\/strong><\/p>\n<p>You try running chkdsk on a drive that is being used by (typically) SBS backup. As such, it doesn&#8217;t have a drive letter. So you&#8217;re stuck. Or are you? Yes you are! But&#8230;<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>(Found by Michelle T, h\/t Knight-Time Ramblings aka Chris Knight)<\/p>\n<p><a href=\"http:\/\/blog.chrisara.com.au\/2011\/02\/running-chkdsk-on-drive-allocated-to.html\" target=\"_blank\">Source<\/a><\/p>\n<pre class=\"post-title entry-title\">Running chkdsk on a Drive Allocated to Windows Server Backup<\/pre>\n<div class=\"post-header\">Occasionally I see Windows Server Backup throw odd errors pointing to problems with the disk allocated to Windows Server Backup, such as the bizarre \u201cThere is not enough space on the disk\u201d \u2013 bizarre in that Windows Server Backup is supposed to automagically manage the disk space allocation and tidy up.<\/div>\n<p>The normal course of action would be to run chkdsk \/f on the drive, but the drive doesn\u2019t have a drive letter allocated to it. Nor are you supposed to allocate a drive letter to it. The solution? Use the Volume GUID.<\/p>\n<p>To find the Volume GUID, type in the following at an elevated Command Prompt:<\/p>\n<p><code>mountvol<\/code><\/p>\n<p>This will return the command syntax for the mountvol command, followed by the existing volumes and their mount points. We\u2019re interested in the Volume GUID immediately above this line:<\/p>\n<p><code>*** NO MOUNT POINTS ***<\/code><\/p>\n<p>It will look something like this:<\/p>\n<p><code>\\\\?\\Volume{12345678-1234-5678-9abc-123456789abc}\\<\/code><\/p>\n<p>We now take this Volume GUID minus the trailing slash and feed it to chkdsk, like this:<\/p>\n<p><code>chkdsk \/f \\\\?\\Volume{12345678-1234-5678-9abc-123456789abc}<\/code><\/p>\n<p>This will then allow chkdsk to perform a consistency check and fix of the drive allocated to Windows Server Backup without needing to allocate a drive letter.<\/p>\n<p><span class=\"post-author vcard\">Posted by <span class=\"fn\"> <a class=\"g-profile\" title=\"author profile\" href=\"https:\/\/plus.google.com\/105529368936883698734\" rel=\"author\" data-gapiattached=\"true\" data-onload=\"true\" data-gapiscan=\"true\"> Chris Knight <\/a> <\/span> <\/span> <span class=\"post-timestamp\"> at <a class=\"timestamp-link\" title=\"permanent link\" href=\"http:\/\/blog.chrisara.com.au\/2011\/02\/running-chkdsk-on-drive-allocated-to.html\" rel=\"bookmark\"><abbr class=\"published\" title=\"2011-02-28T23:11:00+11:00\">11:11 pm<\/abbr><\/a> <\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problem: You try running chkdsk on a drive that is being used by (typically) SBS backup. As such, it doesn&#8217;t have a drive letter. So you&#8217;re stuck. Or are you? Yes you are! But&#8230; Solution: (Found by Michelle T, h\/t <a class=\"more-link\" href=\"https:\/\/www.torontohelpdesk.ca\/blog\/running-chkdsk-on-a-drive-being-used-by-windows-server-backup\/\">Continue reading <span class=\"screen-reader-text\">  Running Chkdsk on a Drive Being Used by Windows Server Backup<\/span><span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[36,86],"class_list":["post-130","post","type-post","status-publish","format-standard","hentry","category-chkdsk","tag-backup","tag-chkdsk"],"_links":{"self":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/comments?post=130"}],"version-history":[{"count":1,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts\/130\/revisions"}],"predecessor-version":[{"id":131,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/posts\/130\/revisions\/131"}],"wp:attachment":[{"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.torontohelpdesk.ca\/blog\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}