PDA

View Full Version : Memory Got Corrupted


suh_ail
2012-11-15, 06:01
I was trying to write an image on the mmc but instead i wrote on the main mass memory. Now the mass memory is corrupted. Can anyone help me to fix that thing?

Sourav.dubey
2012-11-15, 06:35
Root
Mkfs.vfat /dev/mmcblk0p1

you are warned this will format your MyDocs

michaaa62
2012-11-15, 15:03
Please post the output of mount
df
sudo gainroot
sfdisk -lPlease also clarify, what you wrote to the internal sdcard, that was meant for the external mmc.

suh_ail
2012-11-15, 17:40
Please post the output of mount
df
sudo gainroot
sfdisk -lPlease also clarify, what you wrote to the internal sdcard, that was meant for the external mmc.

Hey, its a big output. im not sure how am i supposed to write all that stuff on the post?:confused:

michaaa62
2012-11-15, 19:09
You might want to redirect the output to a file and attach it to the next postcd /home/user/MyDocs
mount > debug.txt
df >> debug.txt
sudo gainroot
sfdisk -l >> debug.txtPick up the file debug.txt in the device 'N900' from HildonFileManager.

adelalgomai
2012-11-15, 19:17
Hey, its a big output. im not sure how am i supposed to write all that stuff on the post?:confused:

you don't need to write anything .. just click on the cursor icon then select all text by your finger or stylus pen then press the menu from above and click on "copy" then u can paste all text here in the browser .or just make a note file and upload it .

misiak
2012-11-15, 19:23
You might want to redirect the output to a file and attach it to the next postcd /home/user/MyDocs
mount > debug.txt
df >> debug.txt
sudo gainroot
sfdisk -l >> debug.txtPick up the file debug.txt in the device 'N900' from HildonFileManager.

he has damaged MyDocs partition, and you just suggested him creating a file in there - where's the logic in that? ;)

suh_ail
2012-11-15, 19:32
You might want to redirect the output to a file and attach it to the next postcd /home/user/MyDocs
mount > debug.txt
df >> debug.txt
sudo gainroot
sfdisk -l >> debug.txtPick up the file debug.txt in the device 'N900' from HildonFileManager.

Hey man, i m not sure what code u gave me. But i can access my memory now. By creating a debug file i think i wrote something new on the memory and now i can access it.29906 check it out. Thanx for that tip!

michaaa62
2012-11-15, 19:52
Nope, looks like you applied the command @sourav.dubay gave you earlier/dev/mmcblk0p1 28301808 128 28301680 0% /home/user/MyDocsThis is an empty MyDocs partition, just 128kB are used!

suh_ail
2012-11-16, 06:26
hey one more thing. I m trying to write meego image on the SD card. I m trying to run flasher but it wont stay up enough for me to read anything. i tried as an admin and used cmd as well to run the flasher...but still isnt working!