![]() |
EMMC with only 455.5 MB size
Hi, sorry for my bad english.
My N900 have a "memory corrupted" a amazing lot of times in one year. I reflash it and in a day damaged again. Not conected via USB to pc and damaged again, with or without SIM card. Using it or only watching when die. My N900 visit the Nokia Care (the place where the SAT see you and smile saying another stupid client thinking the care is the solution) for 6 times, but never with solutions, ever say "changed this or this..." but I think only reflashed. The next day or the same day or one time in the Care service, the phone damaged again, but Nokia not repare and not change my phone. Now, I can flash, but when try vanila, never found the emmc, using Ubuntu, windows xp (testing another alternatives), etc... but imposible. The phone start, run, but no memory for nothing, demo, photos, etc... say 455.5MB size, available 44.8MB Ubuntu or XP not see the device when is conected Any alternative to get again the 32GB? Thanks. |
Re: EMMC with only 455.5 MB size
I think I have seen this problem. You have to try to fsck the fat partition but I don't remember the exact process.
|
Re: EMMC with only 455.5 MB size
Just force Nokia Care to really resolve Your problem. Push them harder.
// Edit you can try fsck, but if reflashing with vanilla emmc image restoration was for no use, i doubt fsck will help You. It seems like hardware failure. |
Re: EMMC with only 455.5 MB size
Nokia Care? is like talk with a wall.
At the last visit, Nokia Care return me the N900 with this conclusion (or a great excuse to no see me nevermore): main board have oxid for liquid. IS TOTALLY FALSE, and now the warranty seal is broken, Nokia Care now not accept nevermore my N900 in warranty. I see in other countrys, users with the same problem, and in the first visit at Nokia Care, Nokia change the phone. In Spain, the Nokia SAT is not Nokia, is another enterprise, and is imposible contact with Nokia to explain my problem, ever must contact with this disaster enterprise. 15 years using Nokia with no visit to SAT, the first visit and never more I buy a Nokia. About fsck, I must enter via root, but I can't download and install rootsh because "no memory available". Now, I think I have a great brick made by Nokia. |
Re: EMMC with only 455.5 MB size
I don't get it. You say Nokia Care lied to you that your device was oxidised with liquid? Or oxidised parts were swapped for liquid? If it is totally false and now that the warranty is somewhat invalid, why not open the device apart and see if there were any damaged components?
Have you also tried other Nokia care stores? sure they could be far away but they maybe worth a try if your device wasn't damaged at all. I really don't understand what is the whole kaboodle with Nokia SAT, never heard of them and it seems like either you tried to ask help from them or you didn't and think they are laughing at you. Also I'm guessing at this point it might also be a good idea to check dmesg to see if the kernel reports the eMMC not as 32GB but as something else. Is this device a second hand? have you sourced this device from a really weird place (like alibaba, which is notorious to sell cloned devices wearing genuine brand name badges). Has the device been subjected to anything that would have harmed the device such as:
|
Re: EMMC with only 455.5 MB size
Quote:
Quote:
Quote:
Quote:
Quote:
Only time for use phone, email, web browser and Angry Birds :D |
Re: EMMC with only 455.5 MB size
You could connect your N900 to internet and paste it on here :) but yes its possible to save the output to a file on SD card and then use `sneakernet' to transfer the data onto your computer then paste it here.
Though seasoned linux users would have simply used SSH for it all :) |
Re: EMMC with only 455.5 MB size
Quote:
In meantime, I would write about my experiences to some newspaper magazines, federal consumer law organizations (or any equivalent in Your country), mobile devices forums etc. Nokia "oxym.oron" care is behavior is just unacceptable. |
Re: EMMC with only 455.5 MB size
Do you have none of the applications installed to gain root rights, like openssh, rootsh or sudser???
To get some information about disk space try the following code in the X-Terminal application Code:
df -h Try to gain some space back to install rootsh by disabling (removing) some applets from your desktops, try to remove some applications through the Hildon Application Manager (HAM), disable any repository in HAM but extras, it will refresh the list, then close HAM and reopen it. Try to install rootsh. |
Re: EMMC with only 455.5 MB size
Code:
Uninstalled some aplications and now I have rootsh Testing some options, ever say /dev/mmcblk0p1 not exist. Now, what is the way to create again? One question, 32GB, contains 2 partitions, one whith this 455.5MB, and the other with the missing GB? If yes, why hardware damage, or all 32GB or nothing, not a part (or I'm thinking wrong) |
Re: EMMC with only 455.5 MB size
Fine!
If you have rootsh now, you could try to really check your device. To print out the partition table Code:
sudo gainroot The common setup includes one large 28 GB FAT32-partition, a 2GB ext3-partition and a 0,75 GB swap partition. Compare your output or post additional warnings of sfdisk here. |
Re: EMMC with only 455.5 MB size
sfdisk -l return nothing, no errors, no data, nothing
|
Re: EMMC with only 455.5 MB size
Very strange! Right now, i am stumped, not anyhow, what one expects.
Please try to get some output with Code:
ls -al /dev/mmcblk* |
Re: EMMC with only 455.5 MB size
Copy and paste into XTerm:
Code:
df -h|grep ^/dev Code:
/dev/mmcblk0p2 2.0G 716.4M 1.2G 37% /home Also copy and paste into XTerm: Code:
sfdisk -lnd|grep ^/dev/mmcblk0 Code:
/dev/mmcblk0p1 : start= 64, size= 56631296, Id= c |
Re: EMMC with only 455.5 MB size
I'm still waiting on your output of your `dmesg' erg. dmesg is a command that you have to run within x-terminal. If you are having issues copying and pasting lines of outputted information I suggest you do something like this:
Code:
dmesg >> ~/MyDocs/dmesg.log Also here are my output of df -h for your reference (in order to compare): Code:
Filesystem Size Used Avail Use% Mounted on Code:
rootfs on / type rootfs (rw) I must stress that the output of these are not as useful as a dmesg output which I need you to paste it either here or onto pastebin (but you'll need to paste the link to your pastebin here so that we all can see what is going on). |
Re: EMMC with only 455.5 MB size
First, thanks for time and patience.
ls -al /dev/mmcblk* ls: /dev/mmcblk*: No such file or directory -------------------------- df -h|grep ^/dev No results, no error sfdisk -lnd|grep ^/dev/mmcblk0 No results, no error mmcb* simply not exist |
Re: EMMC with only 455.5 MB size
Quote:
|
Re: EMMC with only 455.5 MB size
Quote:
as user, sfdisk: not found I tested all last options as user and as root and for tuxsavvy, df -h can see the result at #10 |
Re: EMMC with only 455.5 MB size
OK
Code:
cat /etc/mtab |
Re: EMMC with only 455.5 MB size
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs rw,bulk_read,no_chk_data_crc 0 0 proc / proc proc rw 0 0 sysfs / sys sysfs rw 0 0 tmpfs / tmp tmpfs rw,noatime,size=1024k 0 0 tmpfs /var/run tmpfs rw,nosuid,noatime,size=256k,mode=755 0 0 none /dev tmpfs rw,noatime,size=10240k,mode=755 0 0 devpts /dev/pts devpts rw,gid=5,mode 620 0 0 tmpfs /dev/shm tmpfs rw,nosuid,nodev,noatime,size=65536k 0 0 nodev /sys/kernel/debug debugfs 0 0 |
Re: EMMC with only 455.5 MB size
Did you manually type the results here or did you copy and paste them here?
That is important, because there are errors there and lines are missing, crucially the line that defines your missing drive! Do you know how to copy and paste in XTerm? |
Re: EMMC with only 455.5 MB size
I'm writing with PC
Manually type, but is ok, are exactly the same lines and the same values. XTerm, for me is unknow. I can connect the N900 at the net, but open browser and say no memory available when enter at the forum, to copy and paste directly here. By the way, from missing EMMC, the phone never reset, never problems, is incredible. |
Re: EMMC with only 455.5 MB size
Seems to be really a broken emmc :(
Try as root if the hardware is found at all Code:
lshal -s | grep volume |
Re: EMMC with only 455.5 MB size
That explains things, you made errors in typing.
Code:
cat /etc/mtab|grep /dev/mmc Should look like this: /dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0 /dev/mmcblk0p1 /home/user/MyDocs vfat rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,u tf8,uid=29999,shortname=mixed,dmask=000,fmask=0133 ,rodir 0 0 |
Re: EMMC with only 455.5 MB size
No errors typing, I check it 3 times to prevent you lose time for my fault. Only two little errors, one space after slashes at sysfs / sys and tmpfs / tmp. The rest is exact.
lshal -s | grep volume nothing cat /etc/mtab|grep /dev/mmc nothing |
Re: EMMC with only 455.5 MB size
Do you have a spare microSD card to check if cards would be accepted by the kernel at all.
|
Re: EMMC with only 455.5 MB size
Try mounting the internal drive as root
Code:
mount /dev/mmcblk0p1 /home/user/MyDocs |
Re: EMMC with only 455.5 MB size
With 2GB microSD
lshal -s | grep volume volume_uuid_E0FD_1813 cat /etc/mtab|grep /dev/mmc /dev/mmcblk1p1 /media/mmc1 vfat rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,u tf8,uid=29999,shortname=mixed,dmask=000,fmask=0133 ,rodir 0 0 |
Re: EMMC with only 455.5 MB size
mount /dev/mmcblk0p1 /home/user/MyDocs
mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failed: No such file or directory |
Re: EMMC with only 455.5 MB size
You must first create MyDocs folder (just empty folder) in /home/user/
Then, try again. I suspect that system "see" Your /dev/mmcblk0p1, but for some reason, it fail to mount them properly @ boot. Still, this is pure guesswork, so don't get high hopes. Just try it. |
Re: EMMC with only 455.5 MB size
It does seem fairly clear at this point that the eMMC isn't being recognised at all. No-one seems to have thought to check if any swap is active run the command "free" to check what memory (including swap) is available and free, I would expect it to say there is 0 swap available.
It might still be of interest to see if there are any errors regarding the eMMC in dmesg, so how about saving the output to a text file on a SD card, put a SD card in and run Code:
dmesg >>/media/mmc1/dmesg.txt |
Re: EMMC with only 455.5 MB size
1 Attachment(s)
retsaw, dmesg.txt attached (here is too long)
Estel, MyDocs exist ¿?, /home/user/MyDocs # ls -al drwxr-xr-x 2 user users 232 Sep 11 10:29 . drwxr-xr-x 28 user users 2672 Sep 11 17:07 .. -rw-r---r-- 1 root root 15679 Sep 11 10:29 dmesg.log |
Re: EMMC with only 455.5 MB size
No need to additionally check for swap, as there are no partitions found and no device found. The corrosion nokia care found seems to be very real :( The emmc is non-existing for the kernel
Try to get something out of Nokia care, be it a new phone, a repair or some other stuff But: If nothing works, here http://talk.maemo.org/showthread.php?t=69081 is a thread about moving /home /opt, aka. /home/opt, and /home/user/MyDocs to an external card. Try to read through it and do not hesitate to ask for more information if needed. Get the fastest card you can grab, because speed-wise external cards are inferior to the internal card. |
Re: EMMC with only 455.5 MB size
My phone NO HAVE CORROSION, NEVER touched by liquits.
The SAT repair one day, send to Care, Care test (not call to me, I live at 80 km), when test no start and return to SAT, and the SAT check again and see corrosion? 2 days before no corrosion? The SAT no have solutions for me and decide this excuse, and return me this phone with the waranty seal broken. Just when you answer, I'm watching another spanish victim of the SAT for the same problem. I contact via pm http://talk.maemo.org/showthread.php...returned+error |
Re: EMMC with only 455.5 MB size
Quote:
also, don't grab microSd class 6 or 10 - they're faster at bulk write/read speeds, but got worse random access. The latter is much more important for things like optfs and swap. microSD card 4 from SanDisk seem to be optimal. BUT. I would not give up with repairing complains. If SAT is no use for You, fill official complain higher. If that doesn't help, get basic law advice (should be cheap), then go to appropriate law enforcements unit in Spain. |
Re: EMMC with only 455.5 MB size
I'm searching all documents from my visits to Care, and then I visit "law enforcements".
And now I'm working with.... www.nokiacarenoreparamin900.com (Nokia Care not repair my N900) , pending to add detailed info, photos, my videos and others videos from another users at youtube with the same problem, etc... Link added at Nokia Spain Facebook and Twitter Thanks at all for your time. |
Re: EMMC with only 455.5 MB size
Good luck mate. If You can, keep us updated - it would be great to know how it is going, and how end will look like.
|
Re: EMMC with only 455.5 MB size
My website www.nokiacarenoreparamin900.com , in one day, is in the first page at Google Spain searching Nokia Care N900. In the first position, another post from me at Nokia Support Discussions
http://discussions.europe.nokia.com/...00/m-p/1145865 Interesting comments at the post in Nokia Support. |
Re: EMMC with only 455.5 MB size
You should also publish one in english. Unfortunately, I don't know Spanish, so i'm unable to prepare good enough translation.
|
Re: EMMC with only 455.5 MB size
Nokia contact with me, and now I have a new one N900 and apologized.
Now the question is... How prevent this "memory corrupted" again. Never connect it at pc? never disconnect it from pc wihout use "disconnect hardware with security" ? If I connect it to my car radio with usb, no acctivate never the massive storage? I must use microSD or bluethooth to copy files, songs, backup from pc to phone? Is ubuntu the solution?... Thanks. |
All times are GMT. The time now is 20:11. |
vBulletin® Version 3.8.8