![]() |
2009-12-16
, 22:42
|
Posts: 10 |
Thanked: 3 times |
Joined on Nov 2009
@ Helsinki, Finland
|
#22
|
![]() |
2009-12-16
, 22:57
|
|
Posts: 84 |
Thanked: 50 times |
Joined on Mar 2007
@ Saarbrücken - Germany
|
#23
|
![]() |
2009-12-26
, 23:01
|
Posts: 1 |
Thanked: 1 time |
Joined on Dec 2009
@ Prague
|
#24
|
The Following User Says Thank You to scatter For This Useful Post: | ||
![]() |
2010-02-18
, 14:56
|
|
Posts: 144 |
Thanked: 75 times |
Joined on Dec 2009
@ Israel
|
#25
|
I had a similar problem which I fixed by connecting the phone to my linux machine and running fsck.vfat.
I first turned off the phone, plugged in the USB cable, turned on the phone so that the internal and external flash drives automounted.
After backing up my data, I did a "df" to identify the internal flash. It turned out to be /dev/sdc in my case.
I therefore ran "sudo fsck.vfat -a /dev/sdc" three or four times (until no error/correction messages showed up) with the device mounted.
Finally I unmounted and rebooted the phone and everything worked as it should:-)
If you're using Windows I unfortunately don't know how to do something similar.
Best wishes
![]() |
2010-02-24
, 03:53
|
|
Posts: 74 |
Thanked: 38 times |
Joined on Feb 2010
|
#26
|
![]() |
2010-02-24
, 08:25
|
Posts: 508 |
Thanked: 130 times |
Joined on Sep 2009
|
#27
|
![]() |
2010-02-25
, 13:02
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#28
|
Memory is read-only until fixed.
Try fixing memory with a PC after plugging in USB cable.
Create data backup first to save existing memory contents.
![]() |
2010-02-25
, 14:03
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#29
|
![]() |
2010-03-09
, 13:55
|
Posts: 149 |
Thanked: 140 times |
Joined on Sep 2009
@ YUL
|
#30
|
1) unmounted MyDocs when logged to console as root
2) ran fsck -a on /home/user/MyDocs and waited (for about 70 minutes)...
sudo gainroot umount /home/user/MyDocs fsck -a /home/user/MyDocs
I attempted to back up my 900, using the backup utility on the device. The process apparently failed at some point, and I began getting a "memory is read only" error. filologen's tip above appears to have taken care of the problem.