diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-02-18 19:18:05 +0100 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-02-18 19:18:05 +0100 |
commit | 97957a45c8d910ab0e2c72b4d968ace9159dc47b (patch) | |
tree | cb3b52e112418c07aa91d2f85668dd09ae52c5bb /configs | |
parent | 83ac03a566e30fd6fab4a332ae9db22e3b51fb6d (diff) | |
download | device_samsung_n7000-97957a45c8d910ab0e2c72b4d968ace9159dc47b.zip device_samsung_n7000-97957a45c8d910ab0e2c72b4d968ace9159dc47b.tar.gz device_samsung_n7000-97957a45c8d910ab0e2c72b4d968ace9159dc47b.tar.bz2 |
fix vold.fstab
Diffstat (limited to 'configs')
-rw-r--r-- | configs/vold.fstab | 57 |
1 files changed, 7 insertions, 50 deletions
diff --git a/configs/vold.fstab b/configs/vold.fstab index 483e12f..d52e0ee 100644 --- a/configs/vold.fstab +++ b/configs/vold.fstab @@ -1,65 +1,22 @@ ## Vold 2.0 Generic fstab ## - San Mehat (san@android.com) -## +## ####################### ## Regular device mount ## -## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...> +## 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 -## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel ###################### + # internal sdcard -{ - storage_struct = cover, "/mnt/sdcard/external_sd","/mnt/sdcard/usbStorage" - ums_sys_path = /sys/class/android_usb/f_mass_storage/lun0/file - discard = enable -} -dev_mount sdcard /mnt/sdcard 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 encryptable_nonremovable +dev_mount internal /mnt/sdcard 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 encryptable_nonremovable # external sdcard -{ - ums_sys_path = /sys/class/android_usb/f_mass_storage/lun1/file - android_secure_containers = enable -} -dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1 - -#usb host device -{ - media_type = usb -} -dev_mount sda /mnt/sdcard/usbStorage/UsbDriveA auto /devices/platform/s5p-ehci - -#usb host device -{ - media_type = usb -} -dev_mount sdb /mnt/sdcard/usbStorage/UsbDriveB auto /devices/platform/s5p-ehci - -#usb host device -{ - media_type = usb -} -dev_mount sdc /mnt/sdcard/usbStorage/UsbDriveC auto /devices/platform/s5p-ehci - -#usb host device -{ - media_type = usb -} -dev_mount sdd /mnt/sdcard/usbStorage/UsbDriveD auto /devices/platform/s5p-ehci - -#usb host device -{ - media_type = usb -} -dev_mount sde /mnt/sdcard/usbStorage/UsbDriveE auto /devices/platform/s5p-ehci +dev_mount sdcard /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1 -#usb host device -{ - media_type = usb -} -dev_mount sdf /mnt/sdcard/usbStorage/UsbDriveF auto /devices/platform/s5p-ehci -#EOF +# USB storage device +dev_mount usbdisk /mnt/usbdisk auto /devices/platform/s5p-ehci |