Friday, April 14, 2006

Creating ISO images from command line

If you were ever wondering how to create an ISO image from a command line I recommend you take a look at this site:
ISO, CDR, and CDRW in Linux

Here is the general command:

[root@server /root]# mkisofs -RJ -o image.iso /burndirectory/

the RJ option preserves long file names.

No comments: