Personal tools

Difference between revisions of "Mkisofs"

From MohidWiki

Jump to: navigation, search
(New page: Mkisofs can create an iso9660 or Joliet compliant image from any directory of your linux system. Useful to create a new iso image after copying and editing an existing iso image. ==Sy...)
 
Line 3: Line 3:
 
==Syntax==
 
==Syntax==
  
> mkisofs -o myimage.iso -J /home/user/datadir
+
> mkisofs -o myimage.iso -J /home/user/datadir
  
 
==See also==
 
==See also==

Revision as of 18:00, 26 December 2009

Mkisofs can create an iso9660 or Joliet compliant image from any directory of your linux system. Useful to create a new iso image after copying and editing an existing iso image.

Syntax

> mkisofs -o myimage.iso -J /home/user/datadir

See also

External references