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;
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
add a comment
|
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
add a comment
|
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
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
mount hard-drive 17.10 fstab
asked Dec 2 '17 at 21:01
Jainesh J HiraJainesh J Hira
114 bronze badges
114 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Update:
I found a solution. These are the steps I took.
- List all the mount points
mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'
- Fix the ntfs partition
sudo ntfsfix Partition Identifier
- Unmount the partition
sudo umount Mountpoint
- Mount it
sudo ntfs-3g PartitionIdentifier Mountpoint
Hope this helps!
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
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Update:
I found a solution. These are the steps I took.
- List all the mount points
mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'
- Fix the ntfs partition
sudo ntfsfix Partition Identifier
- Unmount the partition
sudo umount Mountpoint
- Mount it
sudo ntfs-3g PartitionIdentifier Mountpoint
Hope this helps!
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
add a comment
|
Update:
I found a solution. These are the steps I took.
- List all the mount points
mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'
- Fix the ntfs partition
sudo ntfsfix Partition Identifier
- Unmount the partition
sudo umount Mountpoint
- Mount it
sudo ntfs-3g PartitionIdentifier Mountpoint
Hope this helps!
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
add a comment
|
Update:
I found a solution. These are the steps I took.
- List all the mount points
mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'
- Fix the ntfs partition
sudo ntfsfix Partition Identifier
- Unmount the partition
sudo umount Mountpoint
- Mount it
sudo ntfs-3g PartitionIdentifier Mountpoint
Hope this helps!
Update:
I found a solution. These are the steps I took.
- List all the mount points
mount -v | grep "^/" | awk 'print "nPartition identifier: " $1 "n Mountpoint: " $3'
- Fix the ntfs partition
sudo ntfsfix Partition Identifier
- Unmount the partition
sudo umount Mountpoint
- Mount it
sudo ntfs-3g PartitionIdentifier Mountpoint
Hope this helps!
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
add a comment
|
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
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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