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
refer to post here
http://forum.xda-developers.com/showpost.php?p=15904434&postcount=106
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.
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