R
rWx
Guest
Klemm das Phone mal an den PC (USB Speicher), und wenn dein Telefonspeicher als Wechseldatenträger erkannt wird, formatiere mit FAT32.bei mir ist der Telefonspeicher auch weg, man kann ihn nicht bereitstellen
Klemm das Phone mal an den PC (USB Speicher), und wenn dein Telefonspeicher als Wechseldatenträger erkannt wird, formatiere mit FAT32.bei mir ist der Telefonspeicher auch weg, man kann ihn nicht bereitstellen
## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
##
#######################
## 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 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 a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
dev_mount sdcard2 /mnt/sdcard2 emmc@fat /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
## 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
Zuerst hatte ich wieder zwei SD Karten (Telefonspeicher, SD Karte), dann habe ich die beiden gedreht und den internen restlichen Telefonspeicher nicht mehr gemounted.Und was hast du genau gemacht, Mark?
Geändert in der vold.fstabdev_mount sdcard /mnt/sdcard1 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard2 /storage/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
#dev_mount sdcard /mnt/sdcard1 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard2 /storage/sdcard0 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
geänderte vold.fstab: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
#dev_mount sdcard /storage/sdcard0 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard /storage/sdcard0 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
Hat keiner eine Antwort auf meine Frage?Hat auf meinem zp980 32GB/2GB mit der Einstellung von 6.33 GB gefunzt. Ist es vielleicht möglich noch mehr als die 6.33 GB dem internern Speicher zuzuordnen? Ich habe da noch eine Frage: Bleibt die Partitionierung erhalten, wenn man ein Update der Firmware vornimmt?