android_device_lge_thunderc_common icon indicating copy to clipboard operation
android_device_lge_thunderc_common copied to clipboard

sd-ext partitions still having troubles mounting in v53 kernel

Open ghost opened this issue 13 years ago • 4 comments

refer to post here http://forum.xda-developers.com/showpost.php?p=15904434&postcount=106

Originally Posted by blarfiejandro  View Post

Ya lemmie know if this persists with v53, and also lemmie know what type of partition map, if any, is being used on the sd card.

Persists in v53. I guess I don't understand what you mean by partition map

I have an 8GB sdcard partition 1 is fat32 primary 7.5GB partition 2 is ext2 primary 512MB

This last time I reformatted the card several times to see if it would work, wiped cache, dalvik, boot, system, sd-ext (CWM recovery recognizes it) and installed 0722 build (kernel v53) and it didn't recognize.

adb shows ext2 is supported, mount command shows it isn't mounted.

Originally Posted by JerryScript  View Post

Try kernel v53 if you have the time, it should support ext2/3/4. A logcat of the startup might help, you'll have to use ADB to grab it during startup.

I'm not sure how I'd capture a log of the boot process nevermind... adb logcat > logcat.txt tune2fs -O ^huge_file /dev/block/mmcblk0p2 tune2fs -O ^huge_file /dev/block/mmcblk0p2 tune2fs 1.41.10 (10-Feb-2009) e2fsck /dev/block/mmcblk0p2 e2fsck /dev/block/mmcblk0p2 e2fsck 1.41.10 (10-Feb-2009) /dev/block/mmcblk0p2: clean, 11/32768 files, 4206/131072 blocks attached log file

also, it looks like it mounts after I issue command mount -o rw /dev/block/mmcblk0p2 /sd-ext

from adb but doesn't persist upon reboot

ghost avatar Jul 23 '11 00:07 ghost

my logcat is in an attachment in that thread on xda

ghost avatar Jul 23 '11 00:07 ghost

The partition is not disappearing, but it looks like for some reason it's trying to mount the partition too early. Which script are you using again?

Also: adb logcat -d will be useful as it just dumps the log and exits instead of waiting for you to kill it.

inferiorhumanorgans avatar Jul 23 '11 03:07 inferiorhumanorgans

I use simple2ext http://forum.xda-developers.com/showthread.php?t=917377 android mkt link https://market.android.com/details?id=ru.krikun.s2e

his freespace app doesn't recognize the sd-ext partition either until I mount the drive in adb. I don't think the issue is necessarily because of what I'm doing. https://market.android.com/details?id=ru.krikun.freespace

yeah. I really didn't know how much of the log was necessary. all important stuff was the first 20 lines or so...

I/mountsd ( 91): Checking filesystems.. I//system/xbin/run-parts( 59): e2fsck 1.41.10 (10-Feb-2009) I//system/xbin/run-parts( 59): /dev/block/mmcblk0p2: clean, 11/32768 files, 4206/131072 blocks I/busybox ( 97): mount: mounting /dev/block/mmcblk0p2 on /sd-ext failed: Invalid argument I/logwrapper( 97): busybox terminated by exit(255) I/busybox ( 100): chown: /sd-ext: Read-only file system I/logwrapper( 100): busybox terminated by exit(1) I/busybox ( 102): chmod: /sd-ext: Read-only file system I/logwrapper( 102): busybox terminated by exit(1) I/mountsd ( 104): /sd-ext successfully mounted I/busybox ( 119): S2E: Initialization... I/busybox ( 119): S2E: /sd-ext not mounted... Exit! I/logwrapper( 119): busybox terminated by exit(0) I/logwrapper( 59): /system/xbin/run-parts terminated by exit(0)

ghost avatar Jul 23 '11 19:07 ghost

Well, I enjoyed the simple2ext implementation of data2ext since it was a gui android market download. Went with Data2ext Cyanogenmod by GrammarFreak for now since it works http://forum.xda-developers.com/showthread.php?t=902395

ghost avatar Jul 24 '11 03:07 ghost