View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#21
To get some space back immediately you could disable some catalogs in the HildonApplicationManager, like extras, extras-devel and extras-testing or any cssu catalog. If any are enabled, that is.

The weird thing is, that your second partition is not used at all. A fresh flash should have formatted this partition.

Good news is: The kernel is still seeing it.
Please try to mount to fsck that partition and mount it
Code:
sudo gainroot
fsck -af /dev/mmcblk0p2
I am pretty sure this will give some kind of error. Try to run the fsck command a second or third time.
If, however, there are no errors, try to mount the partition
Code:
mount /dev/mmcblk0p2 /mnt
ls -al /mnt
Please post that output either in a file again or in your next post.