我正在尝试安装phantojs并且brew说设备上没有剩余空间:
brew -v install phantomjs
==> Cloning https://github.com/Vitallium/phantomjs.git
Updating /home/user/.cache/Homebrew/phantomjs--git
git config remote.origin.url https://github.com/Vitallium/phantomjs.git
git config remote.origin.fetch +refs/tags/2.0.1:refs/tags/2.0.1
==> Checking out tag 2.0.1
git checkout -f 2.0.1 --
HEAD is now at 33aaaff... Sync QtBase
git reset --hard 2.0.1
HEAD is now at 33aaaff Sync QtBase
git submodule foreach --recursive git submodule sync
Entering 'src/qt/3rdparty'
Entering 'src/qt/qtbase'
Entering 'src/qt/qtwebkit'
git submodule update --init --recursive
Error: No space left on device - write
虽然:
df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 19G 17G 535M 97% /
none 4,0K 0 4,0K 0% /sys/fs/cgroup
udev 3,8G 4,0K 3,8G 1% /dev
tmpfs 764M 1,4M 763M 1% /run
none 5,0M 0 5,0M 0% /run/lock
none 3,8G 91M 3,7G 3% /run/shm
none 100M 12K 100M 1% /run/user
/dev/sda3 433G 91G 320G 23% /home
安装是否需要超过500 Mb?
编辑: 在评论之后,这是inode信息:
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda1 1,2M 376K 819K 32% /
none 955K 13 955K 1% /sys/fs/cgroup
udev 951K 518 951K 1% /dev
tmpfs 955K 585 954K 1% /run
none 955K 1 955K 1% /run/lock
none 955K 155 955K 1% /run/shm
none 955K 16 955K 1% /run/user
/dev/sda3 28M 125K 28M 1% /home