What I'm looking for is be able access external card from computer.
So I've tried
mount -o bind /mnt/sdcard2 /mnt/sdcard/sdcard
It works fine from within tablet itself, I see /sdcard/sdcard folder and in that folder all files from /sdcard2, but on Windows 7 it shows an empty folder. However copying new files in that folder save them on /sdcard2 as it supposed to. But after tablet reboot, even though files are still physically there, Windows 7 shows an empty folder again.
Any solution for this?
Thank you.
[EDIT]
It seems this only happens if tablet plugged in to the computer before reboot. If I plug it after reboot, everything is fine. Maybe I need increase the sleep time for this?
[EDIT2]
Is bind command only works with root of partition?
I've tried use this and it doesn't work, nothing mounts:
mount -o bind /mnt/sdcard2 /mnt/sdcard/external/sdcard