0
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 も試しました。ありがとうございます

4

1 に答える 1

0

コメントで Bart Friederichs が回答したように、

/tmp が問題でした。そのため、インストール zip フォルダーをダウンロードして、/tmp からではなくインストールしました。

于 2012-10-15T20:47:04.067 に答える