|  
       
            
       
       
      
       
      
      
 
| 
已root,這是systemetcvold.fstab內的資料,請問要改哪裡?可以內建sd換成外接sd卡,謝謝~
x
馬上加入Android 台灣中文網,立即免費下載應用遊戲。您需要 登錄 才可以下載或查看,沒有帳號?註冊  
 ## Vold 2.0 Generic fstab
 ## - San Mehat ([email protected])
 ##
 
 #######################
 ## Regular device mount
 ##
 ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
 ## label        - Label for the volume
 ## mount_point  - Where the volume will be mounted
 ## part         - Partition # (1 based), or "auto" for first usable partition.
 ## <sysfs_path> - List of sysfs paths to source devices
 ######################
 
 ## Example of a standard sdcard mount for the emulator / Dream
 # Mounts the first usable partition of the specified device
 dev_mount sdcard /storage/sdcard0 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
 dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
 ## Example of a dual card setup
 # dev_mount left_sdcard  /mnt/sdcard1  auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
 # dev_mount right_sdcard /mnt/sdcard2  auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
 
 ## Example of specifying a specific partition for mounts
 # dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
 
 # usb otg disk
 dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb /devices/platform/musbfsh_hdrc
 | 
  |