Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 22:31:20 -0400 (EDT)
From:      Marc Tardif <intmktg@CAM.ORG>
To:        freebsd-hackers@freebsd.org
Subject:   writing to disk
Message-ID:  <Pine.LNX.4.10.10009282205150.13648-100000@Gloria.CAM.ORG>

next in thread | raw e-mail | index | archive | help
What is the quickest way of writing large amounts of data to disk? For
example, if using the character device driver to write directly to a disk,
is filling a track quicker than filling the same sector on each platter
(ie the same column of sectors in a cylinger)? If filling a track is
quicker, is a certain pattern preferable over another:
skip:       1, 6, 2, 7, 3, 8, 4, 9, 5
sequential: 1, 2, 3, 4, 5, 6, 7, 8, 9

Or perhaps could another method be devised using somekind of clever
storing algorithm...



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10009282205150.13648-100000>