Hola gente les hago una pregunta.
¿Como puedo crear una iso de un directorio :Ej /Documentos ?
uso Debian 9
Mira esto:
Create iso image from folder via terminal commands (https://unix.stackexchange.com/questions/90793/create-iso-image-from-folder-via-terminal-commands)
CitarSeems to be pretty straightforward to do with genisoimage, in the package with the same name on Debian:
genisoimage -o output_image.iso directory_name
There are many options to cover different cases, so you should check the man page to see what fits your particular use case.
See also
How-To: Create ISO Images from Command-Line
Otra manera (http://es.wikihow.com/crear-un-archivo-ISO-en-Linux)