Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DO NOT FORMAT PARTITIONS AFTER YOU HAVE DISABLED JOURNAL, OTHERWISE JOURNAL WILL BE RE-ENABLED.
- 1. Partition SDcard according to http://forum.xda-developers.com/showpost.php?p=42928522&postcount=2
- 2. Download tune2fs from here http://forum.xda-developers.com/attachment.php?attachmentid=449491&d=1290696279. Extract the tune2fs binary.
- 3. Use Yannous Recovery only. I have not tested other Recoveries.
- 4. Reboot to recovery and connect phone to PC.
- 5. Open Terminal and type: adb push tune2fs tmp
- 6. Then type: adb shell
- *********For SD-Ext*******
- 1.Type The Following commands in Order
- * e2fsck -f /dev/block/mmcblk0p2
- * tune2fs -O ^has_journal /dev/block/mmcblk0p2
- * e2fsck -f /dev/block/mmcblk0p2
- 2.To verify if journaling has been turned off for the /sd-ext partition, enter the following command and makesure you do not see “has_journal” in the output:
- * tune2fs -l /dev/block/mmcblk0p2 | grep features
- *********For SD-Data*******
- 1.Type The Following commands in Order
- * e2fsck -f /dev/block/mmcblk0p3
- * tune2fs -O ^has_journal /dev/block/mmcblk0p3
- * e2fsck -f /dev/block/mmcblk0p3
- 2.To verify if journaling has been turned off for the /sd-data partition, enter the following command and makesure you do not see “has_journal” in the output:
- * tune2fs -l /dev/block/mmcblk0p3 | grep features
- *********For SD-Cache*******
- 1.Type The Following commands in Order
- * e2fsck -f /dev/block/mmcblk0p4
- * tune2fs -O ^has_journal /dev/block/mmcblk0p4
- * e2fsck -f /dev/block/mmcblk0p4
- 2.To verify if journaling has been turned off for the /sd-cache partition, enter the following command and makesure you do not see “has_journal” in the output:
- * tune2fs -l /dev/block/mmcblk0p4 | grep features
- 7. Thats all, JOURNAL is now disabled. REMEMBER DO NOT FORMAT THESE PARTITIONS AFTER YOU HAVE DISABLED JOURNALING.
Advertisement
Add Comment
Please, Sign In to add comment