Super sensitive file system!Ubuntu 12.04 lts won't boot after system crash + corrupt file systemRecover from a corrupted filesystem when fsck do not helperror: failure reading sector 0x7c3c00 from “hd0”Ubuntu Read Only File System On Almost Every Boot Even After FSCKSMART Pre-fail (Temperature 70)Disk issues (JavaScript error in the main process)Autocorrect for “UNEXPECTED INCONSISTENCY : Run fsck manually” problemGNU GRUB terminal screen when upgraded to Ubuntu 18.04Ubuntu 18.04 boot problemsHow to force fix file systems during boot
Is it safe to abruptly remove Arduino power?
Having the player face themselves after the mid-game
Is this Paypal Github SDK reference really a dangerous site?
Rationale to prefer local variables over instance variables?
The meaning of ‘otherwise’
How do spaceships determine each other's mass in space?
How do we create new idioms and use them in a novel?
Readonly vs static readonly clarification
Making a kiddush for a girl that has hard time finding shidduch
Why does Solve lock up when trying to solve the quadratic equation with large integers?
Street obstacles in New Zealand
What are you allowed to do while using the Warlock's Eldritch Master feature?
Finitely many repeated replacements
Confusion about Complex Continued Fraction
What's the 'present simple' form of the word "нашла́" in 3rd person singular female?
What is better: yes / no radio, or simple checkbox?
What is this diamond of every day?
Can one live in the U.S. and not use a credit card?
Gaining more land
Help! My Character is too much for her story!
(Codewars) Linked Lists - Remove Duplicates
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
What are some noteworthy "mic-drop" moments in math?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Super sensitive file system!
Ubuntu 12.04 lts won't boot after system crash + corrupt file systemRecover from a corrupted filesystem when fsck do not helperror: failure reading sector 0x7c3c00 from “hd0”Ubuntu Read Only File System On Almost Every Boot Even After FSCKSMART Pre-fail (Temperature 70)Disk issues (JavaScript error in the main process)Autocorrect for “UNEXPECTED INCONSISTENCY : Run fsck manually” problemGNU GRUB terminal screen when upgraded to Ubuntu 18.04Ubuntu 18.04 boot problemsHow to force fix file systems during boot
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
113
113
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
1 Answer
1
active
oldest
votes
Okay guys, it's been a tough few months for me dealing with the described issue. I erased the whole disk several times tried different partitioning and even tried a different distro in order to test everything. But finally none of them solved the problem so crisis happened and my BIOS couldn't recognize my HDD so that was the end and now I'm with a new SSD which has been working without those problems for some weeks. If you are dealing with same issues you should consider replacing the drive. Also take a look at the comments, there is a good conversation there I think. However these are my experiences from what I've done. Some of them are maybe for new users or young learners:
In my opinion any of mentioned issues can be a sign of damaged hard drive. So if you have to do any manual
fsckstart to think about data recovery.Hard drives are one of the most sensitive parts of our computers so it is not unlikely at all to have disk issues after sometime (usually within 3-5 years based on your works)
I have been on very tough moments when I had projects to be done while those hard issues kept happening, but I found out that there would be no learning when there is no problem to deal with. So don't be afraid of issues, don't get settled with an OKAY situation. Try to make things in your most desired form. Specially with computers, they are YOUR machine and should be in the exact way that YOU want. So you even can enhance the best situation.
Have fun in your explores :)
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/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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Okay guys, it's been a tough few months for me dealing with the described issue. I erased the whole disk several times tried different partitioning and even tried a different distro in order to test everything. But finally none of them solved the problem so crisis happened and my BIOS couldn't recognize my HDD so that was the end and now I'm with a new SSD which has been working without those problems for some weeks. If you are dealing with same issues you should consider replacing the drive. Also take a look at the comments, there is a good conversation there I think. However these are my experiences from what I've done. Some of them are maybe for new users or young learners:
In my opinion any of mentioned issues can be a sign of damaged hard drive. So if you have to do any manual
fsckstart to think about data recovery.Hard drives are one of the most sensitive parts of our computers so it is not unlikely at all to have disk issues after sometime (usually within 3-5 years based on your works)
I have been on very tough moments when I had projects to be done while those hard issues kept happening, but I found out that there would be no learning when there is no problem to deal with. So don't be afraid of issues, don't get settled with an OKAY situation. Try to make things in your most desired form. Specially with computers, they are YOUR machine and should be in the exact way that YOU want. So you even can enhance the best situation.
Have fun in your explores :)
add a comment |
Okay guys, it's been a tough few months for me dealing with the described issue. I erased the whole disk several times tried different partitioning and even tried a different distro in order to test everything. But finally none of them solved the problem so crisis happened and my BIOS couldn't recognize my HDD so that was the end and now I'm with a new SSD which has been working without those problems for some weeks. If you are dealing with same issues you should consider replacing the drive. Also take a look at the comments, there is a good conversation there I think. However these are my experiences from what I've done. Some of them are maybe for new users or young learners:
In my opinion any of mentioned issues can be a sign of damaged hard drive. So if you have to do any manual
fsckstart to think about data recovery.Hard drives are one of the most sensitive parts of our computers so it is not unlikely at all to have disk issues after sometime (usually within 3-5 years based on your works)
I have been on very tough moments when I had projects to be done while those hard issues kept happening, but I found out that there would be no learning when there is no problem to deal with. So don't be afraid of issues, don't get settled with an OKAY situation. Try to make things in your most desired form. Specially with computers, they are YOUR machine and should be in the exact way that YOU want. So you even can enhance the best situation.
Have fun in your explores :)
add a comment |
Okay guys, it's been a tough few months for me dealing with the described issue. I erased the whole disk several times tried different partitioning and even tried a different distro in order to test everything. But finally none of them solved the problem so crisis happened and my BIOS couldn't recognize my HDD so that was the end and now I'm with a new SSD which has been working without those problems for some weeks. If you are dealing with same issues you should consider replacing the drive. Also take a look at the comments, there is a good conversation there I think. However these are my experiences from what I've done. Some of them are maybe for new users or young learners:
In my opinion any of mentioned issues can be a sign of damaged hard drive. So if you have to do any manual
fsckstart to think about data recovery.Hard drives are one of the most sensitive parts of our computers so it is not unlikely at all to have disk issues after sometime (usually within 3-5 years based on your works)
I have been on very tough moments when I had projects to be done while those hard issues kept happening, but I found out that there would be no learning when there is no problem to deal with. So don't be afraid of issues, don't get settled with an OKAY situation. Try to make things in your most desired form. Specially with computers, they are YOUR machine and should be in the exact way that YOU want. So you even can enhance the best situation.
Have fun in your explores :)
Okay guys, it's been a tough few months for me dealing with the described issue. I erased the whole disk several times tried different partitioning and even tried a different distro in order to test everything. But finally none of them solved the problem so crisis happened and my BIOS couldn't recognize my HDD so that was the end and now I'm with a new SSD which has been working without those problems for some weeks. If you are dealing with same issues you should consider replacing the drive. Also take a look at the comments, there is a good conversation there I think. However these are my experiences from what I've done. Some of them are maybe for new users or young learners:
In my opinion any of mentioned issues can be a sign of damaged hard drive. So if you have to do any manual
fsckstart to think about data recovery.Hard drives are one of the most sensitive parts of our computers so it is not unlikely at all to have disk issues after sometime (usually within 3-5 years based on your works)
I have been on very tough moments when I had projects to be done while those hard issues kept happening, but I found out that there would be no learning when there is no problem to deal with. So don't be afraid of issues, don't get settled with an OKAY situation. Try to make things in your most desired form. Specially with computers, they are YOUR machine and should be in the exact way that YOU want. So you even can enhance the best situation.
Have fun in your explores :)
answered 1 hour ago
Erfan SamieyanErfan Samieyan
113
113
add a comment |
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%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