tampauf.blogg.se

Linux write iso to usb
Linux write iso to usb








linux write iso to usb

Where input.iso is the input file, and /dev/sd is the USB device you're writing to (run lsblk to see all drives to find out what is for your USB). Then, next (this is a destructive command and wipes the entire USB drive with the contents of the iso, so be careful): sudo dd bs=4M if=path/to/input.iso of=/dev/sd conv=fdatasync status=progress ├─sdb1 8:17 1 1.6G 0 part /media/username/usb volume name It will look something like sdb 8:16 1 14.9G 0 disk Where is a letter followed by a number, look it up by running lsblk.










Linux write iso to usb