iPod touch 프로그램 설치 공간 확보
iPod touch를 jail break하고 난후 BSDSubsystem 만 달랑 깔고, ssh 로 접속후 df 해보니 담과 같다.
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/disk0s1 307200 278396 25732 92% /
devfs 15 15 0 100% /dev
/dev/disk0s2 7622368 28144 7594224 1% /private/var
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/disk0s1 307200 278396 25732 92% /
devfs 15 15 0 100% /dev
/dev/disk0s2 7622368 28144 7594224 1% /private/var
즉 app + os 용으로 할당된 파티션은 벌써 92%나 차 있다.
그리고 perl등을 installer로 깔면 100% 설치가 안된다.
고로 해결책은
cd /
mv Applications /private/var
ln -s /private/var/Applications Applications
mv Applications /private/var
ln -s /private/var/Applications Applications
해줘야 touch 용 어플리케이션을 마음껏 사용할 수 있게 된다.
여기(야옹이님)에서 좀 더 많은 공간을 확보할 수 있는 팁이 있다.