Thread
:
rootfs @ 100%, app uninstall not working, no root access
View Single Post
Rob1n
2010-01-13 , 11:45
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#
11
You can check for user owned files to delete/move:
Code:
find /var -user user -type f
or
Code:
find /var -writable -type f
The tracker cache db comes up on mine, which should be safe to delete (after killing tracker).
Last edited by Rob1n; 2010-01-13 at
11:54
. Reason: Limiting find to files
Quote & Reply
|
Rob1n
View Public Profile
Send a private message to Rob1n
Find all posts by Rob1n