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













2















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










share|improve this question
























  • 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
















2















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










share|improve this question
























  • 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














2












2








2








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










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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











1 Answer
1






active

oldest

votes


















0














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 fsck start 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 :)






share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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 fsck start 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 :)






    share|improve this answer



























      0














      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 fsck start 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 :)






      share|improve this answer

























        0












        0








        0







        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 fsck start 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 :)






        share|improve this answer













        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 fsck start 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 :)







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 1 hour ago









        Erfan SamieyanErfan Samieyan

        113




        113



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

            fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

            Where is the suspend/hibernate button in GNOME Shell? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)No suspend option in UI on Bionic BeaverHow can I set sleep mode in ubuntu18.04 LTS and what is the short cut key to do so?17.10 suspend not availableUbuntu 18.04 LTS missing sleep optionUbuntu 18.04 LTS - missing suspend option when power button is pressedHow to put Thinkpad X1 Extreme to sleep in Ubuntu 18.10?Suspend Button in interactive power button menu18.04 - Keep programs running after logging outway to disable Hibernate from within gconf-editor so button disappears?How can I hibernate from GNOME Shell?How can I hibernate/suspend from the command line and do so at a specific timeNo permission to suspend/hibernate after upgrading to 12.10MATE - Missing Suspend and Hibernate buttons, pressing power button shutdowns system immediatelyUbuntu 14.04: Suspend, Hibernate and Suspend-hybrid in the menu?Change “power-button-action” comand for “hibernate” option in GNOME 3.18Shutdown / Power off button does always go to suspend on 17.10Hibernate after suspend stopped working in 17.10Why doesn't the keyboard screenshot button work on Ubuntu with GNOME shell?