Hi All, I'm new to ext3 and I'd like to boot in data=journal mode. I'm running the latest Debian stable. Where do I put this directive so it happens on every reboot? In the "append=" line in /etc/lilo.conf? Sorry for the confusion, but this line isn't clear to me: ------------------------ You may provide mount options to the root filesystem via LILO using the rootflags option. For example: LILO: linux rootflags=data=journal ------------------------ Thanks, --jeff
Jeff Kilbride wrote:> Hi All, > > I'm new to ext3 and I'd like to boot in data=journal mode. I'm running the > latest Debian stable. Where do I put this directive so it happens on every > reboot? In the "append=" line in /etc/lilo.conf? Sorry for the confusion,Hi, Yes, you should put append="rootflags=data=journal other-options" in /etc/lilo.conf and re-run /sbin/lilo. Liu