Disk copy

S

Scott

I would like to copy an old disk to a new disk and both are the same size.
They are connected to the pc using USB ports. Can someone advise the
command to do so.

Thanks,

Scott
 
B

Bob F.

Scott said:
I would like to copy an old disk to a new disk and both are the same size.
They are connected to the pc using USB ports. Can someone advise the
command to do so.

Thanks,

Scott

Open windows for each in separate windows. Select all files and folder in
the source window, then drag and drop these into the destination window. Is
that what you are asking?
Bob F.
 
R

ray

I would like to copy an old disk to a new disk and both are the same
size. They are connected to the pc using USB ports. Can someone advise
the command to do so.

Thanks,

Scott

Quite trivial. Boot a Linux Live CD and use

dd if=/dev/sda of=/dev/sdb

of course, a and b may be different depending on the exact configuration.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top