I'm trying to clone a physical external hard drive from drive A (external USB) to B (SATA). Drives A and B are both 2TB large. I have a host Windows 10 PC with a Linux VM, which I am running the dd command so as to get a byte for byte clone.
I am first cloning from drive A (which shows up as /dev/sdb on the Linux VM, into an image file on the VMware shared folder on the host drive, using dd.
Next, I wish to dd the image file onto a drive B, which is a physical disk connected to the host SATA port, so it doesn't show use in the /dev file system in the guest Linux VM. Shared folders won't work since drive B is unpartitioned. Short of connecting drive B as an external USB drive, is there any way to access it from the Linux VM to dd the image file to it?
I am first cloning from drive A (which shows up as /dev/sdb on the Linux VM, into an image file on the VMware shared folder on the host drive, using dd.
Next, I wish to dd the image file onto a drive B, which is a physical disk connected to the host SATA port, so it doesn't show use in the /dev file system in the guest Linux VM. Shared folders won't work since drive B is unpartitioned. Short of connecting drive B as an external USB drive, is there any way to access it from the Linux VM to dd the image file to it?