Post by thanatoidApart from the fact - referring to an earlier post - that USB2
DOES work on 98SE (Lite!), I have a theory that if you compress
the data you are copying (unless they're pretty large files and
not four hundred or four thousand 200KB files); compress NOT to
make it smaller, but to have the system have *LESS FILES* to
work with, it might make the process noticeably faster.
Perhaps someone who actually knows something about computers
file copying can comment on that theory.
You're right, because reading the file records takes time too. If you send
stuff between machines on a LAN via FTP it REALLY pays to use the 'store'
option on a RAR file, send that, then unpack at the far end. It beats waiting
for each file record to be read, and a separate transfer initiated for each.
The time difference won't be so obvious on local disk copies but per volume
of total data, I'm sure it would be measurable.
On UNIX based systems, it's common practise to do TAR and GZIP. The tar bit
means tarball, they don't compress (the GZip bit does that), they just bind
the small together for speed and integrity during transfers, and also to save
space on disks by avoiding slack space waste.
Ghost has an option for 'fast' compression, that uses a compromise between
disk space and speed. I'm not sure, but there migh tbe an optimal point that
is faster than either method alone. I mean if there is no compression, it's
all disk and buss speeds, if you compress a LITTLE, maybe you can reduce that
time by more than the CPU takes to do the compression... Obviously if you
compress hard, the CPU will make it slow, never mind how good the storage
systems are.
About 98-Lite and USB2, right again, I notived someone has said not, and it
bugged me for the two days since I firgot who and where. Another nice system
not mentioned here yet is FireWire. For some reason, maybe th ecurrent device
I have that is supposed to use it, it fails, only USB2 works, but about three
years ago I had an external drive that used it right. With no fuss, no extra
installs, I just plugged it in, and it ran fast enough to feel like an
intenral disk. Those were at UDMA4 or 5, but FireWire is no slouch. Even in
the older form it is faster on sustained rates than USB2.