Quantcast
Channel: Active questions tagged mount+fstab - Ask Ubuntu
Viewing all articles
Browse latest Browse all 699

How to mount tmp folder as it originally mounted on Ubuntu 18

$
0
0

I was updating the OS and received an error message:

mount: /tmp: mount point not mounted or bad option.

So I read through this site and did some testing for the mount point:

[03:02:10] root@deecee / # systemctl status tmp.mountUnit tmp.mount could not be found.  

The fstab doesn't contain anything about a /tmp folder being mounted at boot so I tried to enable the tmp.mount

[03:08:32] root@deecee / # systemctl enable tmp.mountCreated symlink /etc/systemd/system/local-fs.target.wants/tmp.mount → /etc/systemd/system/tmp.mount.[03:08:41] root@deecee / # systemctl status tmp.mount● tmp.mount - Temporary Directory (/tmp)   Loaded: loaded (/etc/systemd/system/tmp.mount; enabled; vendor preset: enabled)   Active: inactive (dead)    Where: /tmp     What: tmpfs     Docs: man:hier(7)           https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems

How should I proceed to mount the tmp folder as it originally came in Ubuntu 18.04?


Viewing all articles
Browse latest Browse all 699

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>