Answer the question
In order to leave comments, you need to log in
How to copy a file with dd utility from tftp or samba?
All the best! Please tell me how to correctly use the dd utility on linux to copy data from a tftp server (in my case it is mikrotik) and / or from samba (a scrambled folder on windows 7)?
I see examples on the net:
dd if=backup.img | ssh -c blowfish [email protected] | dd of=/dev/sdb bs=64k"
Answer the question
In order to leave comments, you need to log in
Mount the samba share and then dd if=/mnt/share/file.img of=/dev/sdb bs=64k
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question