How do I create an .iso image from a directory of files?
Posted by on 2014-09-19 13:56:48:
Create an iso image of a directory of files on Linux.
mkisofs -J -R -v -T -o image.iso cdrom/
Will build an ISO image of all the files in the /cdrom directory.
Tags: Filesystem , Linux
Return to home page: Home