Also hope I can be of some assistance:
Obtained the recovery image by:
/data/local/tmp # dd if=/dev/block/mmcblk0p17 of=/data/local/tmp/valet-stock-rec
overy.img bs=4096
4096+0 records in
4096+0 records out
16777216 bytes (16.0MB) copied, 1.317070 seconds, 12.1MB/s
/data/local/tmp #
The link for the file is below:
https://drive.google.com/file/d/0Bw7b4Sw9CtykdU5JMFo4eEV3ek0/edit?usp=sharing
Since I'm a new user, apparently I can't post links, so here is the URL to paste:
https://drive.google.com/file/d/0Bw7b4Sw9CtykdU5JMFo4eEV3ek0/edit?usp=sharing
Here's the "recovery.fstab" file found under the etc directory in the recovery image:
[HIGH]# Copyright (c) 2011, 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.
# mount point fstype device [device2]
/boot emmc /dev/block/mmcblk0p16
/cache ext4 /dev/block/mmcblk0p21
/data ext4 /dev/block/mmcblk0p22
/recovery emmc /dev/block/mmcblk0p17
/splash emmc /dev/block/mmcblk0p18
/misc emmc /dev/block/mmcblk0p20
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/system ext4 /dev/block/mmcblk0p19
/amss emmc /dev/block/mmcblk0p13
/oemsbl emmc /dev/block/mmcblk0p3
/emmcboot emmc /dev/block/mmcblk0p15
/cefs emmc /dev/block/mmcblk0p11
/qcsblhd_cfgdata emmc /dev/block/mmcblk0p1
/qcsbl emmc /dev/block/mmcblk0p2[/HIGH]