Thread
:
Low memory for installable items after flashing
View Single Post
michaaa62
2013-02-19 , 14:50
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#
2
Might be an corrupted file system or the like.
To debug, look for the output of those commands. Look out for /home or /opt or /dev/mmcblk0p2. There will be permission issues in the last command, but the do not harm a bit, because only the biggest folders are nessary to look at.
Code:
mount df du -kx / | sort -n | tail -n 20
You need rootsh installed for the following command
Code:
sudo gainroot sfdisk -l
The last command prints out the partition table to look at.
Quote & Reply
|
The Following 3 Users Say Thank You to michaaa62 For This Useful Post:
anthonie
,
cdooh
,
sixwheeledbeast
michaaa62
View Public Profile
Send a private message to michaaa62
Find all posts by michaaa62