GTKC Knowledgebase
A little bit of wisdom
How do I create an .iso image from a directory of files?
Posted by  Admin on


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