ubuntu – / tmp只安装1MB空间,100%使用,作为文件系统“溢出”

由于某种原因,我/ tmp据说是100%使用.
root$df 
Filesystem         1K-blocks        Used  Available Use% Mounted on
overflow                1024        1024          0 100% /tmp
... other stuff ...

输出运行df -h

$df -h
Filesystem        Size  Used Avail Use% Mounted on
/dev/sda1         102G   72G   25G  75% /
none              4.0K     0  4.0K   0% /sys/fs/cgroup
udev              7.8G  4.0K  7.8G   1% /dev
tmpfs             1.6G  844K  1.6G   1% /run
none              5.0M     0  5.0M   0% /run/lock
none              7.8G  240K  7.8G   1% /run/shm
none              100M   16K  100M   1% /run/user
overflow          1.0M  1.0M     0 100% /tmp

有没有办法安全地删除/ tmp中的未使用的东西?

谢谢

这是奇怪的,你应该有一个分区名称,如“/ dev / sda4”,而不是在/ tmp相关联的df输出的第一列中的“overflow”,或者根本没有任何条目….我从未见过这个“溢出”之前.

谷歌“文件系统溢出tmp”发现了一堆类似的情况.

一个链接http://jarrodoverson.com/blog/overflow-filesystem-in-linux/

If your “/tmp” mount on a linux filesystem is mounted as overflow
(often sized at 1MB),this is likely due to you not specifying “/tmp”
as its own partition and your root filesystem filled up and “/tmp” was
remounted as a fallback. To fix this after you’ve cleared space,just
unmount the fallback and it should remount at its original point:

sudo umount overflow

相关文章

目录前言一、创建Hadoop用户二、更新apt和安装Vim编辑器三、...
原文连接:https://www.cnblogs.com/yasmi/p/5192694.html ...
电脑重启后,打开VirtualBox,发现一直用的虚拟机莫名的消失...
参见:https://blog.csdn.net/weixin_38883338/article/deta...
Ubuntu 18.04 LTS 已切换到 Netplan 来配置网络接口。Netpla...
介绍每个 Web 服务都可以通过特定的 URL 在 Internet 上访问...