how to write iso image to USB flash with Linux
Channel:
Subscribers:
47
Published on ● Video Link: https://www.youtube.com/watch?v=ki3p07DyIzY
Simple way to write ISO images to USB drive without any special program (like Etcher) or using terminal.
Only need to choice right destination to write ISO image to.
Typical USB drives are: /dev/sdb, /dev/sdc, /dev/sdd and so on.
This is when you have one HDD. So HDD will be: /dev/sda
Any other HDD or USB drive will be after /dev/sda (sdc, sdd, sde ...)
With Etcher, you cannot choice HDD destination, so its safer to use.
But if you know what you do, just use Disks or DD, DDrescue in terminal