How can I undo a “read only file system” to make its directories valid?How to make read-only file system...
New Order #2: Turn My Way
How do I lift the insulation blower into the attic?
categorizing a variable turns it from insignificant to significant
Is this saw blade faulty?
Pre-Employment Background Check With Consent For Future Checks
Would this string work as string?
Why doesn't Gödel's incompleteness theorem apply to false statements?
When is the exact date for EOL of Ubuntu 14.04 LTS?
Error in master's thesis, I do not know what to do
Center page as a whole without centering each element individually
Would a primitive species be able to learn English from reading books alone?
Should I warn a new PhD Student?
What is the tangent at a sharp point on a curve?
Taking the numerator and the denominator
Connection Between Knot Theory and Number Theory
Why didn't Voldemort know what Grindelwald looked like?
Should a narrator ever describe things based on a character's view instead of facts?
Is there a distance limit for minecart tracks?
Calculate Pi using Monte Carlo
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Highest stage count that are used one right after the other?
What properties make a magic weapon befit a Rogue more than a DEX-based Fighter?
How can a new country break out from a developed country without war?
What is it called when someone votes for an option that's not their first choice?
How can I undo a “read only file system” to make its directories valid?
How to make read-only file system writable?How do I fix a frozen black screen on Lubuntu startup?How do I create a file system / partition / volume that would appear in the side bar of my file manager?cifs shares not mounting (permission denied) lubuntu 12.10 via /etc/fstabChanged 'txt.cfg' file in a lubuntu live usb and now its 'read only'Non existing Mount Points fails to automount on boot, How to fix this?Can't automount XFS partitionadd files to iso under ubuntu 16Mounting NAS for plex media server on Ubuntu 16.04 LTSLubuntu 18.04 and Windows 8.1 dual boot, cannot delete files in windows from Linux“No such file or directory” trying to write NTFSLubuntu with ldmtool cannot see LDM partitions on GPT disk
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
4 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
3 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 8 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
4 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
3 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
4 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
3 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
4 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
4 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
3 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
3 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
4 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
3 mins ago