I'm trying to use journalled data mode for my root file system. I added 'rootflags=data=journal' to my menu.lst (I'm using GRUB), and see in dmesg: ---- kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with journal data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 124k freed Adding Swap: 1052248k swap-space (priority -1) EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,2), internal journal kjournald starting. Commit interval 5 seconds EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,1), internal journal EXT3-fs: mounted filesystem with ordered data mode. ---- My root file system is /dev/sda2. So am I right in thinking that this shows that my root file system is in journalled data mode? Is there any simple way to check?