Le 01/05/2020 à 11:54, Samuel Thibault a écrit : > I don't know if cp will accept a block device as target, but dd will
cp does too, I learned that from Thomas Schmitt. As it takes some time to complete for a big file and doesn't provide an output I usually use it like this/ cp /path/to/iso /dev/<name> && echo "Done."