Categories
News

Block Level Clone of HDD

I am attempting to pull this info into a script that would prompt the individual running it for details. Info such as the name of the output name, credentials used to mount network shares, selection of the drive which will be cloned. Below are steps that work, wondering if I can build a script around […]

Categories
How-To Software Technical

Using DD for disk cloning

Using one of the built in commands in Linux I decided to clone a drive. Unlike in Windows this does not require the use or purchase of a tool or software. The command dd is used to make a block-level copy of the hard drive. The command can be used to clone one drive to another […]

Categories
How-To Software Technical

How to Duplicate a Virtual Box Image

I wanted to clone a virtual box image I had been playing with.  So I decided to unzip my archive and run from another path, when I was given an error: Well what do you know; it doesn’t work.  The reason for this is because Virtual Box assigned each virtual hard disk a unique ID […]