<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.2">
</HEAD>
<BODY>
On Sat, 2010-03-06 at 19:14 +0000, Mads Kiilerich wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<A HREF="mailto:J.Heather@surrey.ac.uk">J.Heather@surrey.ac.uk</A> wrote, On 03/06/2010 10:42 AM:
&gt; The one thing left to sort is the write cache. One of the machines
&gt; crashed, and one of them lost quite a lot of her work because it hadn't
&gt; hit the usb stick by then.
&gt;    

Launching something like
     (while sleep 1; do sync; done) &amp;
somewhere might help.
</PRE>
</BLOCKQUOTE>
<BR>
Well, I did wonder about that, or a cron job that runs once a minute. It's something of a kludge, though, and it might make the machine unresponsive.<BR>
<BR>
There must surely be the equivalent of the dirty_writeback setting for vm paging? (That sets how long something can remain in the paging write cache before being written to disk.) It's an obvious thing to have.<BR>
<BR>
James
</BODY>
</HTML>