Used the Terminal and enter to see the list of devices plug in to your computer
diskutil list
sudo dd if=/dev/disk2 of=usb.img bs=4096
sudo dd if=usb.img of=/dev/sd2 bs=4096
Posted by Julio Montas on 2022-03-24T18:36:47Z
Used the Terminal and enter to see the list of devices plug in to your computer
diskutil list
sudo dd if=/dev/disk2 of=usb.img bs=4096
sudo dd if=usb.img of=/dev/sd2 bs=4096