I decided to move MyDocs from /dev/mmcblk0p1 to /dev/mmcblk0p4. But Maemo mounts only /dev/mmcblk0p1 to MyDocs.
Tried everything incl. fstab: can't find.
I know I can hardcode my preferred way to mount MyDocs in a billion places. But I want to find where this p1 actually is.
Ideas?
there is script which checking MBR code and mounting first partition with FAT32 code (I think char 'c').
so to use /dev/mmcblk0p4 as MyDocs you need to change MBR partition code type for both p1 and p4. And make sure that only one partition has that FAT32 code.