标签:空间不足 color 文件夹 子目录 div df -h 查找 dep table
磁盘空间不足
1. 新增磁盘
2. 删除无用数据
df -h #查询磁盘空间命令
du|sort -nr|more #显示目录或者文件所占空间
du -sh #统计当前目录的大小
du -h --max-depth=1 | grep ‘G‘ |sort -nr #查看上G目录
du -h --max-depth=1 | sort -nr #查看当前目录下所有一级子目录文件夹大小
?? grep ‘G‘ #查找
sort -nr #排序 -n为正序 -nr为倒序
[ERR] 1114 - The table 'xxx' is full
标签:空间不足 color 文件夹 子目录 div df -h 查找 dep table
原文地址:https://www.cnblogs.com/ahaya/p/11993736.html