Re: async v. sync v. default mode on ufs

1999-08-19 Thread Matthew D. Fuller
On Thu, Aug 19, 1999 at 02:15:15PM +0900, a little birdie told me that Daniel C. Sobral remarked Larry Lile wrote: /dev/wd0s1f on /var (asynchronous, local, noatime, synchronous, writes: sync 93 async 216) procfs on /proc (local) /var looks questionable... Indeed. :-) I'm still

Re: async v. sync v. default mode on ufs

1999-08-19 Thread Matthew D. Fuller
On Thu, Aug 19, 1999 at 04:40:43PM -0700, a little birdie told me that Julian Elischer remarked That one looks like a bug, either in reporting them or in doing them.. /dev/da0s1a on / (local, synchronous, writes: sync 34 async 954) what version are you running? FreeBSD 4.0-CURRENT #1: Mon

Re: async v. sync v. default mode on ufs

1999-08-19 Thread Julian Elischer
That one looks like a bug, either in reporting them or in doing them.. On Thu, 19 Aug 1999, Matthew D. Fuller wrote: I'm still looking for a 'splanation for this one: /dev/da0s1a on / (local, synchronous, writes: sync 34 async 954) ^^^

Re: async v. sync v. default mode on ufs

1999-08-19 Thread Matthew D. Fuller
On Thu, Aug 19, 1999 at 02:15:15PM +0900, a little birdie told me that Daniel C. Sobral remarked Larry Lile wrote: /dev/wd0s1f on /var (asynchronous, local, noatime, synchronous, writes: sync 93 async 216) procfs on /proc (local) /var looks questionable... Indeed. :-) I'm still

Re: async v. sync v. default mode on ufs

1999-08-19 Thread Julian Elischer
That one looks like a bug, either in reporting them or in doing them.. On Thu, 19 Aug 1999, Matthew D. Fuller wrote: I'm still looking for a 'splanation for this one: /dev/da0s1a on / (local, synchronous, writes: sync 34 async 954) ^^^

Re: async v. sync v. default mode on ufs

1999-08-19 Thread Anthony Kimball
: From: Daniel C. Sobral d...@newsguy.com : Default for FreeBSD is async [meta]data and sync data. Sync and Async : modes go full sync/async for both metadata and data... : Just a btw, you seem to be able to set sync and async on a filesystem : at the same time. What gives? : Beats me.

async v. sync v. default mode on ufs

1999-08-18 Thread Larry Lile
It was pointed out to me by a co-worker that FreeBSD has actually three modes of operation for mounting ufs filesystems. Could someone please explain to me, and him, the differences between the three. Also does anyone knows how these compare to sync and async on Linux? Just a btw, you seem to

Re: async v. sync v. default mode on ufs

1999-08-18 Thread Daniel C. Sobral
Larry Lile wrote: It was pointed out to me by a co-worker that FreeBSD has actually three modes of operation for mounting ufs filesystems. Could someone please explain to me, and him, the differences between the three. There are two kinds of stuff written to the fs: data and metadata. Data

async v. sync v. default mode on ufs

1999-08-18 Thread Larry Lile
It was pointed out to me by a co-worker that FreeBSD has actually three modes of operation for mounting ufs filesystems. Could someone please explain to me, and him, the differences between the three. Also does anyone knows how these compare to sync and async on Linux? Just a btw, you seem to

Re: async v. sync v. default mode on ufs

1999-08-18 Thread Larry Lile
Sorry, I blew the CC: line... On Wed, 18 Aug 1999, Larry Lile wrote: It was pointed out to me by a co-worker that FreeBSD has actually three modes of operation for mounting ufs filesystems. Could someone please explain to me, and him, the differences between the three. Also does anyone

Re: async v. sync v. default mode on ufs

1999-08-18 Thread Daniel C. Sobral
Larry Lile wrote: It was pointed out to me by a co-worker that FreeBSD has actually three modes of operation for mounting ufs filesystems. Could someone please explain to me, and him, the differences between the three. There are two kinds of stuff written to the fs: data and metadata. Data