On Fri, 29 Sep 2000, Doug White wrote:
> On Thu, 28 Sep 2000, Marc Tardif wrote:
> 
> > What is the quickest way of writing large amounts of data to disk?
> 
> Sequentially. Disks run an order of magnitude faster if they
> have sequential data. Don't get too fancy with the ordering
> since the disk driver will just reorder it for you.

Also, lots of disks no longer seem to write individual
sectors, but instead read/write whole tracks at a time.

(and then the whole sector thing becomes moot)

regards,

Rik
--
"What you're running that piece of shit Gnome?!?!"
       -- Miguel de Icaza, UKUUG 2000

http://www.conectiva.com/               http://www.surriel.com/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to