I was looking for this (for a BASH script I wanted to write), and I found out how to do it. Now I want to share it
1. Create ISO-file from folder
Code:
mkisofs -r -o /isofile.iso /folder
2. Create ISO-file from file(s)
Code:
mkisofs -r -o /isofile.iso /mybigfile
Code:
mkisofs -r -o /isofile.iso *.mp3
Code:
dd if=/dev/cdrom0 of=isofile.iso
Inga kommentarer:
Skicka en kommentar