On Mon, 08 Sep 2003 09:42:34 -0400 Johnathan Bailes <[EMAIL PROTECTED]> wrote:
> /home partition in writeback mode with no issues. However, I have been > unable to mount the root partition in anything else than ordered data > mode. > > If you google this issue you see a couple of people reporting the same > kind of behavior and have yet to see a solution. Thought about creating > a new initrd and passing the kernel option there or something. Have not Hi Johnathan, Creating a new initrd does indeed allow you to mount your root partition with writeback mode. You can create the initrd image manually but it turns out there's an easier way too. First you modify your /etc/fstab to change the root partition mount options to data=writeback. Then you can use the "mkinitrd" command to create an initrd image. mkinitrd will check /etc/fstab for the root partition mount options and properly configure the initrd image. All that remains after that is to ensure that grub (or other boot loader) is set to use the new initrd image. Cheers, Sean -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list