
Originally Posted by
marty4short
I see i still have stuff in data/data can I just use root explorer to delete that or is there a better way? I saw on your post you seemed to have the same issue on the cm forum.
Are you SURE you have stuff in /data/data? Keep in mind that /sd-ext/data is mounted on /data/data, so when you look in /data/data, you're going to see that, and not the real contents of the data partition.
Also, you should have some stuff in /data/dalvik-cache still, unless you opted to move that to /sd-ext, too (not recommended).
If you really want to check if you have anything in the real /data, try this:
Code:
mount -o rw,remount /
mkdir /mnt/data.real
mount /dev/block/mtdblock6 /mnt/data.real
then poke around in /mnt/data.real to see what is there. You should not see much in /data/app or /data/data since it's using /sd-ext instead. If you see anything in there, compare it to what you see in /sd-ext. If the same data is in both /sd-ext and /mnt/data.real, you can safely delete the copy in /mnt/data.real.