mysql 物理数据存放

报错误:1030 - Got error 28 from storage engine

 

3、在系统中查看/tmp是否已经满了:
[root@localhost /]# df /tmp/
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda6             20315812  14877588   4389584  100% /
 
[root@localhost ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              20G   19G     0 100% /
 
4、统计/tmp大小:
[root@localhost /]# du -sh /tmp/
29M     /tmp/
 
看到/tmp只有29M 那么是什么占用了/ 目录空间?
[root@localhost /]# df -h /ww
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              20G   14G  4.6G  76% /
通过以上命令查看/ 目录下的所有文件夹,看看是不是挂载到了/dev/sda6下边,如果是挂载到该目录下怎统计它的大小,最后处理不需要的数据腾出空间!

 

posted @ 2018-08-13 13:48  NewLife365  阅读(159)  评论(0编辑  收藏  举报