![]() |
[help] MyDocs partion not seen by file manager
i recently connected my n900 to a cmputer which i think it had viruses ( a window machine of course) because after i connected it, MyDocs partion didnt showed up with a normal mass storage icon instead it had a normal file icon, after i removed it i didnt looked it up on file manager ( i was busy doing a certain work), and i took it to another pc which had an antivirus ( the massage of Norton came up but i didnt bother i just cancelled them), but when i selected mass storage only my MMC showed up and MyDocs partition didnt showed up, i unpluged it from a pc and went to file manager but only MMC was there and not myDocs, i rebooted the phone but the same problem cant find it on neither file manager nor on filebox on mmc can seen, i dont know whats is the problem, when i viewed on xterminal i can see myDocs directory but it contains nothing.
Can somebody help me to bring myDocs partition back with its data |
Re: [help] MyDocs partion not seen by file manager
this is the output i get when i try to mount or umount it, via xterminal
~ $ sudo umount /dev/mmcblk0p1 umount: can't umount /dev/mmcblk0p1: Invalid argument ~ $ sudo mount /dev/mmcblk0p1 /home/user/MyDocs mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failed: Invalid argument ~ $ |
Re: [help] MyDocs partion not seen by file manager
Quote:
Code:
sudo mount -t vfat /dev/mmcblk0p1 /home/user/MyDocs Code:
sudo fdisk -l |
Re: [help] MyDocs partion not seen by file manager
Quote:
Code:
$ sudo mount -t vfat /dev/mmcblk0p1 /home/user/MyDocs Quote:
Code:
~ $ sudo fdisk -l |
Re: [help] MyDocs partion not seen by file manager
So the partition is there but the file system is corrupt. It looks to me like a result of an unclean unmount. Try:
Code:
dosfsck /dev/mmcblk0p1 |
Re: [help] MyDocs partion not seen by file manager
If fsck don't work, check that thread out http://talk.maemo.org/showthread.php?t=82049 and maybe you could get your data back.
Good lucky ! |
Re: [help] MyDocs partion not seen by file manager
Install "TestDisk" - this does the above and more.
The usual virus will try to change the MBR, but "MyDocs" runs "ext2" that is fully journalled. Load the journal, and scan the entire filesystem. Drop Windows - this does not know about the file system, it can easily destroy it. If the MBR has been modified, loading the previous value is the only way forward You loose the last second or two... The typical error is that the file system tye is unknown. List the types - look for "ext2" - which should be used. If you just get hold of the journal master block, TestDisk will restore your entire "MyDocs" - also the ._Trashes directory. Use your PC to learn aout Linux / Unix commands. :) Good luck! |
Re: [help] MyDocs partion not seen by file manager
THANKS GUYS, TEST DISK DID THE JOB, now i got MyDocs partion working with all my data.
THANKS AGAIN |
All times are GMT. The time now is 07:19. |
vBulletin® Version 3.8.8