Safely removing USB 3.0 drive freezes the system - why and how to fix?












1














I'm running Ubuntu 16.04.5 LTS amd64 with 4.4.0-140-generic Linux kernel.



After one of recent upgrades I got new unexpected behavior - when I




  • select Safely remove drive in Caja

  • click Power off the disk button in GNOME Disks


for my USB 3.0 external drive - the Ubuntu system freezes without any error messages. I can loose unsaved documents and other personal data.



Why this happens? How should I fix this problem?










share|improve this question



























    1














    I'm running Ubuntu 16.04.5 LTS amd64 with 4.4.0-140-generic Linux kernel.



    After one of recent upgrades I got new unexpected behavior - when I




    • select Safely remove drive in Caja

    • click Power off the disk button in GNOME Disks


    for my USB 3.0 external drive - the Ubuntu system freezes without any error messages. I can loose unsaved documents and other personal data.



    Why this happens? How should I fix this problem?










    share|improve this question

























      1












      1








      1


      1





      I'm running Ubuntu 16.04.5 LTS amd64 with 4.4.0-140-generic Linux kernel.



      After one of recent upgrades I got new unexpected behavior - when I




      • select Safely remove drive in Caja

      • click Power off the disk button in GNOME Disks


      for my USB 3.0 external drive - the Ubuntu system freezes without any error messages. I can loose unsaved documents and other personal data.



      Why this happens? How should I fix this problem?










      share|improve this question













      I'm running Ubuntu 16.04.5 LTS amd64 with 4.4.0-140-generic Linux kernel.



      After one of recent upgrades I got new unexpected behavior - when I




      • select Safely remove drive in Caja

      • click Power off the disk button in GNOME Disks


      for my USB 3.0 external drive - the Ubuntu system freezes without any error messages. I can loose unsaved documents and other personal data.



      Why this happens? How should I fix this problem?







      16.04 usb kernel usb-drive disk






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 8 at 18:29









      N0rbert

      20.6k54495




      20.6k54495






















          2 Answers
          2






          active

          oldest

          votes


















          1














          This is known problem with latest 4.4.0-139-generic and 4.4.0-140-generic Linux kernels.

          On launchpad it is known as bug 1803929 (currently confirmed by 5 users).



          The temporary solution is to use 138 ( 4.4.0-138-generic ) kernel.



          So I have deleted 139 and 140 kernels by:



          sudo apt-get purge linux-image-4.4.0-139-generic linux-image-4.4.0-140-generic 
          linux-headers-4.4.0-139-generic linux-headers-4.4.0-140-generic
          sudo apt-get autoremove


          and wait for 141+ kernel with the fix.



          Warning: do not upgrade kernel to 4.4.0-139-generic or 4.4.0-140-generic if you need to keep your data safe on USB 3.0 external disks. Subscribe to the bug 1803929 and after the confirmation of the fix - install newest kernel back with sudo apt-get install linux-image-generic linux-headers-generic .






          share|improve this answer





























            0














            As for me, I went ahead and upgraded my Linux kernel to 4.13.16 for my Ubuntu 16.04 OS. This fixed the problem since my kernel was over 2 years old and about due for an upgrade.



            My Configuration: Ubuntu 16.04 - amd64 architecture



            Please revise accordingly with regards to your choice of kernel.



            Steps:




            • Execute $dpkg --print-architecture to view the processor's architecture.

            • Go to the 4.13.16 kernel here: kernel.ubuntu.com



            • Download the linux-headers-4.13.16-041316_4.13.16-041316.201711240901_all.deb located under your processor's architecture.



            • Download the linux-headers-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

            • Download the linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

            • [Optional] Move the .deb files into a folder.

            • Open a terminal, change directory to where the downloaded packages are stored, and execute $sudo dpkg -i *.deb to install the packages (Note: this will attempt to install any and all .deb packages in the folder. It is easier to move the downloaded packages into a separate folder to avoid this situation).

            • Reboot.

            • Execute $uname -r in a terminal to verify the kernel change.


            References:





            • AskUbuntu: How to update kernel...

            • TecMint: How to install latest kernel...






            share|improve this answer




















              protected by N0rbert Dec 13 at 6:50



              Thank you for your interest in this question.
              Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



              Would you like to answer one of these unanswered questions instead?














              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              This is known problem with latest 4.4.0-139-generic and 4.4.0-140-generic Linux kernels.

              On launchpad it is known as bug 1803929 (currently confirmed by 5 users).



              The temporary solution is to use 138 ( 4.4.0-138-generic ) kernel.



              So I have deleted 139 and 140 kernels by:



              sudo apt-get purge linux-image-4.4.0-139-generic linux-image-4.4.0-140-generic 
              linux-headers-4.4.0-139-generic linux-headers-4.4.0-140-generic
              sudo apt-get autoremove


              and wait for 141+ kernel with the fix.



              Warning: do not upgrade kernel to 4.4.0-139-generic or 4.4.0-140-generic if you need to keep your data safe on USB 3.0 external disks. Subscribe to the bug 1803929 and after the confirmation of the fix - install newest kernel back with sudo apt-get install linux-image-generic linux-headers-generic .






              share|improve this answer


























                1














                This is known problem with latest 4.4.0-139-generic and 4.4.0-140-generic Linux kernels.

                On launchpad it is known as bug 1803929 (currently confirmed by 5 users).



                The temporary solution is to use 138 ( 4.4.0-138-generic ) kernel.



                So I have deleted 139 and 140 kernels by:



                sudo apt-get purge linux-image-4.4.0-139-generic linux-image-4.4.0-140-generic 
                linux-headers-4.4.0-139-generic linux-headers-4.4.0-140-generic
                sudo apt-get autoremove


                and wait for 141+ kernel with the fix.



                Warning: do not upgrade kernel to 4.4.0-139-generic or 4.4.0-140-generic if you need to keep your data safe on USB 3.0 external disks. Subscribe to the bug 1803929 and after the confirmation of the fix - install newest kernel back with sudo apt-get install linux-image-generic linux-headers-generic .






                share|improve this answer
























                  1












                  1








                  1






                  This is known problem with latest 4.4.0-139-generic and 4.4.0-140-generic Linux kernels.

                  On launchpad it is known as bug 1803929 (currently confirmed by 5 users).



                  The temporary solution is to use 138 ( 4.4.0-138-generic ) kernel.



                  So I have deleted 139 and 140 kernels by:



                  sudo apt-get purge linux-image-4.4.0-139-generic linux-image-4.4.0-140-generic 
                  linux-headers-4.4.0-139-generic linux-headers-4.4.0-140-generic
                  sudo apt-get autoremove


                  and wait for 141+ kernel with the fix.



                  Warning: do not upgrade kernel to 4.4.0-139-generic or 4.4.0-140-generic if you need to keep your data safe on USB 3.0 external disks. Subscribe to the bug 1803929 and after the confirmation of the fix - install newest kernel back with sudo apt-get install linux-image-generic linux-headers-generic .






                  share|improve this answer












                  This is known problem with latest 4.4.0-139-generic and 4.4.0-140-generic Linux kernels.

                  On launchpad it is known as bug 1803929 (currently confirmed by 5 users).



                  The temporary solution is to use 138 ( 4.4.0-138-generic ) kernel.



                  So I have deleted 139 and 140 kernels by:



                  sudo apt-get purge linux-image-4.4.0-139-generic linux-image-4.4.0-140-generic 
                  linux-headers-4.4.0-139-generic linux-headers-4.4.0-140-generic
                  sudo apt-get autoremove


                  and wait for 141+ kernel with the fix.



                  Warning: do not upgrade kernel to 4.4.0-139-generic or 4.4.0-140-generic if you need to keep your data safe on USB 3.0 external disks. Subscribe to the bug 1803929 and after the confirmation of the fix - install newest kernel back with sudo apt-get install linux-image-generic linux-headers-generic .







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 8 at 18:29









                  N0rbert

                  20.6k54495




                  20.6k54495

























                      0














                      As for me, I went ahead and upgraded my Linux kernel to 4.13.16 for my Ubuntu 16.04 OS. This fixed the problem since my kernel was over 2 years old and about due for an upgrade.



                      My Configuration: Ubuntu 16.04 - amd64 architecture



                      Please revise accordingly with regards to your choice of kernel.



                      Steps:




                      • Execute $dpkg --print-architecture to view the processor's architecture.

                      • Go to the 4.13.16 kernel here: kernel.ubuntu.com



                      • Download the linux-headers-4.13.16-041316_4.13.16-041316.201711240901_all.deb located under your processor's architecture.



                      • Download the linux-headers-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                      • Download the linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                      • [Optional] Move the .deb files into a folder.

                      • Open a terminal, change directory to where the downloaded packages are stored, and execute $sudo dpkg -i *.deb to install the packages (Note: this will attempt to install any and all .deb packages in the folder. It is easier to move the downloaded packages into a separate folder to avoid this situation).

                      • Reboot.

                      • Execute $uname -r in a terminal to verify the kernel change.


                      References:





                      • AskUbuntu: How to update kernel...

                      • TecMint: How to install latest kernel...






                      share|improve this answer


























                        0














                        As for me, I went ahead and upgraded my Linux kernel to 4.13.16 for my Ubuntu 16.04 OS. This fixed the problem since my kernel was over 2 years old and about due for an upgrade.



                        My Configuration: Ubuntu 16.04 - amd64 architecture



                        Please revise accordingly with regards to your choice of kernel.



                        Steps:




                        • Execute $dpkg --print-architecture to view the processor's architecture.

                        • Go to the 4.13.16 kernel here: kernel.ubuntu.com



                        • Download the linux-headers-4.13.16-041316_4.13.16-041316.201711240901_all.deb located under your processor's architecture.



                        • Download the linux-headers-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                        • Download the linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                        • [Optional] Move the .deb files into a folder.

                        • Open a terminal, change directory to where the downloaded packages are stored, and execute $sudo dpkg -i *.deb to install the packages (Note: this will attempt to install any and all .deb packages in the folder. It is easier to move the downloaded packages into a separate folder to avoid this situation).

                        • Reboot.

                        • Execute $uname -r in a terminal to verify the kernel change.


                        References:





                        • AskUbuntu: How to update kernel...

                        • TecMint: How to install latest kernel...






                        share|improve this answer
























                          0












                          0








                          0






                          As for me, I went ahead and upgraded my Linux kernel to 4.13.16 for my Ubuntu 16.04 OS. This fixed the problem since my kernel was over 2 years old and about due for an upgrade.



                          My Configuration: Ubuntu 16.04 - amd64 architecture



                          Please revise accordingly with regards to your choice of kernel.



                          Steps:




                          • Execute $dpkg --print-architecture to view the processor's architecture.

                          • Go to the 4.13.16 kernel here: kernel.ubuntu.com



                          • Download the linux-headers-4.13.16-041316_4.13.16-041316.201711240901_all.deb located under your processor's architecture.



                          • Download the linux-headers-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                          • Download the linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                          • [Optional] Move the .deb files into a folder.

                          • Open a terminal, change directory to where the downloaded packages are stored, and execute $sudo dpkg -i *.deb to install the packages (Note: this will attempt to install any and all .deb packages in the folder. It is easier to move the downloaded packages into a separate folder to avoid this situation).

                          • Reboot.

                          • Execute $uname -r in a terminal to verify the kernel change.


                          References:





                          • AskUbuntu: How to update kernel...

                          • TecMint: How to install latest kernel...






                          share|improve this answer












                          As for me, I went ahead and upgraded my Linux kernel to 4.13.16 for my Ubuntu 16.04 OS. This fixed the problem since my kernel was over 2 years old and about due for an upgrade.



                          My Configuration: Ubuntu 16.04 - amd64 architecture



                          Please revise accordingly with regards to your choice of kernel.



                          Steps:




                          • Execute $dpkg --print-architecture to view the processor's architecture.

                          • Go to the 4.13.16 kernel here: kernel.ubuntu.com



                          • Download the linux-headers-4.13.16-041316_4.13.16-041316.201711240901_all.deb located under your processor's architecture.



                          • Download the linux-headers-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                          • Download the linux-image-4.13.16-041316-generic_4.13.16-041316.201711240901_XXX.deb located under your processor's architecture, where XXX stands for your processor's architecture.

                          • [Optional] Move the .deb files into a folder.

                          • Open a terminal, change directory to where the downloaded packages are stored, and execute $sudo dpkg -i *.deb to install the packages (Note: this will attempt to install any and all .deb packages in the folder. It is easier to move the downloaded packages into a separate folder to avoid this situation).

                          • Reboot.

                          • Execute $uname -r in a terminal to verify the kernel change.


                          References:





                          • AskUbuntu: How to update kernel...

                          • TecMint: How to install latest kernel...







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 12 at 22:46









                          PSA

                          12




                          12

















                              protected by N0rbert Dec 13 at 6:50



                              Thank you for your interest in this question.
                              Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                              Would you like to answer one of these unanswered questions instead?



                              Popular posts from this blog

                              flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                              Mangá

                               ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕