level 2
冰镇哈啤
楼主
小白一枚,想把内置存储和外置sd卡互换,但是上网查了好多,vold.fstab文件内容都和我的不一样,特来求助。我的手机是htc6160。下面是我的文件内容:
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount
## label - Label for the volume
## mount_point - Where the volume will be mounted
#
# part - Partition #
(1 based), or 'auto' for first usable partition.
## - List of sysfs paths to source devices
######################
dev_mount sdcard /storage/ext_sd auto /devices/platform/sdhci.0/mmc_host/mmc2
dev_mount usbdisk /storage/usb auto /devices/platform/dwc_otg/usb1
一共就这么点字,也看不懂哪里是指内置存储的,不会互换。求大神们帮助!谢谢!
2014年11月26日 11点11分
1
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount
## label - Label for the volume
## mount_point - Where the volume will be mounted
#
# part - Partition #
(1 based), or 'auto' for first usable partition.
## - List of sysfs paths to source devices
######################
dev_mount sdcard /storage/ext_sd auto /devices/platform/sdhci.0/mmc_host/mmc2
dev_mount usbdisk /storage/usb auto /devices/platform/dwc_otg/usb1
一共就这么点字,也看不懂哪里是指内置存储的,不会互换。求大神们帮助!谢谢!