09-25-2018, 04:15 PM
Hello napsix65,
there is also a way in LL to create an iso of your files, by doing this -
Hold down Ctrl and Alt keys and press the t key (ctrl,alt t) to open your terminal.
example command -
just changing your.iso in above command to whatever you wish to name your iso, and typing in the actual location of the directory containing your files.
will display the man page for genisoimage and its options
there is also a way in LL to create an iso of your files, by doing this -
Hold down Ctrl and Alt keys and press the t key (ctrl,alt t) to open your terminal.
example command -
Code:
genisoimage -o your.iso -R -J ~/name/of/directory/containing/your/files
just changing your.iso in above command to whatever you wish to name your iso, and typing in the actual location of the directory containing your files.
Code:
man genisoimage
will display the man page for genisoimage and its options