![]() |
2012-11-14
, 14:43
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#2
|
![]() |
2012-11-14
, 18:07
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#3
|
sudo gainroot apt-get update apt-get install recovery-tools
sudo gainroot umount /dev/mmcblk1p1 fsck -af /dev/mmcblk1p1 mount /dev/mmcblk1p1 /media/mmc1
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2012-11-14
, 18:17
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#4
|
There might be some missing through a failed sync just before the shutdown. Also corrupted file nodes might be hidden as well. You could try to recover the files with testdisk from recovery-tools package.Actual the files are not erased, but just made sort of 'unknown' to the filesystem. testdisk might pick them up just fine. If some file system got corrupted during the power outage, then you should check the file systems.Code:sudo gainroot apt-get update apt-get install recovery-toolsThis is for the removable card, use the commands accordingly for the internal card.Code:sudo gainroot umount /dev/mmcblk1p1 fsck -af /dev/mmcblk1p1 mount /dev/mmcblk1p1 /media/mmc1
![]() |
2012-11-15
, 16:55
|
Posts: 71 |
Thanked: 54 times |
Joined on Dec 2010
|
#5
|
![]() |
2012-11-15
, 19:49
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#6
|
![]() |
2012-11-16
, 16:56
|
Posts: 71 |
Thanked: 54 times |
Joined on Dec 2010
|
#7
|
There might be some missing through a failed sync just before the shutdown. Also corrupted file nodes might be hidden as well. You could try to recover the files with testdisk from recovery-tools package.Actual the files are not erased, but just made sort of 'unknown' to the filesystem. testdisk might pick them up just fine. If some file system got corrupted during the power outage, then you should check the file systems.Code:sudo gainroot apt-get update apt-get install recovery-toolsThis is for the removable card, use the commands accordingly for the internal card.Code:sudo gainroot umount /dev/mmcblk1p1 fsck -af /dev/mmcblk1p1 mount /dev/mmcblk1p1 /media/mmc1
![]() |
2012-11-16
, 17:39
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#8
|
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
![]() |
2012-11-17
, 09:30
|
|
Posts: 168 |
Thanked: 116 times |
Joined on Mar 2011
@ Malaysia
|
#9
|
Little walkthrough:
Start testdisk,
let it create a 'Fresh Log',
choose your card [should be just one] /dev/mmcblk0,
Intel partition table [if it asks for the info]
Quick Search
You might then try to choose the MyDocs partition, typing 'p' will list the files, arrow keys to get into directories, red entries are deleted files or folders.
If you want to recover them you have to choose a new location for the copy [you are asked for the location, where you want to save it. '.'stands for the current directory you are in, '::' stands for the upper directory.]
Again use the arrow keys to go to the temporary folder for storing the files. There is still the validate question of testdisk, which asks for the location, active in the upper part of the window. Hit 'Y' will copy the file to the new location. [Depending on the size of the file or folder this could take some time. Be patient and let it do its magic]
I dont know where else to look. A friend of mine wanted to move all his images from /MyDocs/DCIM/ to the internal mmc. As he told me he moved them with a filemanager (like midnight comander, or the inbuilt) over to the MMC. He did not copyed, he moved. So as he had 1000images or sth it took a little while, so he layed down his cellphone and went away. When he came back, the phone was out of battery, shut down, and the move operation wasnt complete.
So now there are some pictures on the MMC, some in DCIM and some are totally missing. The question now is: Are these missing pictures maybe somewhere around in the device? Maybe a temporary folder or sth which is not linked with the imageviewer...
Thanks in advance.