RazRi_External-SD.zip - Will map the Ext-SD card to /storage/sdcardN, and leave /data to the internal eMMC
I can't understand that.... if the /data still on eMMC for what purposes this script was build?
:
mount -o remount,rw /
mount -o remount,rw /system
rm /sdcard
rm /mnt/sdcard
ln -s /storage/sdcard1 /sdcard
ln -s /storage/sdcard1 /mnt/sdcard