Notices


Reply
Thread Tools
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.
 
Posts: 44 | Thanked: 5 times | Joined on Feb 2013 @ Kenya
#22
It's giving an error, do you want me to put up the message?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#23
Yes, please!
There is no magical crystal ball here anymore
 
Posts: 44 | Thanked: 5 times | Joined on Feb 2013 @ Kenya
#24
/home/user # fsck -af /dev/mmcblk0p2
fsck 1.41.3.maemo0 (12-Oct-2008)
fsck.ext3: Bad magic number in super-block while trying to open /dev/mmcblk0p2
/dev/mmcblk0p2:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
 
Posts: 44 | Thanked: 5 times | Joined on Feb 2013 @ Kenya
#25
Originally Posted by michaaa62 View Post
Yes, please!
There is no magical crystal ball here anymore
You got jokes
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#26
The file system on that partition seem corrupted. Please try
Code:
sudo gainroot
fsck -b 8193 /dev/mmcblk0p2
fsck -b 16384 /dev/mmcblk0p2
fsck -b 32768 /dev/mmcblk0p2
Chances are there, that one of that numbers will pass a backup superlock to the fsck command.

Please post the full output here.
 
Posts: 44 | Thanked: 5 times | Joined on Feb 2013 @ Kenya
#27
Entry 'qgn_plat_number_editor_more_pressed.png' in ??? (57582) has deleted/unused inode 57898. Clear<y>?

thats one of the outputs, they're so many they scroll off the screen, is there a way to send them directly to a txt file? it's the last comand working, btw. Should I reboot after?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#28
DO NOT REBOOT !!!

No need for the output, i think!
This partition is used for your settings and most of the applications. The state it is in, does not reflect your current system status. Two options:

A clean flash of the firmware, which i would strongly encourage to do,

OR mount the partition to some empty place in your file system, like /mnt and copy the folders /home and /opt into it. The commands would be
Code:
sudo gainroot
mount /dev/mmcblk0p2 /mnt
cp -avx /home /mnt
cp -avx /opt /mnt/home
You could then test if the partition 'survives' a reboot.

Nevertheless after that test a fresh flash of the firmware would be the cleaner way to proceed.
 
Posts: 44 | Thanked: 5 times | Joined on Feb 2013 @ Kenya
#29
So I flashed the device and it fix my installable memory problem which is no back to like 1.93GB but the Device says memory card corrupted
 
Posts: 44 | Thanked: 5 times | Joined on Feb 2013 @ Kenya
#30
Also a reboot removed every single gui feature of the phone and returned it to pink, white and grays. Looks like an early version of windows
 
Reply

Tags
flashing, internal memory

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:32.