Forums.ATC.no
Teknisk => Generelt teknisk => Emne startet av: ATC på 20. Oktober 2009, 15:20 pm
-
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.
-
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