J. P. Gilliver (John) said:
[QUOTE="Paul said:
thing at a time. (She also had AOL's broadband software - the old
one that took over _everything_. But then her broadband line
operated at about 128k - yes really, she's rural and unlucky [her
neighbour over the road got 1.5M] - so I think she only really used
it for email, no
[]
128K could be ISDN. That data rate you mention,
just happens to be a "magic value", and matches
ISDN BRI.
No, it _was_ nominally ADSL - just a poor line. Or rather limited: I
can't remember the details now, but I remember trying faster speeds (I
don't remember why, but it wasn't adaptive), and it worked erratically;
at the 128K, it was rock solid (just painfully slow!).
[]
The last time I downloaded Opera, it was free.
[]
Ah, useful to know, thanks.
Back to that ancient system: I now have it running rather smoothly! But
the HD _is_ rather small. If I _did_ want to give it a bigger one: I
quickly googled this afternoon, and everyone seemed to talk about
"cloning". _Does_ "cloning" (e. g., EaseUS ToDo) do more than just copy
all the files over? I do realise it's necessary if you start from the PC
on which the source OS is _running_, but if done from a different PC, is
there more than just a copy going on?[/QUOTE]
With things like so-called "Smart Copy", only the sectors containing
data the file system needs, would be copied. The copy operation would
copy the MBR (Sector 0), it would analyse each partition and figure out
what sectors need to be copied. This saves time, when the source disk is
not full.
In addition to that method, there is also a "dumb" sector copy method,
which just copies ever sector. The advantage of such a method, is your
cloning utility won't get confused, if the partitions are XFS or FreeBSD
or HFS+ or something. You can handle any kind of partition, with a dumb
method. The "dd" utility ported to Windows, can do that for you. You
use a dual boot system (so the OS to be copied is not running), to
do such a copy. The "dd" program doesn't call VSS to make the open
files quiescent. So the user has to arrange the OS partition, to not
be in use for that kind of copy to work.
Macrium Reflect Free can clone the drive with the OS on it, using
the program as installed on that OS. In addition, the Macrium Reflect
Rescue CD can also do cloning, and then you know the OS is not running,
and all files would be copied intact. There are a ton of utilities
like Easeus that could do the job for you. Even Seagate and Western Digital,
provide a version of Acronis TIH for their customers. And if you can
wade through the manual, there's likely a cloning equivalent in there.
When you're finished cloning an OS drive, shut down and disconnect
the clone, until you're ready to use it. The clone should be booted
by itself the first time (should not be able to "see" the source
disk). After the clone drive has booted at least once, it is then
safe to re-connect the source drive and do whatever you like.
I forgot to do this once, and the OS drive letter gets screwed up, as
if the pagefile on the source disk is being used and the original
disk is still C: . Leading to confusion as the clone disk attempts
to boot. I couldn't really debug what was going on, and that's just
a guess. I re-cloned, and tried again, and by remembering to
disconnect the source disk, it managed a proper boot cycle.
Paul