SD-EXT failing to mount - Seeking to install A2SD

critusodem

New member
Jan 16, 2012
1
0
0
Installed:
GingerKernel 2.6.35.7 v07.1
Mobster Rom v1.3

Objective:
Install A2SD to deal with this inane low internal memory nonsense

Using:
How to Partition an SD Card and Install Darktremor Apps2SD on Android Smart Phone? ~ Handy Information

A step 5:
Reboot your device and open a terminal emulator or shell commander and type in the following command to make sure that your second partition (aka sd-ext partition) is mounted at boot.
mount | grep sd-ext
You should see the following code:
/dev/block/mmcblk0p2 on /sd-ext type ext3 (rw,noatime,nodiratime,barrier=1,nodelalloc,data=o rdered)
My results from Terminal Emulator:
# su
# mount | grep sd-ext
#

In other words it does not find the mount.

Using the command mount from within Terminal Emulator:
$ export PATH=/data/local/bin:$PATH
$ su
# mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock6 /system yaffs2 rw,relatime 0 0
/dev/block/mtdblock7 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock9 /persist yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock1 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/vold/179:1 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:1 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
#

recovery.log from recovery mode:
Starting recovery on Sun Jan 6 00:00:04 1980
framebuffer: fd 4 (320 x 480)
CWM-based Recovery v5.0.2.7
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1 /boot mtd boot (null)
2 /cache yaffs2 cache (null)
3 /data yaffs2 userdata (null)
4 /misc mtd misc (null)
5 /recovery mtd recovery (null)
6 /sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
7 /sd-ext auto /dev/block/mmcblk0p2 (null)
8 /system yaffs2 system (null)

W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /emmc during fstab generation!
I:Completed outputting fstab.
I:Processing arguments.
E:Bad boot message
"recovery
"
Fixing execute permissions for /cache
mtd: successfully wrote block at c7de400000000
I:Set boot command "boot-recovery"
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"

ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=GINGERBREAD
ro.build.display.id=full_gelato-eng 2.3.7 GINGERBREAD eng.bobzhome.20111114.211246 test-keys
ro.build.version.incremental=eng.bobzhome.20111114 .211246
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.7
ro.build.date=Mon Nov 14 21:14:56 EST 2011
ro.build.date.utc=0
ro.build.type=eng
ro.build.user=bobzhome
ro.build.host=ubuntu
ro.build.tags=test-keys
ro.product.model=Full Android on Emulator
ro.product.brand=Android
ro.product.name=full_gelato
ro.product.device=gelato
ro.product.board=gelato
ro.product.cpu.abi=armeabi
ro.product.manufacturer=unknown
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=unknown
ro.build.product=gelato
ro.build.description=full_gelato-eng 2.3.7 GINGERBREAD eng.bobzhome.20111114.211246 test-keys
ro.build.fingerprint=Android/full_gelato/gelato:2.3.7/GINGERBREAD/eng.bobzhome.20111114.211246:eng/test-keys
keyguard.no_require_sim=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=
ro.bootmode=normal
ro.baseband=msm
ro.carrier=VirginMobile
ro.bootloader=6170
ro.hardware=gelato
ro.revision=0
ro.emmc=0
init.svc.recovery=running
init.svc.adbd=running

I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
mtd: successfully wrote block at c7de400000000
I:Set boot command ""


Any ideas? Thanks of course.
 
A step 5:
Reboot your device and open a terminal emulator or shell commander and type in the following command to make sure that your second partition (aka sd-ext partition) is mounted at boot.
mount | grep sd-ext
You should see the following code:
/dev/block/mmcblk0p2 on /sd-ext type ext3 (rw,noatime,nodiratime,barrier=1,nodelalloc,data=o rdered)
My results from Terminal Emulator:
# su
# mount | grep sd-ext
#

I'm running the same setup as you, and I'm currently running Link2SD, which is similar to what you are trying to use. I tried that same command and got the same result as you, yet I know that my sd-ext mounts at boot because my phone uses it all the time. I didn't read the tutorial you are looking off of, but you might go ahead and try continuing.

On the other hand, if that app doesn't work, Link2SD off the Market does.

EDIT: Sorry that I forgot to check it earlier, but I checked the "mount" command and my phone does have an extra entry for the sd-ext. Sorry for any confusion. Good luck.

Sent from my LG-VM701 using Tapatalk
 
Last edited:
  • Like
Reactions: critusodem

Trending Posts

Forum statistics

Threads
956,542
Messages
6,968,781
Members
3,163,561
Latest member
sanya