How can I undo a “read only file system” to make its directories valid?
My computer has 2 drives, I use the 2nd for file storage and the 1st for the OS. Been unable to access the 2nd's contents. I get the following message clicking on it:
Error creating mount point `/media/jay/HP_PAVILION Adjacent Reserve 1_2': Read-only file system
I read the 2011 suggestion Lekensteyn made at How to make read-only file system writable? and tried the following command on LXTerminal:
sudo mount -o remount,rw '/media/jay/HP_PAVILION Adjacent Reserve 1_2'
I got the following response:
[sudo] password for jay:
mount: /media/jay/HP_PAVILION Adjacent Reserve 1_2: mount point does not exist.
When I try to access the shortcuts I made to folders that were on the drive, I get messages like:
The specified directory '/media/jay/HP_PAVILION Adjacent Reserve
1_2/!uTorrent completed downloads' is not valid
This is also giving me an 'error' when trying to magnet-torrent (via Transmission) the latest (18.10) version of Lubuntu which I'd like to try out.
Even downloading it normally gives an error:
could not be saved, because the disk, folder, or file is write-protected.
Write-enable the disk and try again, or try saving in a different location.
My comp also in past has spontaneously blackscreened (audio kept going) after around 20 minutes of running.
This may be related to past problems of blackscreenining on boot-up unless I do a "Resume Normal Boot" after AORMing (Advanced Options : Recover Mode) on startup.
I asked about this back in September How do I fix a frozen black screen on Lubuntu startup?
However I get so frustrated by it that I abandon the comp for months when the problems seem to accrue... I'd really like to be able to understand why it black-screened and if this is connected to why my 2nd drive was put into write-protect, and if it's connected to the black screen on startup.
Would I be better served trying out another Ubuntu OS? I don't know which is compatible with really old graphics hardware.
lubuntu mountpoint
add a comment |
My computer has 2 drives, I use the 2nd for file storage and the 1st for the OS. Been unable to access the 2nd's contents. I get the following message clicking on it:
Error creating mount point `/media/jay/HP_PAVILION Adjacent Reserve 1_2': Read-only file system
I read the 2011 suggestion Lekensteyn made at How to make read-only file system writable? and tried the following command on LXTerminal:
sudo mount -o remount,rw '/media/jay/HP_PAVILION Adjacent Reserve 1_2'
I got the following response:
[sudo] password for jay:
mount: /media/jay/HP_PAVILION Adjacent Reserve 1_2: mount point does not exist.
When I try to access the shortcuts I made to folders that were on the drive, I get messages like:
The specified directory '/media/jay/HP_PAVILION Adjacent Reserve
1_2/!uTorrent completed downloads' is not valid
This is also giving me an 'error' when trying to magnet-torrent (via Transmission) the latest (18.10) version of Lubuntu which I'd like to try out.
Even downloading it normally gives an error:
could not be saved, because the disk, folder, or file is write-protected.
Write-enable the disk and try again, or try saving in a different location.
My comp also in past has spontaneously blackscreened (audio kept going) after around 20 minutes of running.
This may be related to past problems of blackscreenining on boot-up unless I do a "Resume Normal Boot" after AORMing (Advanced Options : Recover Mode) on startup.
I asked about this back in September How do I fix a frozen black screen on Lubuntu startup?
However I get so frustrated by it that I abandon the comp for months when the problems seem to accrue... I'd really like to be able to understand why it black-screened and if this is connected to why my 2nd drive was put into write-protect, and if it's connected to the black screen on startup.
Would I be better served trying out another Ubuntu OS? I don't know which is compatible with really old graphics hardware.
lubuntu mountpoint
The mount error is telling you/media/jay/HP_PAVILION Adjacent Reserve 1_2
does not exist; it must already exist (as a directory) in order for you to mount a device to it. A common reason for a file-system to be read-only is because it has errors, and needsfsck
(file system check)
– guiverc
20 mins ago
Sounds like the problem is that the file system to which the 2nd drive is mounted (i.e. your OS drive) is read-only. You might want to run a SMART check.
– Nonny Moose
19 mins ago
add a comment |
My computer has 2 drives, I use the 2nd for file storage and the 1st for the OS. Been unable to access the 2nd's contents. I get the following message clicking on it:
Error creating mount point `/media/jay/HP_PAVILION Adjacent Reserve 1_2': Read-only file system
I read the 2011 suggestion Lekensteyn made at How to make read-only file system writable? and tried the following command on LXTerminal:
sudo mount -o remount,rw '/media/jay/HP_PAVILION Adjacent Reserve 1_2'
I got the following response:
[sudo] password for jay:
mount: /media/jay/HP_PAVILION Adjacent Reserve 1_2: mount point does not exist.
When I try to access the shortcuts I made to folders that were on the drive, I get messages like:
The specified directory '/media/jay/HP_PAVILION Adjacent Reserve
1_2/!uTorrent completed downloads' is not valid
This is also giving me an 'error' when trying to magnet-torrent (via Transmission) the latest (18.10) version of Lubuntu which I'd like to try out.
Even downloading it normally gives an error:
could not be saved, because the disk, folder, or file is write-protected.
Write-enable the disk and try again, or try saving in a different location.
My comp also in past has spontaneously blackscreened (audio kept going) after around 20 minutes of running.
This may be related to past problems of blackscreenining on boot-up unless I do a "Resume Normal Boot" after AORMing (Advanced Options : Recover Mode) on startup.
I asked about this back in September How do I fix a frozen black screen on Lubuntu startup?
However I get so frustrated by it that I abandon the comp for months when the problems seem to accrue... I'd really like to be able to understand why it black-screened and if this is connected to why my 2nd drive was put into write-protect, and if it's connected to the black screen on startup.
Would I be better served trying out another Ubuntu OS? I don't know which is compatible with really old graphics hardware.
lubuntu mountpoint
My computer has 2 drives, I use the 2nd for file storage and the 1st for the OS. Been unable to access the 2nd's contents. I get the following message clicking on it:
Error creating mount point `/media/jay/HP_PAVILION Adjacent Reserve 1_2': Read-only file system
I read the 2011 suggestion Lekensteyn made at How to make read-only file system writable? and tried the following command on LXTerminal:
sudo mount -o remount,rw '/media/jay/HP_PAVILION Adjacent Reserve 1_2'
I got the following response:
[sudo] password for jay:
mount: /media/jay/HP_PAVILION Adjacent Reserve 1_2: mount point does not exist.
When I try to access the shortcuts I made to folders that were on the drive, I get messages like:
The specified directory '/media/jay/HP_PAVILION Adjacent Reserve
1_2/!uTorrent completed downloads' is not valid
This is also giving me an 'error' when trying to magnet-torrent (via Transmission) the latest (18.10) version of Lubuntu which I'd like to try out.
Even downloading it normally gives an error:
could not be saved, because the disk, folder, or file is write-protected.
Write-enable the disk and try again, or try saving in a different location.
My comp also in past has spontaneously blackscreened (audio kept going) after around 20 minutes of running.
This may be related to past problems of blackscreenining on boot-up unless I do a "Resume Normal Boot" after AORMing (Advanced Options : Recover Mode) on startup.
I asked about this back in September How do I fix a frozen black screen on Lubuntu startup?
However I get so frustrated by it that I abandon the comp for months when the problems seem to accrue... I'd really like to be able to understand why it black-screened and if this is connected to why my 2nd drive was put into write-protect, and if it's connected to the black screen on startup.
Would I be better served trying out another Ubuntu OS? I don't know which is compatible with really old graphics hardware.
lubuntu mountpoint
lubuntu mountpoint
asked 24 mins ago
VistaRefugeeVistaRefugee
186
186
The mount error is telling you/media/jay/HP_PAVILION Adjacent Reserve 1_2
does not exist; it must already exist (as a directory) in order for you to mount a device to it. A common reason for a file-system to be read-only is because it has errors, and needsfsck
(file system check)
– guiverc
20 mins ago
Sounds like the problem is that the file system to which the 2nd drive is mounted (i.e. your OS drive) is read-only. You might want to run a SMART check.
– Nonny Moose
19 mins ago
add a comment |
The mount error is telling you/media/jay/HP_PAVILION Adjacent Reserve 1_2
does not exist; it must already exist (as a directory) in order for you to mount a device to it. A common reason for a file-system to be read-only is because it has errors, and needsfsck
(file system check)
– guiverc
20 mins ago
Sounds like the problem is that the file system to which the 2nd drive is mounted (i.e. your OS drive) is read-only. You might want to run a SMART check.
– Nonny Moose
19 mins ago
The mount error is telling you
/media/jay/HP_PAVILION Adjacent Reserve 1_2
does not exist; it must already exist (as a directory) in order for you to mount a device to it. A common reason for a file-system to be read-only is because it has errors, and needs fsck
(file system check)– guiverc
20 mins ago
The mount error is telling you
/media/jay/HP_PAVILION Adjacent Reserve 1_2
does not exist; it must already exist (as a directory) in order for you to mount a device to it. A common reason for a file-system to be read-only is because it has errors, and needs fsck
(file system check)– guiverc
20 mins ago
Sounds like the problem is that the file system to which the 2nd drive is mounted (i.e. your OS drive) is read-only. You might want to run a SMART check.
– Nonny Moose
19 mins ago
Sounds like the problem is that the file system to which the 2nd drive is mounted (i.e. your OS drive) is read-only. You might want to run a SMART check.
– Nonny Moose
19 mins ago
add a comment |
0
active
oldest
votes
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
});
}
});
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%2f1127085%2fhow-can-i-undo-a-read-only-file-system-to-make-its-directories-valid%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1127085%2fhow-can-i-undo-a-read-only-file-system-to-make-its-directories-valid%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
The mount error is telling you
/media/jay/HP_PAVILION Adjacent Reserve 1_2
does not exist; it must already exist (as a directory) in order for you to mount a device to it. A common reason for a file-system to be read-only is because it has errors, and needsfsck
(file system check)– guiverc
20 mins ago
Sounds like the problem is that the file system to which the 2nd drive is mounted (i.e. your OS drive) is read-only. You might want to run a SMART check.
– Nonny Moose
19 mins ago