Clone disk drives

posted in: Linux | 0

If ddrescue is not installed then start with installing the GNU ddrescue program.
On Ubuntu you need to enable the Universe Software Repository.

sudo apt-get install gddrescue

Make sure you specify the source disk first and then the target disk.
The -v option enables the progress of the operation to be shown on the screen.

sudo ddrescue -v /dev/sda /dev/sdb

Depending on the size of your source drive this operation could take a lot of hours.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.