Hard drives unable to rw on ubuntu 17.10 (hard drives mounted at mount point)How to rebuild fstab automaticallyCdrom is mounted, but where?drives will not mount on startupDiscs unable to set manual mounting options in 14.04Clean Installed Ubuntu 14.04 - Second HDD is Read Only - How to gain permissions?Mounting Error at bootupUnable to mount internal hard-driveRead/Write permission of 2nd hard drive

Do companies have non compete agreements between each other?

Origin of Aliens in 'A Quiet Place'?

Why is it ethical for Ambassador Sondland to have been given an ambassadorship for campaign contributions?

"the whole shabang" vs "the whole shebang"

Sitting in the Succah of Whale skin in the world to come?

Where can I read the oldest and purest texts of Budhism

Large products with glass doors

Do gray aliens exist in Star Trek?

Inverse Look-and-Say

Miniseries in post-rapture US with good/evil conflict

How to assign a value to a variable in Terminal?

Why does the Eurofighter Typhoon pitch up on brake release?

Bought a book that is in the public domain ... but the T&A of company says I can't redistribute it

Can I regain some of my normal hit points while I have a buffer of temporary hit points?

What does "Massage with salt" mean in a recipe?

Does Estonia have discount supermarket chains like Aldi and Lidl?

What is a flight ticket coupon?

Is there a word/phrase that can describe playing a musical instrument in a casual way?

Why would a berry have a slow-acting poison?

I might blow up!

Why should I invest so much in 401(k)?

If password expiration is applied, should door-locks expiration be applied too?

Correct spacing in math inside a word

Is Fox News not classified as a news channel?



Hard drives unable to rw on ubuntu 17.10 (hard drives mounted at mount point)


How to rebuild fstab automaticallyCdrom is mounted, but where?drives will not mount on startupDiscs unable to set manual mounting options in 14.04Clean Installed Ubuntu 14.04 - Second HDD is Read Only - How to gain permissions?Mounting Error at bootupUnable to mount internal hard-driveRead/Write permission of 2nd hard drive






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















I have recently had this issue which was not present before, I have 2 hard drives which are mounted to mount locations. Today I have noticed that I cannot create folders on these hard drives and I suspect it to be something to do with rw. I have tried to remount the hard drives but no luck.



Here is a snippet of my fstab file below:



/dev/disk/by-uuid/54E897EBE897C99E /mnt/Seagate2TB auto rw,nosuid,nodev,nofail,x-gvfs-show 0 0



/dev/disk/by-uuid/6FE61AA33CE08554 /mnt/6FE61AA33CE08554 auto nosuid,nodev,nofail,x-gvfs-show 0 0



Please can someone assist me, I have tried to look on google and I cannot find a solution.










share|improve this question































    1


















    I have recently had this issue which was not present before, I have 2 hard drives which are mounted to mount locations. Today I have noticed that I cannot create folders on these hard drives and I suspect it to be something to do with rw. I have tried to remount the hard drives but no luck.



    Here is a snippet of my fstab file below:



    /dev/disk/by-uuid/54E897EBE897C99E /mnt/Seagate2TB auto rw,nosuid,nodev,nofail,x-gvfs-show 0 0



    /dev/disk/by-uuid/6FE61AA33CE08554 /mnt/6FE61AA33CE08554 auto nosuid,nodev,nofail,x-gvfs-show 0 0



    Please can someone assist me, I have tried to look on google and I cannot find a solution.










    share|improve this question



























      1













      1









      1








      I have recently had this issue which was not present before, I have 2 hard drives which are mounted to mount locations. Today I have noticed that I cannot create folders on these hard drives and I suspect it to be something to do with rw. I have tried to remount the hard drives but no luck.



      Here is a snippet of my fstab file below:



      /dev/disk/by-uuid/54E897EBE897C99E /mnt/Seagate2TB auto rw,nosuid,nodev,nofail,x-gvfs-show 0 0



      /dev/disk/by-uuid/6FE61AA33CE08554 /mnt/6FE61AA33CE08554 auto nosuid,nodev,nofail,x-gvfs-show 0 0



      Please can someone assist me, I have tried to look on google and I cannot find a solution.










      share|improve this question














      I have recently had this issue which was not present before, I have 2 hard drives which are mounted to mount locations. Today I have noticed that I cannot create folders on these hard drives and I suspect it to be something to do with rw. I have tried to remount the hard drives but no luck.



      Here is a snippet of my fstab file below:



      /dev/disk/by-uuid/54E897EBE897C99E /mnt/Seagate2TB auto rw,nosuid,nodev,nofail,x-gvfs-show 0 0



      /dev/disk/by-uuid/6FE61AA33CE08554 /mnt/6FE61AA33CE08554 auto nosuid,nodev,nofail,x-gvfs-show 0 0



      Please can someone assist me, I have tried to look on google and I cannot find a solution.







      mount hard-drive 17.10 fstab






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 2 '17 at 21:01









      Jainesh J HiraJainesh J Hira

      114 bronze badges




      114 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0



















          Update:



          I found a solution. These are the steps I took.



          1. List all the mount points mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'

          2. Fix the ntfs partition sudo ntfsfix Partition Identifier

          3. Unmount the partition sudo umount Mountpoint

          4. Mount it sudo ntfs-3g PartitionIdentifier Mountpoint

          Hope this helps!






          share|improve this answer




























          • You could have add that the problem was a corrupted NTFS partition that should have been corrected with Windows tools. ntfsfix is quite limited and using it doesn't mean the partition is fine now (it most likely isn't), just that it can be mounted but expect other issues down the road.

            – user692175
            Dec 3 '17 at 14:41












          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/4.0/"u003ecc by-sa 4.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%2f982562%2fhard-drives-unable-to-rw-on-ubuntu-17-10-hard-drives-mounted-at-mount-point%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown


























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0



















          Update:



          I found a solution. These are the steps I took.



          1. List all the mount points mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'

          2. Fix the ntfs partition sudo ntfsfix Partition Identifier

          3. Unmount the partition sudo umount Mountpoint

          4. Mount it sudo ntfs-3g PartitionIdentifier Mountpoint

          Hope this helps!






          share|improve this answer




























          • You could have add that the problem was a corrupted NTFS partition that should have been corrected with Windows tools. ntfsfix is quite limited and using it doesn't mean the partition is fine now (it most likely isn't), just that it can be mounted but expect other issues down the road.

            – user692175
            Dec 3 '17 at 14:41















          0



















          Update:



          I found a solution. These are the steps I took.



          1. List all the mount points mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'

          2. Fix the ntfs partition sudo ntfsfix Partition Identifier

          3. Unmount the partition sudo umount Mountpoint

          4. Mount it sudo ntfs-3g PartitionIdentifier Mountpoint

          Hope this helps!






          share|improve this answer




























          • You could have add that the problem was a corrupted NTFS partition that should have been corrected with Windows tools. ntfsfix is quite limited and using it doesn't mean the partition is fine now (it most likely isn't), just that it can be mounted but expect other issues down the road.

            – user692175
            Dec 3 '17 at 14:41













          0















          0











          0









          Update:



          I found a solution. These are the steps I took.



          1. List all the mount points mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'

          2. Fix the ntfs partition sudo ntfsfix Partition Identifier

          3. Unmount the partition sudo umount Mountpoint

          4. Mount it sudo ntfs-3g PartitionIdentifier Mountpoint

          Hope this helps!






          share|improve this answer
















          Update:



          I found a solution. These are the steps I took.



          1. List all the mount points mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'

          2. Fix the ntfs partition sudo ntfsfix Partition Identifier

          3. Unmount the partition sudo umount Mountpoint

          4. Mount it sudo ntfs-3g PartitionIdentifier Mountpoint

          Hope this helps!







          share|improve this answer















          share|improve this answer




          share|improve this answer








          edited Sep 14 at 20:54

























          answered Dec 3 '17 at 7:00









          Jainesh J HiraJainesh J Hira

          114 bronze badges




          114 bronze badges















          • You could have add that the problem was a corrupted NTFS partition that should have been corrected with Windows tools. ntfsfix is quite limited and using it doesn't mean the partition is fine now (it most likely isn't), just that it can be mounted but expect other issues down the road.

            – user692175
            Dec 3 '17 at 14:41

















          • You could have add that the problem was a corrupted NTFS partition that should have been corrected with Windows tools. ntfsfix is quite limited and using it doesn't mean the partition is fine now (it most likely isn't), just that it can be mounted but expect other issues down the road.

            – user692175
            Dec 3 '17 at 14:41
















          You could have add that the problem was a corrupted NTFS partition that should have been corrected with Windows tools. ntfsfix is quite limited and using it doesn't mean the partition is fine now (it most likely isn't), just that it can be mounted but expect other issues down the road.

          – user692175
          Dec 3 '17 at 14:41





          You could have add that the problem was a corrupted NTFS partition that should have been corrected with Windows tools. ntfsfix is quite limited and using it doesn't mean the partition is fine now (it most likely isn't), just that it can be mounted but expect other issues down the road.

          – user692175
          Dec 3 '17 at 14:41


















          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%2f982562%2fhard-drives-unable-to-rw-on-ubuntu-17-10-hard-drives-mounted-at-mount-point%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

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?