Tried formatting USB to NTFS and now I can no longer mount it or format it











up vote
1
down vote

favorite












I recently formatted my USB drive to NTFS using the command terminal however since then I am unable to mount the USB to my pc and when I try to reformat the USB it says that the permissions are set to read only. Can anybody help me with this?



"Error mounting /dev/sdc1 at /media/fabio/USB DISK: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/fabio/USB DISK"' exited with non-zero exit status 13: Can only open '/dev/sdc1' as read-only
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdc1': 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




























    up vote
    1
    down vote

    favorite












    I recently formatted my USB drive to NTFS using the command terminal however since then I am unable to mount the USB to my pc and when I try to reformat the USB it says that the permissions are set to read only. Can anybody help me with this?



    "Error mounting /dev/sdc1 at /media/fabio/USB DISK: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/fabio/USB DISK"' exited with non-zero exit status 13: Can only open '/dev/sdc1' as read-only
    $MFTMirr does not match $MFT (record 0).
    Failed to mount '/dev/sdc1': 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


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I recently formatted my USB drive to NTFS using the command terminal however since then I am unable to mount the USB to my pc and when I try to reformat the USB it says that the permissions are set to read only. Can anybody help me with this?



      "Error mounting /dev/sdc1 at /media/fabio/USB DISK: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/fabio/USB DISK"' exited with non-zero exit status 13: Can only open '/dev/sdc1' as read-only
      $MFTMirr does not match $MFT (record 0).
      Failed to mount '/dev/sdc1': 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 recently formatted my USB drive to NTFS using the command terminal however since then I am unable to mount the USB to my pc and when I try to reformat the USB it says that the permissions are set to read only. Can anybody help me with this?



      "Error mounting /dev/sdc1 at /media/fabio/USB DISK: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/fabio/USB DISK"' exited with non-zero exit status 13: Can only open '/dev/sdc1' as read-only
      $MFTMirr does not match $MFT (record 0).
      Failed to mount '/dev/sdc1': 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."






      mount ntfs format






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 20 '14 at 20:56









      BuZZ-dEE

      9,065115169




      9,065115169










      asked Jan 20 '14 at 20:36









      user238046

      62




      62






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          1
          down vote













          this error happens a.o. when a file transfer was not completed when disk got removed or computer shutdown.



          You could try to run



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


          It should automatically correct the wrong volume metadata






          share|improve this answer





















          • Why do u want to use NTFSProgs when NTFS-3g is installed by default??. Also NTFSProgs is outdated and has been merged with NTFS-3g.
            – Mohit Rajan
            Apr 5 '16 at 14:01


















          up vote
          0
          down vote













          In my case, my USB drive had a read-only switch that I'd left activated. I flicked the switch over to read-write mode, power cycled the drive and then I could mount read-write again.






          share|improve this answer




























            up vote
            0
            down vote













            When I have problems of this type I find a Mac somewhere and do a FAT format on the USB flash drive with the Mac.






            share|improve this answer





















              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',
              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%2f408393%2ftried-formatting-usb-to-ntfs-and-now-i-can-no-longer-mount-it-or-format-it%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote













              this error happens a.o. when a file transfer was not completed when disk got removed or computer shutdown.



              You could try to run



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


              It should automatically correct the wrong volume metadata






              share|improve this answer





















              • Why do u want to use NTFSProgs when NTFS-3g is installed by default??. Also NTFSProgs is outdated and has been merged with NTFS-3g.
                – Mohit Rajan
                Apr 5 '16 at 14:01















              up vote
              1
              down vote













              this error happens a.o. when a file transfer was not completed when disk got removed or computer shutdown.



              You could try to run



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


              It should automatically correct the wrong volume metadata






              share|improve this answer





















              • Why do u want to use NTFSProgs when NTFS-3g is installed by default??. Also NTFSProgs is outdated and has been merged with NTFS-3g.
                – Mohit Rajan
                Apr 5 '16 at 14:01













              up vote
              1
              down vote










              up vote
              1
              down vote









              this error happens a.o. when a file transfer was not completed when disk got removed or computer shutdown.



              You could try to run



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


              It should automatically correct the wrong volume metadata






              share|improve this answer












              this error happens a.o. when a file transfer was not completed when disk got removed or computer shutdown.



              You could try to run



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


              It should automatically correct the wrong volume metadata







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jan 11 '15 at 22:09









              Berteh

              313




              313












              • Why do u want to use NTFSProgs when NTFS-3g is installed by default??. Also NTFSProgs is outdated and has been merged with NTFS-3g.
                – Mohit Rajan
                Apr 5 '16 at 14:01


















              • Why do u want to use NTFSProgs when NTFS-3g is installed by default??. Also NTFSProgs is outdated and has been merged with NTFS-3g.
                – Mohit Rajan
                Apr 5 '16 at 14:01
















              Why do u want to use NTFSProgs when NTFS-3g is installed by default??. Also NTFSProgs is outdated and has been merged with NTFS-3g.
              – Mohit Rajan
              Apr 5 '16 at 14:01




              Why do u want to use NTFSProgs when NTFS-3g is installed by default??. Also NTFSProgs is outdated and has been merged with NTFS-3g.
              – Mohit Rajan
              Apr 5 '16 at 14:01












              up vote
              0
              down vote













              In my case, my USB drive had a read-only switch that I'd left activated. I flicked the switch over to read-write mode, power cycled the drive and then I could mount read-write again.






              share|improve this answer

























                up vote
                0
                down vote













                In my case, my USB drive had a read-only switch that I'd left activated. I flicked the switch over to read-write mode, power cycled the drive and then I could mount read-write again.






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  In my case, my USB drive had a read-only switch that I'd left activated. I flicked the switch over to read-write mode, power cycled the drive and then I could mount read-write again.






                  share|improve this answer












                  In my case, my USB drive had a read-only switch that I'd left activated. I flicked the switch over to read-write mode, power cycled the drive and then I could mount read-write again.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 5 '16 at 13:32









                  Robie Basak

                  12.4k24576




                  12.4k24576






















                      up vote
                      0
                      down vote













                      When I have problems of this type I find a Mac somewhere and do a FAT format on the USB flash drive with the Mac.






                      share|improve this answer

























                        up vote
                        0
                        down vote













                        When I have problems of this type I find a Mac somewhere and do a FAT format on the USB flash drive with the Mac.






                        share|improve this answer























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          When I have problems of this type I find a Mac somewhere and do a FAT format on the USB flash drive with the Mac.






                          share|improve this answer












                          When I have problems of this type I find a Mac somewhere and do a FAT format on the USB flash drive with the Mac.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 2 at 13:20









                          Garoolgan

                          327




                          327






























                              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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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%2f408393%2ftried-formatting-usb-to-ntfs-and-now-i-can-no-longer-mount-it-or-format-it%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

                              Quarter-circle Tiles

                              build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                              Mont Emei