maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU. (https://talk.maemo.org/showthread.php?t=83541)

mattxz 2012-04-09 17:41

My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU yesterday. Hence all the data like music and photos are gone or freezed. Anyway those data cannot be detected anymore. Not only that, my N900 cannot connect to the PC via USB anymore. Can someone please help? Thank you.

freemangordon 2012-04-09 17:52

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
http://talk.maemo.org/showpost.php?p...&postcount=562

hajano 2012-04-09 19:20

Same problem "My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU."
 
Hello. I have the same problem :confused:. After CSSU update (yesterday) the N900 lost its internal memory / or the internal memory can not be found. Can someone tell me - step by step - :) how to solve this problem. Thank you! Jan Haasnoot.


Quote:

Originally Posted by mattxz (Post 1190154)
My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU yesterday. Hence all the data like music and photos are gone or freezed. Anyway those data cannot be detected anymore. Not only that, my N900 cannot connect to the PC via USB anymore. Can someone please help? Thank you.


gus_uk 2012-04-09 21:22

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Try clicking on the link above your post and following the step by step instructions :)

salcykhan 2012-04-10 02:28

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
the above step did not work for me.


it there some other way other then reinstall,

mramkumar7 2012-04-10 05:55

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Got to X-term as root and execute

mount /home/user/MyDocs

This should bring back the memory and file under file manager

But on a re-boot the memory again will be lost, hence to be re-mounted.

mramkumar7 2012-04-10 05:56

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Bug 12599 has been created for this issue...

Got to X-term as root and execute

mount /home/user/MyDocs

This should bring back the memory and file under file manager

But on a re-boot the memory again will be lost, hence to be re-mounted.

freemangordon 2012-04-10 06:27

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Guys, what is wrong with you? The instructions in the post I linked work pretty well AFAIK.

@mramkumar7 - Care to check on bugtracker if the bug has already been reported? Or you think it is funny maintainer/bugmaster to close dozens of duplicates.

mattxz 2012-04-11 15:47

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Quote:

Originally Posted by mramkumar7 (Post 1190307)
Bug 12599 has been created for this issue...

Got to X-term as root and execute

mount /home/user/MyDocs

This should bring back the memory and file under file manager

But on a re-boot the memory again will be lost, hence to be re-mounted.

mraMkumar7, I mounted the internal memory but not the microsd memory even when i tried 'mount /dev/mmcblk0p1 /home/user/MyDocs' Any solution?

mattxz 2012-04-11 15:49

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Quote:

Originally Posted by freemangordon (Post 1190159)

Freemangordon the step you showed doesn't work for me too. nothing's changed. :(

J4ZZ 2012-04-11 16:20

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Last post from CSSU Testing thread

Quote:

Okay to clear this once and for all, here is the official cssu way™ to recover from this situation:

If you're still on cssu <= 2.1 (21.2011.38-1Tmaemo2.1) just update to 3.1 nothing bad will happen

If you're still on cssu 3 (21.2011.38-1Tmaemo3) run as root:
Code:

rm /etc/init.d/ke-recv
apt-get update
apt-get install mp-fremantle-community-pr
dsmetool -b

Quote:

If you're on cssu 3.1 (21.2011.38-1Tmaemo3.1) and still experience the problems (thus had version 3 installed before) run this as root:
Code:

rm /etc/init.d/ke-recv
apt-get install --reinstall ke-recv
dsmetool -b

Or the 'brute-force' method posted by Estel
Code:

dpkg --purge --force-all ke-recv
rm -f /etc/init.d/ke-recv
apt-get install ke-recv
mkdir /home/ke-recv-temp
dpkg-deb -x /var/cache/apt/archives/ke-recv_3.19-15_armel.deb /home/ke-recv-temp/
mv /home/ke-recv-temp/etc/init.d/ke-recv /etc/init.d/
rm -r -f /home/ke-recv-temp
dsmetool -b

Greetz,

J4ZZ

freemangordon 2012-04-11 16:20

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Quote:

Originally Posted by mattxz (Post 1190802)
Freemangordon the step you showed doesn't work for me too. nothing's changed. :(

search for solutions on CSSU Testing thread.

mattxz 2012-04-12 16:38

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
Quote:

Originally Posted by J4ZZ (Post 1190813)
Last post from CSSU Testing thread


Code:

rm /etc/init.d/ke-recv
apt-get update
apt-get install mp-fremantle-community-pr
dsmetool -b


Code:

rm /etc/init.d/ke-recv
apt-get install --reinstall ke-recv
dsmetool -b

Or the 'brute-force' method posted by Estel
Code:

dpkg --purge --force-all ke-recv
rm -f /etc/init.d/ke-recv
apt-get install ke-recv
mkdir /home/ke-recv-temp
dpkg-deb -x /var/cache/apt/archives/ke-recv_3.19-15_armel.deb /home/ke-recv-temp/
mv /home/ke-recv-temp/etc/init.d/ke-recv /etc/init.d/
rm -r -f /home/ke-recv-temp
dsmetool -b

Greetz,

J4ZZ

Hey! My problem's solved!! Thank you J4ZZ :)

panjgoori 2012-04-12 17:03

Re: My N900 lost around 30 G of it's Internal memory and it cannot detect memory card after updating Community SSU.
 
mramkumar7 there is no need of creating a bug report for it. this bug has already been fixed and another CSSU testing update has been issued for this bug fix. Check CSSU testing thread or CSSU testing change log before creating a bug report.


All times are GMT. The time now is 19:57.

vBulletin® Version 3.8.8