View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4134
Looks good, but maemo kernel seems to be a bit too picky with the partition table. You might set the type of the new partition
Code:
sudo gainroot
sfdisk -c /dev/mmcblk0 5 83
Reboot and apply the file systems again, but make sure those two partition do not contain any data that is valuable for you.
Code:
sudo gainroot
mkfs.vfat -F 32 /dev/mmcblk0p1
mke2fs -L NITDroid -j -m0 /dev/mmcblk0p5
 

The Following User Says Thank You to michaaa62 For This Useful Post: