Pages

Sunday 8 January 2012

how to get link2SD to mount ext2 volumes in android eclair 2.1

this fix is known to work on motorola phones (milestone in my case)
1) Download the ext2.ko file (zip attached)
2) Extract it to your SD card
3) Use Root Explorer to navigate where you extracted it to and copy the file
4) Navigate to /system/lib/modules/ and paste the ext2.ko file there
5) Open an adb shell with super user (su) permissions and run the following command: 
Code:
insmod /system/lib/modules/ext2.ko
6) Reboot - Link2SD should now mount the ext2 partition and function correctly!

4 comments:

  1. thank's gan
    ane forger this "insmod /system/lib/modules/ext2.ko"


    gan=you
    ane=me
    :-)

    ReplyDelete
  2. this didn't help me, I still have the problem.

    ReplyDelete
  3. Where is the zip attached file ext2.ko?

    ReplyDelete