Re: [gentoo-user] usb write delay

2010-11-26 Thread David Relson
On Tue, 23 Nov 2010 09:04:54 -0600 Paul Hartman wrote: > On Mon, Nov 22, 2010 at 9:52 PM, David Relson > wrote: > > I'd like to reduce the time delay between a command or program's > > writing to a file on a flash drive and when ext2 actually writes > > the data to the drive.  How can I do this?

Re: [gentoo-user] usb write delay

2010-11-26 Thread David Relson
On Tue, 23 Nov 2010 07:31:48 +0100 Florian Philipp wrote: > Am 23.11.2010 04:52, schrieb David Relson: > > I'd like to reduce the time delay between a command or program's > > writing to a file on a flash drive and when ext2 actually writes > > the data to the drive. How can I do this? > > > >

Re: [gentoo-user] usb write delay

2010-11-23 Thread Paul Hartman
On Mon, Nov 22, 2010 at 9:52 PM, David Relson wrote: > I'd like to reduce the time delay between a command or program's writing > to a file on a flash drive and when ext2 actually writes the data to the > drive.  How can I do this? In addition to Florian's tip, you can also remove the delay compl

Re: [gentoo-user] usb write delay

2010-11-22 Thread Florian Philipp
Am 23.11.2010 04:52, schrieb David Relson: > I'd like to reduce the time delay between a command or program's writing > to a file on a flash drive and when ext2 actually writes the data to the > drive. How can I do this? > Mount with the option commit=x where x is a time in seconds. 0 means defa

[gentoo-user] usb write delay

2010-11-22 Thread David Relson
I'd like to reduce the time delay between a command or program's writing to a file on a flash drive and when ext2 actually writes the data to the drive. How can I do this?