• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root How to use sd-ext in any rom...

I having problem to use in mmx stock
Hello ,

I have got link2sd working fine with ext2 . here is the steps I have followed

1. Install recovery image provided by mastermind. and create ext2 partition from recovery mode .( remember to backup sdcard before this step )

2. pulled ext2.ko module from any rom. and copied to /system/lib/modules using root explorer.

3. Install terminal emulator from play store . ( you can use adb if you want ).

4. start terminal . enter command Code:
$ su
5. Code:
# cd /system/lib/modules
6. Code:
# insmod ext2.ko
7. Code:
exit
terminal.
8. start link2sd and select ext2
9. Reboot system as instructed by link2sd you are ready to go

Hope this help
 
Hello ,

I have got link2sd working fine with ext2 . here is the steps I have followed

1. Install recovery image provided by mastermind. and create ext2 partition from recovery mode .( remember to backup sdcard before this step )

2. pulled ext2.ko module from any rom. and copied to /system/lib/modules using root explorer.

3. Install terminal emulator from play store . ( you can use adb if you want ).

4. start terminal . enter command Code:
$ su
5. Code:
# cd /system/lib/modules
6. Code:
# insmod ext2.ko
7. Code:
exit
terminal.
8. start link2sd and select ext2
9. Reboot system as instructed by link2sd you are ready to go

Hope this help


Can you upload ext2.ko
 
I have uploaded ext2.ko n the method long back in sticky general thread...n if u want then get my boot.img from Method to Root A75 sticky thread.it will initialize ext2.ko on boot...I will update this post with that old ext2.ko link for u.

EDIT:
Link for ext2.ko module
ext2.ko
 
Back
Top Bottom