View Single Post
Posts: 5 | Thanked: 1 time | Joined on Aug 2008 @ Spain
#1
Hi, n810 with diablo on internal card.

I have got an 8Gb miniSD card, formated it:
Code:
/dev/mmcblk1p1          0+   7937    7938-    500062+  82  Linux swap / Solaris
/dev/mmcblk1p2       7938   47621   39684    2500092   83  Linux
/dev/mmcblk1p3      47622   79368   31747    2000061   83  Linux
/dev/mmcblk1p4      79369  131444   52076    3280788   83  Linux
installed deblet on /dev/mmcblk1p2, so far, so good.

As I want to add space to the diablo on internal card, I removed the mmc1 as vfat line in /etc/fstab, and add this one:

Code:
/dev/mmcblk1p4  /home/user/tmp/ ext3 defaults   0 0
added

Code:
insmod /mnt/initfs/lib/modules/2.6.21-omap1/ext3.ko
to /etc/init.d/rcS and reboot.

No luck, the whole 7,9 Gb are mounted as vfat. I have to umount /media/mmc1 and then mount /home/user/tmp.

Greping /etc I've found that /etc/osso-af-init/af-defines.sh have this line:
Code:
 export MMC_MOUNTPOINT='/media/mmc1' MMC_DEVICE_FILE='/dev/mmcblk0p1'
and this confuses me, as mmcblk0p1 is my vfat partition on internal card.

Question is, how I get rid of this vfat mount?

Thanks in advance.