Hi,
I thought I had success but looks like something is still not ok.
the final partition table -
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/mmcblk0p1 4,0,1 37,63,32 8192 77823 69632 34.0M c Win95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary
/dev/mmcblk0p2 38,0,1 1014,36,1 77824 2077824 2000001 976M 83 Linux
Partition 2 does not end on cylinder boundary
/dev/mmcblk0p3 1014,36,2 1023,63,32 2077825 5984075 3906251 1907M 83 Linux
Partition 3 does not end on cylinder boundary
Questions -
1. how to I make it mount automatically
2. when I try to mount manually I get following error -
[ 353.108040] F2FS-fs (mmcblk0p3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[ 353.108059] F2FS-fs (mmcblk0p3): Can't find valid F2FS filesystem in 1th superblock
[ 353.108724] F2FS-fs (mmcblk0p3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[ 353.108737] F2FS-fs (mmcblk0p3): Can't find valid F2FS filesystem in 2th superblock
[ 353.108787] F2FS-fs (mmcblk0p3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[ 353.108797] F2FS-fs (mmcblk0p3): Can't find valid F2FS filesystem in 1th superblock
[ 353.108809] F2FS-fs (mmcblk0p3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
[ 353.108816] F2FS-fs (mmcblk0p3): Can't find valid F2FS filesystem in 2th superblock
Not sure how to proceed forward.
[EDIT]: Added code tags. Rich