• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Vold.fstab

jdogwr

Newbie
Can someone please send me their stock vold.fstab for the lg optimus elite? I can't mount my phone on my computer or play any apps on it. Help is much appreciated. Can somebody send a picture of it or anything?
 
I can upload it somewhere if you need it.


# Copyright (c) 2010, Code Aurora Forum. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
# with the distribution.
# * Neither the name of Code Aurora Forum, Inc. nor the names of its
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#######################
## 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 emmc /mnt/emmc 15 /devices/platform/msm_sdcc.2/mmc_host/mmc0
dev_mount sdcard /mnt/sdcard 1 /devices/platform/msm_sdcc.4/mmc_host/mmc2



# stock values....
# I/Vold ( 123): /dev/block/vold/179:15 being considered for volume sdcard
# I/Vold ( 123): /dev/block/vold/179:33 being considered for volume extsdcard

#D/NetlinkEvent( 123): NL param 'DEVPATH=/devices/platform/msm_sdcc.2/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p15'
#D/NetlinkEvent( 123): NL param 'MAJOR=179'
#D/NetlinkEvent( 123): NL param 'MINOR=15'
#D/NetlinkEvent( 123): NL param 'DEVNAME=mmcblk0p15'
#D/NetlinkEvent( 123): NL param 'DEVTYPE=partition'
#D/NetlinkEvent( 123): NL param 'PARTN=15'


#D/NetlinkEvent( 123): NL param 'DEVPATH=/devices/platform/msm_sdcc.4/mmc_host/mmc2/mmc2:e624/block/mmcblk1/mmcblk1p1'
#D/NetlinkEvent( 123): NL param 'MAJOR=179'
#D/NetlinkEvent( 123): NL param 'MINOR=33'
#D/NetlinkEvent( 123): NL param 'DEVNAME=mmcblk1p1'
#D/NetlinkEvent( 123): NL param 'DEVTYPE=partition'
#D/NetlinkEvent( 123): NL param 'PARTN=1'
#keep this line.
 
Back
Top Bottom