- 积分
- 2
- 威望
-
- 金钱
-
- 注册时间
- 2015-7-13
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
删掉一些文件能继续使用,但很快又访问不了,现在怀疑是系统空间不足。1、尝试下载软件,提示No space left on device
[root@li400-96 tmp]# wget http://soft.vpser.net/manage/ncdu/ncdu-1.6.tar.gz
--2015-07-13 09:56:19-- http://soft.vpser.net/manage/ncdu/ncdu-1.6.tar.gz
Resolving soft.vpser.net... 50.93.201.152
Connecting to soft.vpser.net|50.93.201.152|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104265 (102K) [application/octet-stream]
ncdu-1.6.tar.gz: No space left on device
2、Vi任意文件提示~
E138: Can't write viminfo file /root/.viminfo!
Press ENTER or type command to continue
3、nginx_error.txt提示
2015/07/13 00:54:19 [crit] 7014#0: *319 connect() to unix:/tmp/php-cgi.sock failed
df跟fdisk -l如下,请问有没有解决办法?,谢谢!!
[root@li400-96 tmp]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/xvda 46404848 14740840 29779856 34% /
tmpfs 1019656 0 1019656 0% /dev/shm
[root@li400-96 tmp]# df -hal
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 45G 15G 29G 34% /
proc 0 0 0 - /proc
sysfs 0 0 0 - /sys
devpts 0 0 0 - /dev/pts
tmpfs 996M 0 996M 0% /dev/shm
none 0 0 0 - /proc/sys/fs/binfmt_misc
[root@li400-96 tmp]# fdisk -l
Disk /dev/xvda: 48.2 GB, 48234496000 bytes
255 heads, 63 sectors/track, 5864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/xvda doesn't contain a valid partition table
Disk /dev/xvdb: 2147 MB, 2147483648 bytes
255 heads, 63 sectors/track, 261 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/xvdb doesn't contain a valid partition table
[root@li400-96 tmp]# |
|