Cydiaエラーの解決No space left on device

1776 ワード

Cydia上でアプリケーションを検索してインストールし、エラーを提示する:failed to write(No space left on device)は、字面上の意味ではディスクのスペースが足りず、書き込みエラーを招いたが、「概要」にディスクの空きスペースが8.3 G残っている.debパッケージを携帯電話に転送して、コマンドを使用して手動でインストールしてみますか、それとも対応するエラーを提示しますか.情報は以下の通りです.
# dpkg -i eXfaker.deb
Selecting previously unselected package net.exchen.exfaker.
(Reading database ... 4236 files and directories currently installed.)
Preparing to unpack eXfaker.deb ...
Unpacking net.exchen.exfaker (1.2.5) ...
dpkg: error processing archive eXfaker.deb (--install):
cannot copy extracted data for './Applications/eXfaker.app/eXfaker' to '/Applications/eXfaker.app/eXfaker.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe: 13)
Errors were encountered while processing:
eXfaker.deb

df-hコマンドを使用してディスクを表示すると、元のファイルシステム/dev/disk 0 s 1 s 1のマウントポイントは/ディレクトリであり、利用可能なスペースはやはりなく、/dev/disk 0 s 1 s 2のマウントポイントは/private/varディレクトリであり、利用可能なスペースは8.3 G残っており、情報は以下の通りである.
# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/disk0s1s1  2.6G  2.6G     0 100% /
devfs            28K   28K     0 100% /dev
/dev/disk0s1s2   13G  4.0G  8.3G  33% /private/var
/dev/disk1      242M   72M  170M  30% /Developer

/APplicationsディレクトリのアプリケーションをアンインストールしようとしたところ、/ディレクトリの空き容量が6.1 MB増えたことがわかりました.dpkg-i eXfaker.debコマンドを再使用してアプリケーションをインストールすれば問題ありません.情報は以下の通りです.
# dpkg -i eXfaker.deb
Selecting previously deselected package net.exchen.exfaker.
(Reading database ... 2307 files and directories currently installed.)
Unpacking net.exchen.exfaker (from eXfaker.deb) ...
Setting up net.exchen.exfaker (1.2.5) ...
# uicache

原文住所:https://www.exchen.net/ios-hacker-no-space-left-on-device.html