RE: noatime causing zero writes (readonly filesystem)
I've only ever used it with ext4, but from googleing the idea it appears other people have used it with ext3? Could you post your from/to lines in-case it was some other change? (I've also updated the page to avoid others having the same problem, I'll test it on my Gemini when I get it and update the page - or anyone else can)
UUID=00c71d45-5bc2-40a7-b52f-cd73c82d294f / ext3 errors=remount-ro 0 1
became:
UUID=00c71d45-5bc2-40a7-b52f-cd73c82d294f / ext3 errors=remount-ro,data=writeback,noatime,nodiratime 0 1
UUID=f33fcb46-c800-4a83-acef-3952e6f813d7 /home ext3 defaults 0 2
became:
UUID=f33fcb46-c800-4a83-acef-3952e6f813d7 /home ext3 defaults,data=writeback,noatime,nodiratime 0 2
Do you suppose it's the data=writeback setting that blows things up?
(I also have an additional drive in the machine, formatted ext4, but it is data only and has no UUID line at all, though this shouldn't figure in booting at all.)
The write reduction fix is of interest because Linux tends toward a lot of unnecessary disk activity, and reducing it is a Real Good Thing.