Code: Select all
dd bs=4M if=path/to/image.iso of=/dev/disk/by-id/usb-My_flash_drive conv=fsync oflag=direct status=progressCode: Select all
sudo dd if=/path/to/your/linux.iso of=/dev/usb-drive bs=4M status=progress oflag=sync Code: Select all
dd bs=4M if=path/to/image.iso of=/dev/disk/by-id/usb-My_flash_drive conv=fsync oflag=direct status=progressCode: Select all
sudo dd if=/path/to/your/linux.iso of=/dev/usb-drive bs=4M status=progress oflag=sync