Robert Redelmeier said:
So long as that workstation is being used by someone else,
it _is_ in conetention.
Not in the given scenario (nightly backup/imaging).
Actually, seeks are obviously significant: A disk takes
8.3 ms to make one revolution at 7200 rpm, and 6 ms at 10K.
Track-to-track seek times are around 2.0 ms, so seek is 20%
at least, even for huge unbroken files. On a random basis,
seek is ~12 ms, during which time a half MB could have been
transfered on your hypothetical 40 MB/s disk (that's sustained,
actual head rate is higher). How many reads are as big as
half MB? 4-8 KB is a more likely average, especially with
memory-mapped libs.
Or as in the given scenario, 200 MB disk images. If the disk
was overloaded for requests (database server) you'd have a
point. User using desktop PC or nightly backups, seek times
are nothing to worry about.
I believe disk mfrs have done the right thing, fast flexible
combs that minimize seek time rather than heavy parallel
combs that might maximize xfr rate.
The issue is throughput though. Can you halve the time to
transfer a file across the LAN by working on seek times?
(no).
And now folks, I'm done talking about seek times (LOL,
I go to the store to buy some eggs and someone wants me
to have cheese instead!).
That depends on what it is doing. If it is reading lots of
little bits and libraries from files, then it's no different
from TPM.
Off topic.
This sounds more like enterprise environment than SOHO.
Or home users. And I should have used SMB rather than SOHO
(both).
Much less, volume-wise. Much more, value-wise. When I can
successfully back up configs, I won't back up OSes & apps.
Too easy to reinstall and purify.
If a single PC home user loses his software configuration (corrupts
and must reinstall), you're looking at 8 hours or more of setup.
I know many people who don't have one ioda of data that is
"critical", but those people would cringe to have to resetup their
PC again (especially if they have to pay someone to do it).
No one was arguing the value of data backup. The statement I made
was that data is only half of the story. Your comment "easy to reinstall"
is pretty much a wrong statement. While it can be done, who wants
to spend hours doing it (and like I said, many users don't have the
knowledge to get connected to their ISP, setup email etc.)
I don't know what NCQ will give on a single-drive channel
that a good OS isn't already doing: buffering requests in
an elevator.
I'll refer you to the hard drive manufacturer sites to get the lowdown
on their promises for NCQ (sounds reasonable though that it should
provide some improvement).
All in all, I don't like going round and round on issues that are off
topic. "On topic" is only such that would allow a hard drive to utilize
the capability of GbE soon. If you have a concept, please do give
it as maybe someone will clue in a disk vendor (while I think they
"have a clue", sometimes I'm not so sure. It took many years to
"get a clue" on the multicore stuff too remember.) I'm just wondering
if hard drive performance can be more than it is, and quite easily
too. Perhaps the days of rotating magnetic media drives are numbered
already and it's not worth developing the technology further... I dunno!
(It never hurts to ask though!)
Tony