Rusty!, on 02 August 2011 - 07:40 PM, said:
That isnt added by me, it's part of the source. It means that if the external SD is missing/not dectected, it will use internal instead.
No, I don't think that's true. It is a provision for sd cards where the file system is directly on the unpartitioned device (/dev/block/mmcblk1) instead of on the first partition (/dev/block/mmcblk1p1) as it is the case with my sd card.
I also expressed myself unclearly, the line in /etc/recovery.fstab:
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
comes from Paul's 4.0.0.5. The corresponding one in 4.0.1.4 R2 (ext) is:
/sdcard vfat /dev/block/mmcblk1p1 NULL
I guess that's why I need to mount my sd card manually in 4.0.1.4 R2 (ext) (with mount /dev/block/mmcblk1 /sdcard), while it's automatically mounted in Pauls 4.0.0.5
Anyway, thanks for your answer and the easiest and best thing to do is probably to repartition my sdcard :-)
M.
Edited by morckx, 02 August 2011 - 09:07 PM.