Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sd-ext partitions still having troubles mounting in v53 kernel #23

Open
ghost opened this issue Jul 23, 2011 · 4 comments
Open

sd-ext partitions still having troubles mounting in v53 kernel #23

ghost opened this issue Jul 23, 2011 · 4 comments
Assignees

Comments

@ghost
Copy link

ghost commented Jul 23, 2011

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
Copy link
Author

ghost commented Jul 23, 2011

my logcat is in an attachment in that thread on xda

@inferiorhumanorgans
Copy link
Owner

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.

@ghost
Copy link
Author

ghost commented Jul 23, 2011

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 ghost closed this as completed Jul 23, 2011
@ghost ghost reopened this Jul 23, 2011
@ghost
Copy link
Author

ghost commented Jul 24, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant