dd command won't work
by SimplyInquisitive from LinuxQuestions.org on (#4VTT7)
I am having problems with the dd command. I am trying to make a bootable usb to install antiX, but every time I try dd just hangs and nothing happens. This is the command I used:
dd if=/home/user/downloads/antiX-19_386-full.iso of=/dev/sdh bs=4096 conv=fdatasync status=progress
Any insight would be appreciated.


dd if=/home/user/downloads/antiX-19_386-full.iso of=/dev/sdh bs=4096 conv=fdatasync status=progress
Any insight would be appreciated.