Super sensitive file system!
I have my current laptop for almost 4 years, but it's about 7 months that I have been using Linux (Ubuntu 18.04) as my only OS. There have been challenges for me (you know normally as a new user) to get familiar with Linux, but things are fine except one big issue which doesn't seem to be normal.
My file system is very sensitive and gets corrupted very easily just for no reason, and these corruptions are in different levels:
- Sometimes it just simple and while booting needs
fsck /dev/sda1(Still wired! Why a normal computer needs that time to time?) - Sometimes when I'm using my computer suddenly the whole file system becomes read-only. This happened maybe 3-4 for times in past month. I just should reboot and it again requires
fsck /dev/sda1 - Sometimes while booting I get the error Try to read/write out side of the (hd0) which the solution is doing the
set root=(hd0,msdos1) ...and you know the rest. Although the last time that happened (after an unexpected shutdown) it just didn't get fixed by setting root and prefix and I had to do the next case. - The most hard case is when absolutely nothing works is to boot Linux with live USB and run this command:
sudo e2fsck -f -b 32768 -y /dev/sda1!! Which has been my life saver all the time. Actually a period of time I had to do it always but after updating GRUB it usually gets fixed by first case.
However all these cases happen to me time to time with different frequency. Pretty annoying haw? I don't know if all of them are caused by same problem or not but this is the whole story of me and my machine's file system. Is it about an physical issue of my Hard Disk? Or my PC (Lenovo Z5070) not being compatible with the Ubuntu. Or maybe just some solvable issue?
And the last thing to mention is that I really didn't have these issues at all when I was using Win 10, and I kinda believe that if I switch to Windows things would be normal again.
So any ideas or clue for my situation? That would really help.
Thanks
==============================
UPDATE: I used some disk health check tools and surprisingly the result seems to be fine! Although I couldn't do the self-test in Disks but the showing result seems fine. About the SELF-TEST FAILED I read that it can be about because some sectors are used and it can't test, so I boot up using live USB but same thing happened. However before test it says: Disk is OK and all assessments as you can see is OK too. I also used SmartMonTool which is another tool for disk health check, and the result was PASSED too.
Result of Disks
Result of smartcrl
boot grub2 filesystem fsck
|
show 9 more comments
I have my current laptop for almost 4 years, but it's about 7 months that I have been using Linux (Ubuntu 18.04) as my only OS. There have been challenges for me (you know normally as a new user) to get familiar with Linux, but things are fine except one big issue which doesn't seem to be normal.
My file system is very sensitive and gets corrupted very easily just for no reason, and these corruptions are in different levels:
- Sometimes it just simple and while booting needs
fsck /dev/sda1(Still wired! Why a normal computer needs that time to time?) - Sometimes when I'm using my computer suddenly the whole file system becomes read-only. This happened maybe 3-4 for times in past month. I just should reboot and it again requires
fsck /dev/sda1 - Sometimes while booting I get the error Try to read/write out side of the (hd0) which the solution is doing the
set root=(hd0,msdos1) ...and you know the rest. Although the last time that happened (after an unexpected shutdown) it just didn't get fixed by setting root and prefix and I had to do the next case. - The most hard case is when absolutely nothing works is to boot Linux with live USB and run this command:
sudo e2fsck -f -b 32768 -y /dev/sda1!! Which has been my life saver all the time. Actually a period of time I had to do it always but after updating GRUB it usually gets fixed by first case.
However all these cases happen to me time to time with different frequency. Pretty annoying haw? I don't know if all of them are caused by same problem or not but this is the whole story of me and my machine's file system. Is it about an physical issue of my Hard Disk? Or my PC (Lenovo Z5070) not being compatible with the Ubuntu. Or maybe just some solvable issue?
And the last thing to mention is that I really didn't have these issues at all when I was using Win 10, and I kinda believe that if I switch to Windows things would be normal again.
So any ideas or clue for my situation? That would really help.
Thanks
==============================
UPDATE: I used some disk health check tools and surprisingly the result seems to be fine! Although I couldn't do the self-test in Disks but the showing result seems fine. About the SELF-TEST FAILED I read that it can be about because some sectors are used and it can't test, so I boot up using live USB but same thing happened. However before test it says: Disk is OK and all assessments as you can see is OK too. I also used SmartMonTool which is another tool for disk health check, and the result was PASSED too.
Result of Disks
Result of smartcrl
boot grub2 filesystem fsck
Step 1: Look up how to run a SMART test on your hard drive. Chronically corrupted filesystems are a classic symptom of a dying hard drive.
– user535733
Dec 19 '18 at 19:13
It's ok. You can just restore from backups. No problems, right?
– jdv
Dec 19 '18 at 19:24
Are you dual-booting with Windows?
– heynnema
Dec 20 '18 at 1:13
@user535733 I'll do a SAMRT test and will tell you the result. Thanks
– Erfan Samieyan
Dec 20 '18 at 10:17
@jdv I actually didn't get exactly what you meant. Restore backups of my data? Or just file system? File system just gets corrupt and I repair each time but data is still there and no problem with that.
– Erfan Samieyan
Dec 20 '18 at 10:17
|
show 9 more comments
I have my current laptop for almost 4 years, but it's about 7 months that I have been using Linux (Ubuntu 18.04) as my only OS. There have been challenges for me (you know normally as a new user) to get familiar with Linux, but things are fine except one big issue which doesn't seem to be normal.
My file system is very sensitive and gets corrupted very easily just for no reason, and these corruptions are in different levels:
- Sometimes it just simple and while booting needs
fsck /dev/sda1(Still wired! Why a normal computer needs that time to time?) - Sometimes when I'm using my computer suddenly the whole file system becomes read-only. This happened maybe 3-4 for times in past month. I just should reboot and it again requires
fsck /dev/sda1 - Sometimes while booting I get the error Try to read/write out side of the (hd0) which the solution is doing the
set root=(hd0,msdos1) ...and you know the rest. Although the last time that happened (after an unexpected shutdown) it just didn't get fixed by setting root and prefix and I had to do the next case. - The most hard case is when absolutely nothing works is to boot Linux with live USB and run this command:
sudo e2fsck -f -b 32768 -y /dev/sda1!! Which has been my life saver all the time. Actually a period of time I had to do it always but after updating GRUB it usually gets fixed by first case.
However all these cases happen to me time to time with different frequency. Pretty annoying haw? I don't know if all of them are caused by same problem or not but this is the whole story of me and my machine's file system. Is it about an physical issue of my Hard Disk? Or my PC (Lenovo Z5070) not being compatible with the Ubuntu. Or maybe just some solvable issue?
And the last thing to mention is that I really didn't have these issues at all when I was using Win 10, and I kinda believe that if I switch to Windows things would be normal again.
So any ideas or clue for my situation? That would really help.
Thanks
==============================
UPDATE: I used some disk health check tools and surprisingly the result seems to be fine! Although I couldn't do the self-test in Disks but the showing result seems fine. About the SELF-TEST FAILED I read that it can be about because some sectors are used and it can't test, so I boot up using live USB but same thing happened. However before test it says: Disk is OK and all assessments as you can see is OK too. I also used SmartMonTool which is another tool for disk health check, and the result was PASSED too.
Result of Disks
Result of smartcrl
boot grub2 filesystem fsck
I have my current laptop for almost 4 years, but it's about 7 months that I have been using Linux (Ubuntu 18.04) as my only OS. There have been challenges for me (you know normally as a new user) to get familiar with Linux, but things are fine except one big issue which doesn't seem to be normal.
My file system is very sensitive and gets corrupted very easily just for no reason, and these corruptions are in different levels:
- Sometimes it just simple and while booting needs
fsck /dev/sda1(Still wired! Why a normal computer needs that time to time?) - Sometimes when I'm using my computer suddenly the whole file system becomes read-only. This happened maybe 3-4 for times in past month. I just should reboot and it again requires
fsck /dev/sda1 - Sometimes while booting I get the error Try to read/write out side of the (hd0) which the solution is doing the
set root=(hd0,msdos1) ...and you know the rest. Although the last time that happened (after an unexpected shutdown) it just didn't get fixed by setting root and prefix and I had to do the next case. - The most hard case is when absolutely nothing works is to boot Linux with live USB and run this command:
sudo e2fsck -f -b 32768 -y /dev/sda1!! Which has been my life saver all the time. Actually a period of time I had to do it always but after updating GRUB it usually gets fixed by first case.
However all these cases happen to me time to time with different frequency. Pretty annoying haw? I don't know if all of them are caused by same problem or not but this is the whole story of me and my machine's file system. Is it about an physical issue of my Hard Disk? Or my PC (Lenovo Z5070) not being compatible with the Ubuntu. Or maybe just some solvable issue?
And the last thing to mention is that I really didn't have these issues at all when I was using Win 10, and I kinda believe that if I switch to Windows things would be normal again.
So any ideas or clue for my situation? That would really help.
Thanks
==============================
UPDATE: I used some disk health check tools and surprisingly the result seems to be fine! Although I couldn't do the self-test in Disks but the showing result seems fine. About the SELF-TEST FAILED I read that it can be about because some sectors are used and it can't test, so I boot up using live USB but same thing happened. However before test it says: Disk is OK and all assessments as you can see is OK too. I also used SmartMonTool which is another tool for disk health check, and the result was PASSED too.
Result of Disks
Result of smartcrl
boot grub2 filesystem fsck
boot grub2 filesystem fsck
edited Dec 22 '18 at 19:45
Erfan Samieyan
asked Dec 19 '18 at 19:08
Erfan SamieyanErfan Samieyan
112
112
Step 1: Look up how to run a SMART test on your hard drive. Chronically corrupted filesystems are a classic symptom of a dying hard drive.
– user535733
Dec 19 '18 at 19:13
It's ok. You can just restore from backups. No problems, right?
– jdv
Dec 19 '18 at 19:24
Are you dual-booting with Windows?
– heynnema
Dec 20 '18 at 1:13
@user535733 I'll do a SAMRT test and will tell you the result. Thanks
– Erfan Samieyan
Dec 20 '18 at 10:17
@jdv I actually didn't get exactly what you meant. Restore backups of my data? Or just file system? File system just gets corrupt and I repair each time but data is still there and no problem with that.
– Erfan Samieyan
Dec 20 '18 at 10:17
|
show 9 more comments
Step 1: Look up how to run a SMART test on your hard drive. Chronically corrupted filesystems are a classic symptom of a dying hard drive.
– user535733
Dec 19 '18 at 19:13
It's ok. You can just restore from backups. No problems, right?
– jdv
Dec 19 '18 at 19:24
Are you dual-booting with Windows?
– heynnema
Dec 20 '18 at 1:13
@user535733 I'll do a SAMRT test and will tell you the result. Thanks
– Erfan Samieyan
Dec 20 '18 at 10:17
@jdv I actually didn't get exactly what you meant. Restore backups of my data? Or just file system? File system just gets corrupt and I repair each time but data is still there and no problem with that.
– Erfan Samieyan
Dec 20 '18 at 10:17
Step 1: Look up how to run a SMART test on your hard drive. Chronically corrupted filesystems are a classic symptom of a dying hard drive.
– user535733
Dec 19 '18 at 19:13
Step 1: Look up how to run a SMART test on your hard drive. Chronically corrupted filesystems are a classic symptom of a dying hard drive.
– user535733
Dec 19 '18 at 19:13
It's ok. You can just restore from backups. No problems, right?
– jdv
Dec 19 '18 at 19:24
It's ok. You can just restore from backups. No problems, right?
– jdv
Dec 19 '18 at 19:24
Are you dual-booting with Windows?
– heynnema
Dec 20 '18 at 1:13
Are you dual-booting with Windows?
– heynnema
Dec 20 '18 at 1:13
@user535733 I'll do a SAMRT test and will tell you the result. Thanks
– Erfan Samieyan
Dec 20 '18 at 10:17
@user535733 I'll do a SAMRT test and will tell you the result. Thanks
– Erfan Samieyan
Dec 20 '18 at 10:17
@jdv I actually didn't get exactly what you meant. Restore backups of my data? Or just file system? File system just gets corrupt and I repair each time but data is still there and no problem with that.
– Erfan Samieyan
Dec 20 '18 at 10:17
@jdv I actually didn't get exactly what you meant. Restore backups of my data? Or just file system? File system just gets corrupt and I repair each time but data is still there and no problem with that.
– Erfan Samieyan
Dec 20 '18 at 10:17
|
show 9 more comments
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%2f1103173%2fsuper-sensitive-file-system%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.
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.
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%2f1103173%2fsuper-sensitive-file-system%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
Step 1: Look up how to run a SMART test on your hard drive. Chronically corrupted filesystems are a classic symptom of a dying hard drive.
– user535733
Dec 19 '18 at 19:13
It's ok. You can just restore from backups. No problems, right?
– jdv
Dec 19 '18 at 19:24
Are you dual-booting with Windows?
– heynnema
Dec 20 '18 at 1:13
@user535733 I'll do a SAMRT test and will tell you the result. Thanks
– Erfan Samieyan
Dec 20 '18 at 10:17
@jdv I actually didn't get exactly what you meant. Restore backups of my data? Or just file system? File system just gets corrupt and I repair each time but data is still there and no problem with that.
– Erfan Samieyan
Dec 20 '18 at 10:17