G
gary1969
Neues Mitglied
- 0
hallo, ich habe in dem Forum bereits erfolgreich Hilfe zur Beschaffung der Rootrechte gefunden. Nun stehe ich vor dem Problem, was ich denn nun in meiner vold.fstab austauschen muss. Die externe Karte 'SD card' wird mir im Dokumenten-Browser als /mnt/sdcard1 angezeigt. Der lokale Speicher 'Local' als /mnt/sdcard.
unter /etc sieht meine vold.fstab wie folgt aus:
könnt Ihr mir sagen was ich in was abändern muss?
Danke!
unter /etc sieht meine vold.fstab wie folgt aus:
Code:
## Vold 2.0 Generic fstab
## - San Mehat ([EMAIL="san@android.com"]san@android.com[/EMAIL])
##
#######################
## 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 /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount LOCAL /mnt/sdcard 6 /devices/platform/imap-mmc.1/mmc_host/mmc0
dev_mount SDCARD /mnt/sdcard/sdcard1 auto /devices/platform/imap-mmc.1/mmc_host/mmc0
dev_mount UDISK1 /mnt/sdcard/udisk1 auto /devices/platform/dwc_otg/usb3/3-1/3-1:1.0 /devices/platform/imap-ehci/usb1/1-3/1-3:1.0
dev_mount UDISK2 /mnt/sdcard/udisk2 auto /devices/platform/imap-ehci/usb1/1-1/1-1:1.0 /devices/platform/imap-ehci/usb1/1-2/1-2:1.0
#dev_mount UDISK2 /mnt/sdcard/udisk2 1 /devices/platform/imap-ehci/usb1/1-2/1-2:1.0
## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
könnt Ihr mir sagen was ich in was abändern muss?
Danke!