Problems with Ubuntu mount /tmp The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Root drive is running out of disk space. How can I free up space?Battery problems with Ubuntu TouchMount external Hard Drive with /etc/fstab on ubuntu 14.04 problemsProblems with install 14.04Ubuntu 14.04 problems with kernel 3.17problems with logging inwill mounting /tmp with noexec and nosuid cause problems?Problems with apache2 hierarchyproblems with one userPerformance problems with Ubuntu 14.04Problems with ethernet Ubuntu 14.04

How do you keep chess fun when your opponent constantly beats you?

Why is superheterodyning better than direct conversion?

How to delete random line from file using Unix command?

Change bounding box of math glyphs in LuaTeX

Windows 10: How to Lock (not sleep) laptop on lid close?

The variadic template constructor of my class cannot modify my class members, why is that so?

When did F become S? Why?

Problems with Ubuntu mount /tmp

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Simulating Exploding Dice

How did passengers keep warm on sail ships?

Can smartphones with the same camera sensor have different image quality?

Finding degree of a finite field extension

Finding the path in a graph from A to B then back to A with a minimum of shared edges

Single author papers against my advisor's will?

Typeface like Times New Roman but with "tied" percent sign

University's motivation for having tenure-track positions

Was credit for the black hole image misattributed?

What information about me do stores get via my credit card?

Am I ethically obligated to go into work on an off day if the reason is sudden?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

How to grep and cut numbes from a file and sum them

Synthesis of a weinreb amide from an acid

Hopping to infinity along a string of digits



Problems with Ubuntu mount /tmp



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Root drive is running out of disk space. How can I free up space?Battery problems with Ubuntu TouchMount external Hard Drive with /etc/fstab on ubuntu 14.04 problemsProblems with install 14.04Ubuntu 14.04 problems with kernel 3.17problems with logging inwill mounting /tmp with noexec and nosuid cause problems?Problems with apache2 hierarchyproblems with one userPerformance problems with Ubuntu 14.04Problems with ethernet Ubuntu 14.04



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















Problems with ubuntu
apt-get install -f



W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


I tried mount back the tmp but it doesnts works
Someone know How to fix it?



root@pipoca:/var/tmp# mount /tmp
mount: can't find /tmp in /etc/fstab

root@pipoca:/var/tmp# free -m
total used free shared buff/cache available
Mem: 3008 868 1327 13 812 1964
Swap: 263 0 263

root@pipoca:/tmp# df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.5G 0 1.5G 0% /dev
tmpfs 301M 4.5M 297M 2% /run
/dev/vda1 25G 25G 0 100% /
tmpfs 1.5G 8.0K 1.5G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.5G 0 1.5G 0% /sys/fs/cgroup
/dev/vda15 105M 3.6M 101M 4% /boot/efi
tmpfs 301M 0 301M 0% /run/user/0



root@pipoca:/# dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/(.*)-([^0-9]+)/1/")"'/d;s/^[^ ]* [^ ]* ([^ ]*).*/1/;/[0-9]/!d' | xargs sudo apt-get -y purge
dpkg-query: no packages found matching linux-*
Reading package lists... Error!
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


using



sudo apt autoremove
sudo apt autoclean


I got



E: Write error - write (28: No space left on device)
E: Write error - write (28: No space left on device)


using



root@pipoca:/# sudo journalctl --vacuum-time=2d
Vacuuming done, freed 0B of archived journals on disk.
root@pipoca:/# journalctl --vacuum-size=500M
Vacuuming done, freed 0B of archived journals on disk.

root@pipoca:/# apt-get update
Hit:1 http://mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:2 http://mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:3 http://mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Hit:4 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-xenial InRelease
Hit:5 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal InRelease
Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:7 https://packages.microsoft.com/ubuntu/16.04/prod xenial InRelease
Hit:8 http://archive.ubuntu.com/ubuntu xenial InRelease
not a reference at /usr/bin/apt-show-versions line 222.
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code









share|improve this question



















  • 2





    Possible duplicate of Root drive is running out of disk space. How can I free up space?

    – RoVo
    2 hours ago






  • 2





    As apt needs some space to run, first delete some files, then run apt

    – RoVo
    2 hours ago


















3















Problems with ubuntu
apt-get install -f



W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


I tried mount back the tmp but it doesnts works
Someone know How to fix it?



root@pipoca:/var/tmp# mount /tmp
mount: can't find /tmp in /etc/fstab

root@pipoca:/var/tmp# free -m
total used free shared buff/cache available
Mem: 3008 868 1327 13 812 1964
Swap: 263 0 263

root@pipoca:/tmp# df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.5G 0 1.5G 0% /dev
tmpfs 301M 4.5M 297M 2% /run
/dev/vda1 25G 25G 0 100% /
tmpfs 1.5G 8.0K 1.5G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.5G 0 1.5G 0% /sys/fs/cgroup
/dev/vda15 105M 3.6M 101M 4% /boot/efi
tmpfs 301M 0 301M 0% /run/user/0



root@pipoca:/# dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/(.*)-([^0-9]+)/1/")"'/d;s/^[^ ]* [^ ]* ([^ ]*).*/1/;/[0-9]/!d' | xargs sudo apt-get -y purge
dpkg-query: no packages found matching linux-*
Reading package lists... Error!
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


using



sudo apt autoremove
sudo apt autoclean


I got



E: Write error - write (28: No space left on device)
E: Write error - write (28: No space left on device)


using



root@pipoca:/# sudo journalctl --vacuum-time=2d
Vacuuming done, freed 0B of archived journals on disk.
root@pipoca:/# journalctl --vacuum-size=500M
Vacuuming done, freed 0B of archived journals on disk.

root@pipoca:/# apt-get update
Hit:1 http://mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:2 http://mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:3 http://mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Hit:4 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-xenial InRelease
Hit:5 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal InRelease
Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:7 https://packages.microsoft.com/ubuntu/16.04/prod xenial InRelease
Hit:8 http://archive.ubuntu.com/ubuntu xenial InRelease
not a reference at /usr/bin/apt-show-versions line 222.
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code









share|improve this question



















  • 2





    Possible duplicate of Root drive is running out of disk space. How can I free up space?

    – RoVo
    2 hours ago






  • 2





    As apt needs some space to run, first delete some files, then run apt

    – RoVo
    2 hours ago














3












3








3








Problems with ubuntu
apt-get install -f



W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


I tried mount back the tmp but it doesnts works
Someone know How to fix it?



root@pipoca:/var/tmp# mount /tmp
mount: can't find /tmp in /etc/fstab

root@pipoca:/var/tmp# free -m
total used free shared buff/cache available
Mem: 3008 868 1327 13 812 1964
Swap: 263 0 263

root@pipoca:/tmp# df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.5G 0 1.5G 0% /dev
tmpfs 301M 4.5M 297M 2% /run
/dev/vda1 25G 25G 0 100% /
tmpfs 1.5G 8.0K 1.5G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.5G 0 1.5G 0% /sys/fs/cgroup
/dev/vda15 105M 3.6M 101M 4% /boot/efi
tmpfs 301M 0 301M 0% /run/user/0



root@pipoca:/# dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/(.*)-([^0-9]+)/1/")"'/d;s/^[^ ]* [^ ]* ([^ ]*).*/1/;/[0-9]/!d' | xargs sudo apt-get -y purge
dpkg-query: no packages found matching linux-*
Reading package lists... Error!
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


using



sudo apt autoremove
sudo apt autoclean


I got



E: Write error - write (28: No space left on device)
E: Write error - write (28: No space left on device)


using



root@pipoca:/# sudo journalctl --vacuum-time=2d
Vacuuming done, freed 0B of archived journals on disk.
root@pipoca:/# journalctl --vacuum-size=500M
Vacuuming done, freed 0B of archived journals on disk.

root@pipoca:/# apt-get update
Hit:1 http://mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:2 http://mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:3 http://mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Hit:4 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-xenial InRelease
Hit:5 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal InRelease
Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:7 https://packages.microsoft.com/ubuntu/16.04/prod xenial InRelease
Hit:8 http://archive.ubuntu.com/ubuntu xenial InRelease
not a reference at /usr/bin/apt-show-versions line 222.
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code









share|improve this question
















Problems with ubuntu
apt-get install -f



W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


I tried mount back the tmp but it doesnts works
Someone know How to fix it?



root@pipoca:/var/tmp# mount /tmp
mount: can't find /tmp in /etc/fstab

root@pipoca:/var/tmp# free -m
total used free shared buff/cache available
Mem: 3008 868 1327 13 812 1964
Swap: 263 0 263

root@pipoca:/tmp# df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.5G 0 1.5G 0% /dev
tmpfs 301M 4.5M 297M 2% /run
/dev/vda1 25G 25G 0 100% /
tmpfs 1.5G 8.0K 1.5G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.5G 0 1.5G 0% /sys/fs/cgroup
/dev/vda15 105M 3.6M 101M 4% /boot/efi
tmpfs 301M 0 301M 0% /run/user/0



root@pipoca:/# dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/(.*)-([^0-9]+)/1/")"'/d;s/^[^ ]* [^ ]* ([^ ]*).*/1/;/[0-9]/!d' | xargs sudo apt-get -y purge
dpkg-query: no packages found matching linux-*
Reading package lists... Error!
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.


using



sudo apt autoremove
sudo apt autoclean


I got



E: Write error - write (28: No space left on device)
E: Write error - write (28: No space left on device)


using



root@pipoca:/# sudo journalctl --vacuum-time=2d
Vacuuming done, freed 0B of archived journals on disk.
root@pipoca:/# journalctl --vacuum-size=500M
Vacuuming done, freed 0B of archived journals on disk.

root@pipoca:/# apt-get update
Hit:1 http://mirrors.digitalocean.com/ubuntu xenial InRelease
Hit:2 http://mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:3 http://mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Hit:4 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-xenial InRelease
Hit:5 http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal InRelease
Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:7 https://packages.microsoft.com/ubuntu/16.04/prod xenial InRelease
Hit:8 http://archive.ubuntu.com/ubuntu xenial InRelease
not a reference at /usr/bin/apt-show-versions line 222.
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code






14.04






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago







Amadeu Antunes

















asked 3 hours ago









Amadeu AntunesAmadeu Antunes

1266




1266







  • 2





    Possible duplicate of Root drive is running out of disk space. How can I free up space?

    – RoVo
    2 hours ago






  • 2





    As apt needs some space to run, first delete some files, then run apt

    – RoVo
    2 hours ago













  • 2





    Possible duplicate of Root drive is running out of disk space. How can I free up space?

    – RoVo
    2 hours ago






  • 2





    As apt needs some space to run, first delete some files, then run apt

    – RoVo
    2 hours ago








2




2





Possible duplicate of Root drive is running out of disk space. How can I free up space?

– RoVo
2 hours ago





Possible duplicate of Root drive is running out of disk space. How can I free up space?

– RoVo
2 hours ago




2




2





As apt needs some space to run, first delete some files, then run apt

– RoVo
2 hours ago






As apt needs some space to run, first delete some files, then run apt

– RoVo
2 hours ago











2 Answers
2






active

oldest

votes


















3














Your hard drive is full.



As df does not show any other empty space, you will need to delete something.



First remove not needed data from your /home, e.g. you could move Pictures, Videos and Music to an external drive or remove them you don't need anymore. Remove files in ~/.thumbnails folder. You might use bleachbit to gain more space (it tries to delete cached files, etc.).



After that, try:



sudo apt autoremove
sudo apt autoclean


But all this is just a temporary solution, 25G is just very little space for OS and data.



I see two possibilities:



  • Install less programs and keep less data on your drive.

or



  • Install a second hard drive for /home.





share|improve this answer
































    1














    Looks like you need to delete some files anywhere under /. Your df -h output shows that is full.



    You might find du (disk usage) helpful in seeing what specific directories have a lot of data, maybe more than expected.



    Often /var/log and ~/Downloads accumulate a lot of unnecessary data.



    Sometimes journalctl - the systemd log facility, uses a lot of memory unexpectedly. The amount it uses can be controlled:



    Retain only the past two days:



    sudo journalctl --vacuum-time=2d


    Retain only the past 500 MB:



    journalctl --vacuum-size=500M





    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%2f1133570%2fproblems-with-ubuntu-mount-tmp%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3














      Your hard drive is full.



      As df does not show any other empty space, you will need to delete something.



      First remove not needed data from your /home, e.g. you could move Pictures, Videos and Music to an external drive or remove them you don't need anymore. Remove files in ~/.thumbnails folder. You might use bleachbit to gain more space (it tries to delete cached files, etc.).



      After that, try:



      sudo apt autoremove
      sudo apt autoclean


      But all this is just a temporary solution, 25G is just very little space for OS and data.



      I see two possibilities:



      • Install less programs and keep less data on your drive.

      or



      • Install a second hard drive for /home.





      share|improve this answer





























        3














        Your hard drive is full.



        As df does not show any other empty space, you will need to delete something.



        First remove not needed data from your /home, e.g. you could move Pictures, Videos and Music to an external drive or remove them you don't need anymore. Remove files in ~/.thumbnails folder. You might use bleachbit to gain more space (it tries to delete cached files, etc.).



        After that, try:



        sudo apt autoremove
        sudo apt autoclean


        But all this is just a temporary solution, 25G is just very little space for OS and data.



        I see two possibilities:



        • Install less programs and keep less data on your drive.

        or



        • Install a second hard drive for /home.





        share|improve this answer



























          3












          3








          3







          Your hard drive is full.



          As df does not show any other empty space, you will need to delete something.



          First remove not needed data from your /home, e.g. you could move Pictures, Videos and Music to an external drive or remove them you don't need anymore. Remove files in ~/.thumbnails folder. You might use bleachbit to gain more space (it tries to delete cached files, etc.).



          After that, try:



          sudo apt autoremove
          sudo apt autoclean


          But all this is just a temporary solution, 25G is just very little space for OS and data.



          I see two possibilities:



          • Install less programs and keep less data on your drive.

          or



          • Install a second hard drive for /home.





          share|improve this answer















          Your hard drive is full.



          As df does not show any other empty space, you will need to delete something.



          First remove not needed data from your /home, e.g. you could move Pictures, Videos and Music to an external drive or remove them you don't need anymore. Remove files in ~/.thumbnails folder. You might use bleachbit to gain more space (it tries to delete cached files, etc.).



          After that, try:



          sudo apt autoremove
          sudo apt autoclean


          But all this is just a temporary solution, 25G is just very little space for OS and data.



          I see two possibilities:



          • Install less programs and keep less data on your drive.

          or



          • Install a second hard drive for /home.






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 hours ago

























          answered 2 hours ago









          RoVoRoVo

          8,2491943




          8,2491943























              1














              Looks like you need to delete some files anywhere under /. Your df -h output shows that is full.



              You might find du (disk usage) helpful in seeing what specific directories have a lot of data, maybe more than expected.



              Often /var/log and ~/Downloads accumulate a lot of unnecessary data.



              Sometimes journalctl - the systemd log facility, uses a lot of memory unexpectedly. The amount it uses can be controlled:



              Retain only the past two days:



              sudo journalctl --vacuum-time=2d


              Retain only the past 500 MB:



              journalctl --vacuum-size=500M





              share|improve this answer



























                1














                Looks like you need to delete some files anywhere under /. Your df -h output shows that is full.



                You might find du (disk usage) helpful in seeing what specific directories have a lot of data, maybe more than expected.



                Often /var/log and ~/Downloads accumulate a lot of unnecessary data.



                Sometimes journalctl - the systemd log facility, uses a lot of memory unexpectedly. The amount it uses can be controlled:



                Retain only the past two days:



                sudo journalctl --vacuum-time=2d


                Retain only the past 500 MB:



                journalctl --vacuum-size=500M





                share|improve this answer

























                  1












                  1








                  1







                  Looks like you need to delete some files anywhere under /. Your df -h output shows that is full.



                  You might find du (disk usage) helpful in seeing what specific directories have a lot of data, maybe more than expected.



                  Often /var/log and ~/Downloads accumulate a lot of unnecessary data.



                  Sometimes journalctl - the systemd log facility, uses a lot of memory unexpectedly. The amount it uses can be controlled:



                  Retain only the past two days:



                  sudo journalctl --vacuum-time=2d


                  Retain only the past 500 MB:



                  journalctl --vacuum-size=500M





                  share|improve this answer













                  Looks like you need to delete some files anywhere under /. Your df -h output shows that is full.



                  You might find du (disk usage) helpful in seeing what specific directories have a lot of data, maybe more than expected.



                  Often /var/log and ~/Downloads accumulate a lot of unnecessary data.



                  Sometimes journalctl - the systemd log facility, uses a lot of memory unexpectedly. The amount it uses can be controlled:



                  Retain only the past two days:



                  sudo journalctl --vacuum-time=2d


                  Retain only the past 500 MB:



                  journalctl --vacuum-size=500M






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 2 hours ago









                  Craig HicksCraig Hicks

                  27719




                  27719



























                      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%2f1133570%2fproblems-with-ubuntu-mount-tmp%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

                      Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

                      What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

                      Are there legal definitions of ethnicities/races? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Legal definitions in the United StatesAre there truly legal limits on US interest rates?Are gender identity and sexual orientation federally protected?Why is there an apparent legal bias against digital services?What limits are there to the powers of individual judges in the United States legal system?Are women only scholarships legal under Irish / EU law?Is the term “race” defined by Public Law enacted by Congress of the United StatesIs there a legal definition of race in the US?Neighbors are spying for landlord on Renters is it legal?Are Protected Classes Bi-directional?