i am using samsung s2 and a custom rom, external sd card is mounted to /emmc but i want it to mount to /mnt/sdcard/external_sd, how could i mount it using init.d?
i made a file called "99mount" with a the content
mount -o bind /emmc /mnt/sdcard/external_sd
however, it isn't being executed an start tried also
busybox mount -o bind /emmc /mnt/sdcard/external_sd
and no luck, do i need to add 99mount to some xx.rc file?