Active Topics

 


Reply
Thread Tools
Posts: 6 | Thanked: 0 times | Joined on May 2011
#1
I know that there are a lot of threads with this issue but i 've searched a lot here and i cant find a solution.my problem is that i was trying to update a program through application manager and my device froze.after reboot i couldnt load photos,songs videos.i went to file manager and device memory card was corrupted.just help me please!i cant afford a new phone right now.
 
Posts: 100 | Thanked: 13 times | Joined on Jul 2010 @ india
#2
worst case scenario reflash or format ur memory though by doing this you will loose all your data but should get the file system running again
cheers
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#3
You must have rootsh from extras repository installed for this to work! It checks the filesystem for easy (automatically) correctable errors.

Code:
sudo gainroot
umount /dev/mmcblk0p1
This should give you an error because the device is not mounted since corrupted, but to be on the safer side, do it anyway.
Code:
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
Pleas feel free to ask, if any more errors occur.
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 6 | Thanked: 0 times | Joined on May 2011
#4
sudo gainroot
Root shell enabled

BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands

/home/user #umount /dev/mmcblk0p1
umount: cannot umount /dev/mmvblk0p1: Invalid argument
/home/user #fsck -af /dev/mmcblk0p1
fsck 1.41.3.maemo0 (12-Oct-2008)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
There are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
0:55/00, 1:53/00, 2:42/00, 3:53/00, 4:08/00, 5:60/00, 6:1c/00, 7:8b/00,
8:08/00, 12:01/00, 13:80/00, 14:7e/00, 16:02/00, 21:f8/00, 24:20/00,
26:40/00, 33:20/00, 34:60/00, 35:03/00, 36:81/00, 37:0d/00,
.............................etc.................. ...
Copying backup to original
FSINFO sector has bad magic number(s) :
Offset 0: 0x00000000 != expected 0x41615252
Offset 484: 0x00000000 != expected 0x61417272
Offset 510: 0x0000 != expected 0xaa55
Auto-correcting it.
File system has 442377 clusters but only space for 221246 FA
entries.
/home/user # mount /dev/mmcblk0p1 /home/user/MyDocs
mount: mounting /dev/mmcblk0p1 on /home/user/ MyDocs failed:
No such file or directory


As you can see i dont know anything about command lines.i dont really know what to do.I dont care about the files i had previously in my phone.i can redownload them.i've backed up my contacts so if format was accesible i would choose this option.the problem is that i cant find the format option.whenever i go to File manager my device memory is not visible.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
Make sure MyDocs still exists
Code:
ls -al /home/user/myDocs
You may try to format it from the terminal:
Code:
sudo gainroot]
mkfs.vfat -n MyDocs /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 6 | Thanked: 0 times | Joined on May 2011
#6
Thanks for the help michaaa62.Its not corrupted anymore.You saved me ftom my agony!
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:26.