奇怪的内存完全错误 - AWS

时间:2012-10-15 08:45:51

标签: amazon-ec2 amazon-web-services install easy-install

df -ih
 Filesystem     Inodes IUsed IFree IUse% Mounted on
 /dev/xvda1       512K   45K  468K    9% /
 udev             205K   389  205K    1% /dev
 tmpfs            207K   271  207K    1% /run
 none             207K     4  207K    1% /run/lock
 none             207K     1  207K    1% /run/shm
 overflow         207K    14  207K    1% /tmp
 /dev/xvdf        1.9M   354  1.9M    1% /db
df -ah
 Filesystem      Size  Used Avail Use% Mounted on
 /dev/xvda1      8.0G  3.6G  4.0G  48% /
 proc               0     0     0    - /proc
 sysfs              0     0     0    - /sys
 none               0     0     0    - /sys/fs/fuse/connections
 none               0     0     0    - /sys/kernel/debug
 none               0     0     0    - /sys/kernel/security
 udev            819M  8.0K  819M   1% /dev
 devpts             0     0     0    - /dev/pts
 tmpfs           331M  184K  331M   1% /run
 none            5.0M     0  5.0M   0% /run/lock
 none            827M     0  827M   0% /run/shm
 overflow        1.0M     0  1.0M   0% /tmp
 /dev/xvdf        30G   14G   16G  48% /db
 /db/etc/mysql    30G   14G   16G  48% /etc/mysql
 /db/lib/mysql    30G   14G   16G  48% /var/lib/mysql
 /db/log/mysql    30G   14G   16G  48% /var/log/mysql
sudo easy_install nltk
 Searching for nltk
 Reading http://pypi.python.org/simple/nltk/
 Reading http://nltk.org/
 Reading http://www.nltk.org/
 Reading http://www.nltk.org/download
 Reading http://nltk.sf.net/
 Best match: nltk 2.0.3
 Downloading http://pypi.python.org/packages/source/n/nltk/nltk-2.0.3.zip#md5=88bb51626ceb7eee58be64b73d43cafc
 error: No space left on device

问题出在哪里?它显示我在所有分区上都有空间。它表明我的inode也不满。我无法安装。我也试过sudo apt-get autoremove。万分感谢

1 个答案:

答案 0 :(得分:0)

正如Bart Friederichs在评论中所回答的那样,

/ tmp是问题所在。因此,下载安装zip文件夹并安装它不是来自/ tmp。