[FAQ] Q & A on Rooting/ROMs/Methods

How to check if you have journaling enabled or not.

This has been asked a few times and here is the answer.

First download Terminal Emulator from the Market (free).

Open a terminal and run the following commands:

su -c ash

mount | grep ext4

(note the names of the devices /dev/block/stl**)

tune2fs -l /dev/block/stl** | grep features

(If a journal is present it will say "has_journal")


Credit: Can't find an exact source, just did some Google searches...
 
This has been asked a few times and here is the answer.

First download Terminal Emulator from the Market (free).

Open a terminal and run the following commands:

I wanted to run that to verify that journaling was on except that terminal emulator force closes every time I try and open it. Any idea how to solve that or an alternative way of checking if journaling is on?