Ano-Tech Computers
Enter keyword:

Linux: data=writeback on root partition
Problem:
If you just change the fstab file, Linux will in effect try to remount the filesystem, but for some reason (bug?), it's not able to remount it with write access, so booting always fails.
 
Solution:
1. Modify the /etc/fstab file. In place of defaults, I put in data=writeback,noatime

2. Use mkinitrd to create a new ramdisk image file

3. Modify grub.conf (or lilo) to point to the new image file

 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles