If you ever have the need to create a ISO image from a Pendrive/USB disk or a directory, this line might save your life.
Si en algun momento te has visto en la necesidad de crear una imagen ISO de un pendrive, disco usb o un directorio en particular esta linea podria salvar tu vida:
mkisofs -o name-of-your-image.iso /path/to/directory
And that’s it, no sudo, no dd, no need to use more space than needed (a problem i found using DD)
Y eso es todo, sin sudo, sin dd, sin necesidad de usar mas espacio del requerido (un problema que encontre cuando trate de usar dd)
note: add -J if you’re planning to use that iso on windows
nota: agrega -J si vas a utilizar esa ISO en windows