H
heima77
Neues Mitglied
- 0
Meine Datei sieht wie folgt aus:
Hat jemand eine Idee was ich ändern muss?
Danke im Voraus!
PHP:
#######################
## 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
######################
dev_mount sdcard /storage/sdcard1 auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
dev_mount emmc /storage/sdcard 11 /devices/platform/sdhci-tegra.3/mmc_host/mmc0
Hat jemand eine Idee was ich ändern muss?
Danke im Voraus!