|
2009-02-06
, 12:09
|
|
Posts: 36 |
Thanked: 2 times |
Joined on May 2008
|
#2
|
|
2009-02-07
, 16:40
|
Posts: 10 |
Thanked: 5 times |
Joined on Jul 2008
|
#3
|
And by the way, might there be a utility program that could recover any of the lost files?
Again, thanks.
|
2009-02-08
, 00:35
|
|
Posts: 36 |
Thanked: 2 times |
Joined on May 2008
|
#4
|
|
2009-02-08
, 00:42
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#5
|
|
2009-02-08
, 01:27
|
|
Posts: 36 |
Thanked: 2 times |
Joined on May 2008
|
#6
|
|
2009-02-08
, 02:11
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#7
|
GeraldKo,
I'm pretty sure that backup/restore repairs the true internal memory of the N800, not the 32MB card I added to it. That's the 23MB card that has the problem. I hate to try your suggestion, because I just DID THAT a week ago to upgrade to Diablo.
The reason i do not believe that backup/restore affects this memory, is that there's not enough memory anywhere else on the N800 to back it up to.
My card seems to be working fine except for the four bad directories.
Are you really sure that backup/restore will process this card?
Thanks,
- toby
|
2009-02-08
, 02:32
|
Posts: 10 |
Thanked: 5 times |
Joined on Jul 2008
|
#8
|
ZZZY,
I think I need to run a Linux tool to clean the file structure. ...
-toby
#!/bin/sh fsck.vfat -a /dev/mmcblk1p1 fsck.vfat -a /dev/mmcblk0p1 echo attempting to unmount mmc cards mmc-pre-unmount /media/mmc* umount -f /media/mmc* fsck.vfat -a /dev/mmcblk1p1 fsck.vfat -a /dev/mmcblk0p1 mmc-mount /dev/mmcblk0p1 /media/mmc2 mmc-mount /dev/mmcblk1p1 /media/mmc1 chown -R user /media/mmc*/* chown -R user /media/mmc*/.*
I need advice on how to clean up my file structure, after messing it up.
I'm using diablo. I pulled my n800 off of my windows xp pc without "safely removing" it. Four directories just below the root of my internal memory card disappeared. I can see the directories in Windows, when I put the n800 back in the usb port, but all their content is missing. i cannot see the directories at all in File Manager on the n800, when it is NOT connected to Windows.
I can simply delete these directories in windows and then copy them back to the n800 from a backup copy on the pc. But if I do that, will my internal memory card file structure still be messed up? How do I make sure it's okay?
Thanks in advance for your advice.
- toby robison