Ver Mensaje Individual
  #7  
Viejo 08/02/12, 16:31:52
Array

[xs_avatar]
davidxperia davidxperia no está en línea
Miembro del foro
 
Fecha de registro: ene 2012
Localización: Cadiz
Mensajes: 369
Modelo de smartphone: Xperia X8, Neo V, Galaxy S+, Xperia SP, M2
Tu operador: Orange
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##

#######################
## 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
######################

# sdcard mount for the P1
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
discard = disable
asec = disable
}
dev_mount sdcard /mnt/sdcard/external_sd 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1

# externel sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard1 /mnt/sdcard auto /devices/platform/msm_sdcc.4/mmc_host/mmc2
#end line ## keep this line
Responder Con Cita