View Single Post
ToJa92's Avatar
Posts: 1,091 | Thanked: 323 times | Joined on Feb 2010 @ ~
#91
Originally Posted by Banschee View Post
Sure - But i already repartitionated the Card like this:

4 GB SDHC
100MB FAT32 - Primary
2000MB EXT3 - Primary
Empty - for now

Configuration in android.etc.item

ITEM_NAME="Android (external SD, partition 2)"
ITEM_ID="android2"
ITEM_DEVICE="${EXT_CARD}p2"
ITEM_MODULES="mbcache jbd ext3 fat vfat"
ITEM_FSTYPE="ext3"
ITEM_FSOPTIONS="noatime,rw"

I think my Mistake lies somewhere in this Configuration.
Maybe you can try this?

Originally Posted by DanielW View Post
I had the same problem.

Replacing

ITEM_DEVICE="${EXT_CARD}p2"

with
ITEM_DEVICE="mmcblk0p2"

solved the problem