sudo bash -c 'pv -petab /full/path/to.iso | dd of=/dev/sdX bs=16M conv=fsync status=none'This will show progress, eta and wiil not need long sync after it's finished.
sudo bash -c 'pv -petab /full/path/to.iso | dd of=/dev/sdX bs=16M conv=fsync status=none'This will show progress, eta and wiil not need long sync after it's finished.