Quote:
You have to remember that both seek time and transfer rate on zip drives are really, really, slow.

I also remember an awful lot of trivia about how Linux performs I/O, block device I/O in particular. It uses this thing we call the "page cache" in combination with "lazy writes". So the I/O is quite minimal, so long as it all is queued up within a short interval.

-ml