Is there any way to output dd to Windows? I want to image a Linux device remotely over the lan and output it to a Windows pc.
I have managed to image Linux to Linux but i can get it to work with Windows. I am using SSH to connect to the device.
This is what i have tried. Ive only been testing it will small files to start with.
dd if=/home/beerbaron/Desktop/test.txt | ssh [email protected] dd of=c:\test\test.txt
I get the error message:
Unable to execute command or shell on remote system: Failed to Execute or process.
Thanks.
I have managed to image Linux to Linux but i can get it to work with Windows. I am using SSH to connect to the device.
This is what i have tried. Ive only been testing it will small files to start with.
dd if=/home/beerbaron/Desktop/test.txt | ssh [email protected] dd of=c:\test\test.txt
I get the error message:
Unable to execute command or shell on remote system: Failed to Execute or process.
Thanks.
Last edited: