Code: Select all
sudo dd if=/path/of/stick of-=/path/to/place/file.iso
Other useful commands are
Code: Select all
lsblk
and
Code: Select all
$ dmesg | grep -i usb
$ dmesg | grep -i 'attached'
Code: Select all
sudo dd if=/path/of/stick of-=/path/to/place/file.iso
Code: Select all
lsblk
Code: Select all
$ dmesg | grep -i usb
$ dmesg | grep -i 'attached'