{"id":2290,"date":"2017-04-07T06:54:00","date_gmt":"2017-04-07T06:54:00","guid":{"rendered":"http:\/\/www.eassos.com\/blog\/?p=2290"},"modified":"2023-02-28T06:58:59","modified_gmt":"2023-02-28T06:58:59","slug":"how-to-fix-volume-is-corrupt-you-should-run-chkdsk","status":"publish","type":"post","link":"https:\/\/www.eassos.com\/blog\/how-to-fix-volume-is-corrupt-you-should-run-chkdsk\/","title":{"rendered":"Fix &#8220;Volume Is Corrupt You Should Run Chkdsk&#8221; Without Losing Data"},"content":{"rendered":"<p>In this instruction you can find solutions to fix corrupted NTFS partition which reports \u201cVolume is corrupt. You should run chkdsk\u201d as well as rescue files from damaged partition.<\/p>\n<h1>Symptoms of volume is corrupt you should run chkdsk<\/h1>\n<p>&#8220;Volume is corrupt. You should run chkdsk&#8221; error is common to many Windows users and it may happen to NTFS partitions and volumes on removable disks. Even though you didn\u2019t encounter this error message, you must have received other similar errors, such as &#8220;<a href=\"https:\/\/www.eassos.com\/blog\/fix-the-file-system-structure-on-the-disk-is-corrupt-and-unusable\/\">file system structure on the disk is corrupt and unusable&#8221;<\/a> or &#8220;<a href=\"https:\/\/www.diskgenius.com\/how-to\/the-file-or-directory-is-corrupted-and-unreadable.php\">The file or directory is corrupted and unreadable<\/a>&#8220;, Let&#8217;s see two stories about the issue that happened in read world, and you\u2019ll have a rough idea of the problem.<\/p>\n<h2><span style=\"color: #808080;\">Case 1:<\/span><\/h2>\n<p><em>I have a 300GB Maxtor hard drive which was used as an external hard drive. I bought a new enclosure, as the old one had issues in connecting to computer. I removed hard drive to the new enclosure and connected to Windows 7 64bit. However, system said the disk wasn\u2019t formatted. I checked it in Disk Management where the disk was displayed as RAW drive. I didn\u2019t format it. I removed enclosure and connected it to computer\u2019s motherboard. Still the drive can\u2019t be opened. Then I tried command <\/em><em>ntfsfix \/dev\/sdc1 and got messages as follows:<\/em><\/p>\n<blockquote><p>Failed to load $MFT: Input\/output error<\/p>\n<p>FAILED<\/p>\n<p>Failed to startup volume: Input\/output error<\/p>\n<p>Checking for self-located MFT segment&#8230; ntfs_mst_post_read_fixup_warn: magic: 0x00000001\u00a0 size: 1024\u00a0\u00a0 usa_ofs: 0\u00a0 usa_count: 65535: Invalid argument<\/p>\n<p>OK<\/p>\n<p>ntfs_mst_post_read_fixup_warn: magic: 0x00000001\u00a0 size: 1024\u00a0\u00a0 usa_ofs: 0\u00a0 usa_count: 65535: Invalid argument<\/p>\n<p>Record 0 has no FILE magic (0x1)<\/p>\n<p>Failed to load $MFT: Input\/output error<\/p>\n<p>Volume is corrupt. You should run chkdsk.<\/p><\/blockquote>\n<h2><span style=\"color: #808080;\">Case 2:<\/span><\/h2>\n<p>I have a 500GB disk which is divided into 3 partitions: 100GB for Windows, 80GB for data backup and the rest space for all my documents and photos. I wanted to install Debian on the 80GB volume to dual boot. Debian was installed via DVD. There are 5 entries on the grub boot loader, but the installer didn\u2019t add the Windows entry for grub after Debian was installed, and I had to add it manually. Anyway, Windows just couldn\u2019t boot. Thus I tried to mount NTFS partition under Linux and check what\u2019s going on in that partition. Unluckily, I failed to mount partition and ntfsfix gave me this error:<\/p>\n<blockquote><p>Mounting volume&#8230; Failed to startup volume : Invalid argument<\/p>\n<p>FAILED<\/p>\n<p>Attempting to correct errors&#8230; FAILED<\/p>\n<p>Failed to startup volume : Invalid argument<\/p>\n<p>Volume is corrupt. You should run chkdsk.<\/p><\/blockquote>\n<h1>How to fix &#8220;Volume is corrupt you should run chkdsk&#8221;?<\/h1>\n<h2><span style=\"color: #808080;\">Method 1: Run check disk command in Windows Explorer<\/span><\/h2>\n<ol>\n<li>Open Windows Explorer and right-click the drive you want to run check disk to select Properties.Run check disk command in Windows Explorer<\/li>\n<li>On the Properties dialog box click Tools tab. Then click \u201cCheck Now\u201d button in Error-checking section.<\/li>\n<li>Click Start button. There are two options on this step: Automatically fix file system errors and Scan for and attempt recovery of bad sectors. In general, we follow the default setting.<\/li>\n<li>Click \u201cForce a dismount\u201d button if you get a message box telling \u201cWindows can\u2019t check the disk while it\u2019s in use. Do you want to dismount this volume first? Note: All opened handles to this volume will become invalid\u201d.<\/li>\n<li>When chkdsk finishes, you can click \u201cSee details\u201d to view repaired errors.<\/li>\n<\/ol>\n<h2><span style=\"color: #808080;\">Method 2: Run chkdsk command via Command Prompt<\/span><\/h2>\n<ol>\n<li>Click <strong>Start<\/strong> menu and select <strong>All Programs<\/strong> to find <strong>Accessories<\/strong>. Right-click <strong>Command Prompt<\/strong> under <strong>Accessories<\/strong> and select <strong>Run as Administrator.<\/strong><\/li>\n<li>User Account Control will come up to ask \u201cDo you want to allow the following program to make changes to this computer\u201d. Click Yes button and you will get the elevated Command Prompt.<\/li>\n<li>In Command Prompt, type: <strong>chkdsk G: \/f<\/strong><\/li>\n<\/ol>\n<p>Note: G is the drive letter of the corrupt volume you want to run chkdsk. You can go back to Windows Explorer to see drive letter and make sure you type in correct one. There is a colon, space and \/f following drive letter. \/f is the fix parameter, without which chkdsk will simply report instead of repairing any errors.<\/p>\n<h1>How to recover data when volume is corrupt you should run chkdsk?<\/h1>\n<p>DiskGenius (old name PartitionGuru) is professional partition manager and data recovery software. In some cases, it is able to display files in RAW or corrupt partition directly without do any scanning. If partition is badly damaged, you can scan the partition and copy files to other volume. Besides, this software builds in a hex editor with which professional can repair MFT and recover data. Let\u2019s see how to recover data from corrupted partition.<\/p>\n<p><strong>Step 1<\/strong>: Install and launch DiskGenius (old name PartitionGuru), and you can see all hard disks and partitions on your computer.<\/p>\n<p><strong>Step 2<\/strong>: Select the corrupted partition from which you want to recover data and click &#8220;<strong>Load Current Partition Intelligently<\/strong>&#8221; under &#8220;<strong>Tools<\/strong>&#8221; menu.<\/p>\n<p>Usually files in corrupt volume will be listed, if not move to Step 3.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/www.diskgenius.com\/how-to\/img\/raw-partition-recovery-02.png\" alt=\"Volume is corrupt you should run chkdsk\" width=\"900\" height=\"702\" \/><\/p>\n<p><strong>Step 3<\/strong>: Select the corrupted volume and click &#8220;<strong>File Recovery&#8221;<\/strong>\u00a0button. Then click Start button on the popped up dialog box.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/www.diskgenius.com\/how-to\/img\/raw-partition-recovery-04.png\" alt=\"Volume is corrupt you should run chkdsk\" width=\"900\" height=\"702\" \/><\/p>\n<p><strong>Step 4<\/strong>: DiskGenius (old name PartitionGuru) scans selected partition for lost files and folders. You can preview data as long as files are listed.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/www.diskgenius.com\/how-to\/img\/raw-partition-recovery-06.png\" alt=\"Volume is corrupt you should run chkdsk\" width=\"900\" height=\"702\" \/><\/p>\n<p><strong>Step 5<\/strong>: Recover files you need. Select those files and folders you want to restore and right-click them to select &#8220;<strong>Copy to&#8221;<\/strong>. You can specify a location to save recovered data and complete partition recovery.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/www.diskgenius.com\/how-to\/img\/raw-partition-recovery-07.png\" alt=\"Volume is corrupt you should run chkdsk\" width=\"900\" height=\"702\" \/><\/p>\n<h1><span style=\"color: #000000;\">Things you should know about running chkdsk<\/span><\/h1>\n<h3>File recovery or partition recovery should be done ahead of chkdsk.<\/h3>\n<p>CHKDSK is frequently used to repair disk errors or check bad sectors, but it is not a data recovery tool. Thus its function is not to recover lost or damaged files. Though sometimes repairing corrupt partition can help you regain access data in that partition, chkdsk can\u2019t guarantee it is able to make that happen. Because, in most case, the repairing process damages directory structure, causing lost files cannot be recovered with original name. Thus if you want to recover files from inaccessible partition, you need to use free recovery software like Eassos Recovery Free.<\/p>\n<h3>Chkdsk cannot repair physical damages.<\/h3>\n<p>If the \u201cVolume is corrupt\u201d issue is caused by hard physical damages, you should take it to a professional who is experienced in repairing hard drives. Strange clicking or beeping noises, frequent freezes and bad sectors are signs of hard drive physical damages. In this case, data recovery can\u2019t retrieve files either, and you should send the drive to a professional recovery center to rescue data.<\/p>\n<h3>Chkdsk is not available for RAW drives<\/h3>\n<p>If chkdsk ends up with error messages like &#8220;The type of the file system is RAW. <a href=\"https:\/\/www.diskgenius.com\/how-to\/chkdsk-is-not-available-for-raw-drives.php\">Chkdsk is not available for RAW drives<\/a>&#8220;, the corrupted cannot be repaired by check disk. What should do is recovering files from corrupted partition and then format the volume for reuse. You can follow steps below to perform NTFS partition recovery and save your data. Note: if the corrupted partition cannot be formatted by Windows, you should verify bad sectors for the hard drive, which helps test hard drive health status.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this instruction you can find solutions to fix corrupted NTFS partition which reports \u201cVolume is corrupt. You should run chkdsk\u201d as well as rescue files from damaged partition. Symptoms of volume is corrupt you should run chkdsk &#8220;Volume is &hellip; <a href=\"https:\/\/www.eassos.com\/blog\/how-to-fix-volume-is-corrupt-you-should-run-chkdsk\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"gallery","meta":{"footnotes":""},"categories":[34],"tags":[596,588,587,595],"class_list":["post-2290","post","type-post","status-publish","format-gallery","hentry","category-pg","tag-corrupt-partition-recovery","tag-how-to-run-chkdsk","tag-volume-is-corrupt-you-should-run-chkdsk","tag-windows-check-disk-command","post_format-post-format-gallery"],"_links":{"self":[{"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/posts\/2290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/comments?post=2290"}],"version-history":[{"count":8,"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/posts\/2290\/revisions"}],"predecessor-version":[{"id":5060,"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/posts\/2290\/revisions\/5060"}],"wp:attachment":[{"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/media?parent=2290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/categories?post=2290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.eassos.com\/blog\/wp-json\/wp\/v2\/tags?post=2290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}