The Following 43 Users Say Thank You to speednut For This Useful Post: | ||
alephito, aot, Bundyo, choubbi, daemonforce, Davis-, denny, elschemm, Faz, GeneralAntilles, Glenn7500, gogol, here.david, Igs, Jerome, killick, Kny, lintweaker, lyricz, manooe, Mara, MiCRoPhoBIC, MikeL, muki, m_stolle, NateLikesClaire, numbermonkey, Peter The Plumber, prk60091, qwerty12, sjgadsby, spirytsick, tehforum, Thustle, timsamoff, TrulsT, VulcanRidr, wwward, yabbas, yerga, zehjotkah |
|
2008-03-18
, 08:30
|
Posts: 178 |
Thanked: 40 times |
Joined on Aug 2007
@ UK
|
#2
|
|
2008-03-18
, 08:54
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#3
|
/home/user # cat /proc/partitions major minor #blocks name 31 0 128 mtdblock0 31 1 384 mtdblock1 31 2 2048 mtdblock2 31 3 2048 mtdblock3 31 4 257536 mtdblock4 254 0 1966080 mmcblk0 254 1 2007032 mmcblk0p1 /home/user #
The Following 2 Users Say Thank You to fanoush For This Useful Post: | ||
|
2008-03-18
, 09:09
|
Posts: 6 |
Thanked: 1 time |
Joined on Feb 2008
|
#4
|
|
2008-03-18
, 09:33
|
|
Posts: 1,540 |
Thanked: 1,045 times |
Joined on Feb 2007
|
#5
|
I personally don't trust a "File Manager" that only shows me a fraction of the file system, but krisse knows the N810 much better than I do.
|
2008-03-18
, 10:24
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#6
|
|
2008-03-18
, 10:30
|
Posts: 393 |
Thanked: 112 times |
Joined on Jul 2007
|
#7
|
|
2008-03-18
, 11:07
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#8
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
|
2008-03-18
, 11:59
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#9
|
|
2008-03-18
, 12:03
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#10
|
Reference: Nokia bug report on this issue.
My goal here is to condense instructions from other folks and make it simple enough for my technophobe grandmother to perform.
How to quickly check if this affects you:
cat /proc/partitions (then enter)
The output should look something like this. Pay attention to the field I marked in red because this is the important part. The red number tells you how much space is really physically on the memory card)
df (then enter)
The output should look something like this.
The corruption problem happens when the allocated memory size is greater than the physical memory size. So look to see if the number from the "df" command output is greater than the number from the "cat /proc/partitions" command. So for the example above, 1999206 > 1966080 which means I have the defective internal memory card configuration and need to repair my tablet. If the number from "df" is less than the number from "cat /proc/partitions", skip the rest of this thread and get on with your life.
How to repair your internal memory card:
Don't panic, it's very easy. Please don't be intimidated by the length of this post as you really type in very little. Read through all of these instructions once and ask questions if I haven't been clear on any of the steps.
Must do this first:
The easy way to fix this issue is from krisse. Simply use the File manager application to format the internal memory card (in the File Manager, select the internal memory card, then open the menu and select "Tools -> Format memory card..."). Once the formatting is complete, run the test commands above to verify the memory allocation is fixed. That's it, you're done.
(thank you to the folks who verified this method as successful)
If you want to use the command line instead to repair the memory card allocation size, you can follow these instructions. If you've already fixed the problem with the File Manager format tool, you do not need to follow these instructions.
This is how I repaired my N810 with instructions from other forum members using the command line.
For example:
For example:
For example:
Now you can restore your data back onto the internal memory card, then get back to your regularly scheduled life.
Please give me any feedback if I've missed anything or could be more clear on some steps.
Last edited by speednut; 2008-03-19 at 05:15. Reason: updated based on feedback from comments