Can't create usb for iso

I have read the original post Can’t create usb for iso - Support / Installation & Boot - Manjaro Linux Forum

As I am not a native speaker of English, I can understand every word instead of rookie :sweat_smile:

You should not print “letter”

  1. Check the device name it got associated with:ls -l /dev/disk/by-id | grep usb
    output: […] usb-Flash_USB_Disk_37271228A5E0216322818-0:0 -> …/…/XdA
  2. Start the write process with dd:sudo dd if=manjaro.iso of=/dev/XdA bs=1M oflag=sync status=progress

You should replace /dev/sd[drive letter] with your device name like “/dev/disk/the_USB_of_taterofwedges, which can by found in the output of ls -l /dev/disk/by-id | grep usb

It should have been recognized shouldn’t it?

It should not, sorry, because you do not have a USB device called /dev/sd[drive letter], do you?