I solved the problem,
First use tune2fs to turn full journaling on on the desired partition:
then change the /etc/fstab file, add the following line in the option field of the desired partition:Code:tune2fs -o +journal_data /dev/hdaX
Reboot and check the journaling mode with:Code:data=journal
it should display the journaling mode with a lot of other info.Code:tune2fs -l /dev/hdaX




Reply With Quote