💻 Software
Cloning single disk drive to multiple drives simultaneously
Fresh5 days ago
Mar 15, 202627140 viewsConfidence Score0%
0%
Problem
I am looking for a way to clone single disk drive to more than one disk drive at the same time. I have prepared system images on 1TB disks, and it takes almost 2 hours to clone one disk to another, and then it goes up linearly, in order to have, say, 30 disks cloned. Is it possible to clone one dis…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Cloning single disk drive to multiple drives simultaneously
Low Risk
You can use bash's "process substitution" along with the tee command to do this: or for clarity (at the expense of a little efficiency) you can make the last be called the same way as the others and send the stdout of tee to /dev/null: and if you ha…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix