View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
Do you have the stock kernel or kernel-power running?

Look at the partition table for the first partition. You need rootsh installed for this to work. This is the command to look at
Code:
sudo gainroot
sfdisk -l
You need the first partition line to be some thing like that
Device Boot Start End #cyls #blocks Id System
/dev/mmcblk0p1 1 610463 610463 19534816 c W95 FAT32 (LBA)
The red font indicates the identification for the vfat file system. Do not change the numbers for start and size of the partition.
Here in the wiki http://wiki.maemo.org/Repartitioning...Docs_partition you will find the informations to edit the partition table.

Feel free to ask for additional help.