> Andrew.Stevens@xxxxxxxxxxxxxxx wrote: > > - Put bluntly: ext2 is not good for video capture > > Mount the partition with the synchronous option. uggh. For 2.2 use O_SYNC so you just slow down the video writer thread and stream the I/O, for 2.4 make use of O_DIRECT to raw device if possible for even better behaviour