1. Using any file manager (Root Explorer), navigate to /etc.
2. Copy vold.fstab to root of your extsd and transfer to pc.
3. Using a text editor (Notepad), edit the following lines:
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount sdcard /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
4. Save.
5. Copy edited vold.fstab file back to /etc.
6. Reboot. Done!
----
老眠羊@20121009作者: samuel_chang777 時間: 2012-10-9 14:43
我有看過\etc\下的vold.fstab檔,
確實在最下方註解
#for internal SD and external SD card both
下面有這段敘述...