Reply
Thread Tools
Posts: 49 | Thanked: 16 times | Joined on Feb 2011
#1
im not able to see partition with 27gb

i only able to see SD card..


when i reboot my device all times it show me "storage format unknown device"

my nokia N900 now only have 2gB of memory! i losse all of 32Gb.

i wrote on console

sudo sfdisk -l

and the partition one in the list, is FAT 32.

how i cant change it to ext 3??? or to any known partition??

TELL ME how i can fix this issue please

Last edited by EL_CID_CAMPEADOR; 2011-02-18 at 15:01.
 
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#2
You can try reflashing. have you recently dropped the phone?
 
Posts: 49 | Thanked: 16 times | Joined on Feb 2011
#3
im try to install the latest firmware with Flasher but it didnt fix my issue
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
Flashing never will fix this issue!!!
The partition of the internal storage for MyDocs is not touched by firmware flashing.
if sfdisk -l lists the device /dev/mmcblk0, it is not broken.

You could:
1. If nothing important was on your MyDocs you might just reformat it through your Hildon File Manager. Advantages: Easy, fast, no reboot required, but this would wipe everything on it.
2. You could do the same from X-Terminal, but would need a reboot to get fully integrated into Maemo again.

3. If you had data on it, try to fix the file system. You need rootsh from extras installed to get it working via X-Terminal
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
There should be an error when you unmount the partition, because it is not mounted, but still do it to be on the safe side.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 362 | Thanked: 143 times | Joined on Mar 2008
#5
@michaaa62, would the same procedure (ie. step 3), fixes issue with 'input/output error' when I try to do a 'ls' on a directory.

also in 'Step 1', the built-in 'File Manager' does not see any directory that has a dot prefix, can I assume that formatting MyDocs will erase those directories as well?

Last edited by cheve; 2011-02-18 at 16:38.
 
Posts: 701 | Thanked: 585 times | Joined on Sep 2010 @ London, England
#6
Originally Posted by michaaa62 View Post
Flashing never will fix this issue!!!
The partition of the internal storage for MyDocs is not touched by firmware flashing.
It is if you flash the eMMC. The rest of what you said is correct though.
 
Posts: 49 | Thanked: 16 times | Joined on Feb 2011
#7
nothing happens didnt fix my problem!!!


i use exactly these commands!! to brick my internal memory
i use part of these instructions
http://talk.maemo.org/showpost.php?p...1&postcount=66

sudo gainroot
cd /home/user
umount MyDocs
sfdisk -d > sf
vi sf # set 1st partition to 83
sfdisk --force /dev/mmcblk0 < sf
mkfs.ext3 /dev/mmcblk0p1
mount /dev/mmcblk0p1 /mnt
cp -a /home/* /mnt


NEXT I TRY WITH

i use a mixed commands from last web page and from this
http://sumoudou.org/%E7%9B%B8%E6%92%...ia%20N900.html


sudo gainroot
cd /home/user
umount MyDocs
sfdisk -d > sf
vi sf # set 1st partition to 83
sfdisk --force /dev/mmcblk0 < sf
mkfs.ext3 /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
cd /home/
cp -r * /home/user/MyDocs


what is the mistake here?

how i can fix my internal memory storage? is in invalid format...
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#8
Check if you can use your ext3-partition, if you mount it somewhere else, maybe /mnt.
Your copy command will also kind of misbehave , because your recursively copy the content of /home/user/MyDocs again and again.

Last edited by michaaa62; 2011-02-18 at 21:06.
 
Posts: 49 | Thanked: 16 times | Joined on Feb 2011
#9
no, i cannot mount ext3 partition to anithing
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#10
Instead of forcing the new partition table, which might need a reboot, try to use
Code:
sfdisk -c /dev/mmcblk0 1 83
, then create the file system.
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:26.