Error in mounting HDD












1















I am getting the following error whenever I mount my external HDD. It was working before and then I opted for safely removing the drive. Now its giving me following error



Error mounting: mount exited with exit code 13: ntfs_mst_post_read_fixup_warn: magic: 0x43425355  size: 4096   usa_ofs: 8850  usa_count: 65535: Invalid argument
Actual VCN (0x800006009000000) of index buffer is different from expected VCN (0x0).
Failed to mount '/dev/sdb1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.









share|improve this question



























    1















    I am getting the following error whenever I mount my external HDD. It was working before and then I opted for safely removing the drive. Now its giving me following error



    Error mounting: mount exited with exit code 13: ntfs_mst_post_read_fixup_warn: magic: 0x43425355  size: 4096   usa_ofs: 8850  usa_count: 65535: Invalid argument
    Actual VCN (0x800006009000000) of index buffer is different from expected VCN (0x0).
    Failed to mount '/dev/sdb1': Input/output error
    NTFS is either inconsistent, or there is a hardware fault, or it's a
    SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
    then reboot into Windows twice. The usage of the /f parameter is very
    important! If the device is a SoftRAID/FakeRAID then first activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for more details.









    share|improve this question

























      1












      1








      1








      I am getting the following error whenever I mount my external HDD. It was working before and then I opted for safely removing the drive. Now its giving me following error



      Error mounting: mount exited with exit code 13: ntfs_mst_post_read_fixup_warn: magic: 0x43425355  size: 4096   usa_ofs: 8850  usa_count: 65535: Invalid argument
      Actual VCN (0x800006009000000) of index buffer is different from expected VCN (0x0).
      Failed to mount '/dev/sdb1': Input/output error
      NTFS is either inconsistent, or there is a hardware fault, or it's a
      SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
      then reboot into Windows twice. The usage of the /f parameter is very
      important! If the device is a SoftRAID/FakeRAID then first activate
      it and mount a different device under the /dev/mapper/ directory, (e.g.
      /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
      for more details.









      share|improve this question














      I am getting the following error whenever I mount my external HDD. It was working before and then I opted for safely removing the drive. Now its giving me following error



      Error mounting: mount exited with exit code 13: ntfs_mst_post_read_fixup_warn: magic: 0x43425355  size: 4096   usa_ofs: 8850  usa_count: 65535: Invalid argument
      Actual VCN (0x800006009000000) of index buffer is different from expected VCN (0x0).
      Failed to mount '/dev/sdb1': Input/output error
      NTFS is either inconsistent, or there is a hardware fault, or it's a
      SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
      then reboot into Windows twice. The usage of the /f parameter is very
      important! If the device is a SoftRAID/FakeRAID then first activate
      it and mount a different device under the /dev/mapper/ directory, (e.g.
      /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
      for more details.






      partitioning mount hardware hard-drive ntfs






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 22 '12 at 5:57









      VikramjeetVikramjeet

      2,03092740




      2,03092740






















          2 Answers
          2






          active

          oldest

          votes


















          0














          I think, the most easiest solution was already given in the error message:




          In the first case run chkdsk /f on Windows then reboot into Windows twice.




          If You have Windows, boot to it, select the partition, Right Click -> Properties -> Tools -> Check disk.



          Alternatively, You can execute chkdsk /f Driveletter: after opening a command prompt with administrative privilege.






          share|improve this answer































            0














            If you do not have Windows, you can try a Linux program, though:



            sudo apt-get install ntfsprogs
            sudo ntfsfix /dev/sdb1





            share|improve this answer
























            • with ntfsfix I get: sudo ntfsfix /dev/sdb1 Mounting volume... $MFTMirr does not match $MFT (record 0). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 0...ntfs_attr_mst_pwrite: written=-1: Operation not permitted Error writing $Mft record(s): Operation not permitted FAILED Error correcting $MFTMirr: Operation not permitted

              – juanpablo
              Nov 15 '12 at 13:05













            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f191608%2ferror-in-mounting-hdd%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            I think, the most easiest solution was already given in the error message:




            In the first case run chkdsk /f on Windows then reboot into Windows twice.




            If You have Windows, boot to it, select the partition, Right Click -> Properties -> Tools -> Check disk.



            Alternatively, You can execute chkdsk /f Driveletter: after opening a command prompt with administrative privilege.






            share|improve this answer




























              0














              I think, the most easiest solution was already given in the error message:




              In the first case run chkdsk /f on Windows then reboot into Windows twice.




              If You have Windows, boot to it, select the partition, Right Click -> Properties -> Tools -> Check disk.



              Alternatively, You can execute chkdsk /f Driveletter: after opening a command prompt with administrative privilege.






              share|improve this answer


























                0












                0








                0







                I think, the most easiest solution was already given in the error message:




                In the first case run chkdsk /f on Windows then reboot into Windows twice.




                If You have Windows, boot to it, select the partition, Right Click -> Properties -> Tools -> Check disk.



                Alternatively, You can execute chkdsk /f Driveletter: after opening a command prompt with administrative privilege.






                share|improve this answer













                I think, the most easiest solution was already given in the error message:




                In the first case run chkdsk /f on Windows then reboot into Windows twice.




                If You have Windows, boot to it, select the partition, Right Click -> Properties -> Tools -> Check disk.



                Alternatively, You can execute chkdsk /f Driveletter: after opening a command prompt with administrative privilege.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 22 '12 at 6:50









                AnwarAnwar

                56.9k22148255




                56.9k22148255

























                    0














                    If you do not have Windows, you can try a Linux program, though:



                    sudo apt-get install ntfsprogs
                    sudo ntfsfix /dev/sdb1





                    share|improve this answer
























                    • with ntfsfix I get: sudo ntfsfix /dev/sdb1 Mounting volume... $MFTMirr does not match $MFT (record 0). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 0...ntfs_attr_mst_pwrite: written=-1: Operation not permitted Error writing $Mft record(s): Operation not permitted FAILED Error correcting $MFTMirr: Operation not permitted

                      – juanpablo
                      Nov 15 '12 at 13:05


















                    0














                    If you do not have Windows, you can try a Linux program, though:



                    sudo apt-get install ntfsprogs
                    sudo ntfsfix /dev/sdb1





                    share|improve this answer
























                    • with ntfsfix I get: sudo ntfsfix /dev/sdb1 Mounting volume... $MFTMirr does not match $MFT (record 0). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 0...ntfs_attr_mst_pwrite: written=-1: Operation not permitted Error writing $Mft record(s): Operation not permitted FAILED Error correcting $MFTMirr: Operation not permitted

                      – juanpablo
                      Nov 15 '12 at 13:05
















                    0












                    0








                    0







                    If you do not have Windows, you can try a Linux program, though:



                    sudo apt-get install ntfsprogs
                    sudo ntfsfix /dev/sdb1





                    share|improve this answer













                    If you do not have Windows, you can try a Linux program, though:



                    sudo apt-get install ntfsprogs
                    sudo ntfsfix /dev/sdb1






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Sep 22 '12 at 8:14









                    JanuaryJanuary

                    25.7k116788




                    25.7k116788













                    • with ntfsfix I get: sudo ntfsfix /dev/sdb1 Mounting volume... $MFTMirr does not match $MFT (record 0). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 0...ntfs_attr_mst_pwrite: written=-1: Operation not permitted Error writing $Mft record(s): Operation not permitted FAILED Error correcting $MFTMirr: Operation not permitted

                      – juanpablo
                      Nov 15 '12 at 13:05





















                    • with ntfsfix I get: sudo ntfsfix /dev/sdb1 Mounting volume... $MFTMirr does not match $MFT (record 0). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 0...ntfs_attr_mst_pwrite: written=-1: Operation not permitted Error writing $Mft record(s): Operation not permitted FAILED Error correcting $MFTMirr: Operation not permitted

                      – juanpablo
                      Nov 15 '12 at 13:05



















                    with ntfsfix I get: sudo ntfsfix /dev/sdb1 Mounting volume... $MFTMirr does not match $MFT (record 0). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 0...ntfs_attr_mst_pwrite: written=-1: Operation not permitted Error writing $Mft record(s): Operation not permitted FAILED Error correcting $MFTMirr: Operation not permitted

                    – juanpablo
                    Nov 15 '12 at 13:05







                    with ntfsfix I get: sudo ntfsfix /dev/sdb1 Mounting volume... $MFTMirr does not match $MFT (record 0). FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... FAILED Correcting differences in $MFTMirr record 0...ntfs_attr_mst_pwrite: written=-1: Operation not permitted Error writing $Mft record(s): Operation not permitted FAILED Error correcting $MFTMirr: Operation not permitted

                    – juanpablo
                    Nov 15 '12 at 13:05




















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f191608%2ferror-in-mounting-hdd%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局