Thread
:
Out of space on /
View Single Post
ukki
2009-03-12 , 15:54
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#
3
That amount of apps with all their dependencies are most likely the reason. Not sure, but I think Canola stores stuff in your home directory (/home/user/.canola?) so that may take some space as well. If you need more space, you should try booting from the memory card. You can also run something like this in xterm to see what directories are taking space:
Code:
du -kx | egrep -v "\./.+/" | sort -n
Quote & Reply
|
The Following User Says Thank You to ukki For This Useful Post:
Addison
ukki
View Public Profile
Find all posts by ukki