Path: utzoo!attcan!uunet!husc6!cmcl2!rutgers!apple!bionet!agate!helios.ee.lbl.gov!pasteur!cory.Berkeley.EDU!woan From: woan@cory.Berkeley.EDU (Ronald S. Woan) Newsgroups: comp.sys.next Subject: Re: two passes to write file? (was: Lousy input sound) Message-ID: <7609@pasteur.Berkeley.EDU> Date: 21 Nov 88 01:04:25 GMT References: <25795@tut.cis.ohio-state.edu> <898@accelerator> <8711@spl1.UUCP> <4301@phoenix.Princeton.EDU> <900@paris.ics.uci.edu> <7592@pasteur.Berkeley.EDU> Sender: news@pasteur.Berkeley.EDU Reply-To: woan@cory.Berkeley.EDU.UUCP (Ronald S. Woan) Organization: University of California, Berkeley Lines: 10 >Actually I heard from a very reliable source that it takes three passes to >write a block. Thus reading is three times as fast as writing. The source >also quoted the read speed as being something close to 900kB/s. (using the >new nomenclature :-) Yep, it takes one to erase, one to write, and one to verify; however, the erase is done when the machine isn't doing anything else, so it only takes two when the time comes to write, usually. Ron