Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Created April 9, 2020 17:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anibalardid/2c4de4aa94927f1a251b798f382f360d to your computer and use it in GitHub Desktop.
Save anibalardid/2c4de4aa94927f1a251b798f382f360d to your computer and use it in GitHub Desktop.
convert image .img to .iso
sudo apt-get install ccd2iso
ccd2iso file.img fil1.iso
#OR
sudo apt install iat
iat file.img file.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment