Posted in Command Line, Linux Create a Folder’s ISO image Binny V A August 17, 2007 3 Comments on Create a Folder’s ISO image How to make an ISO image from contents of a directory? mkisofs -V label-name -r directory-name > iso-image.iso [tags]iso,image,folder,linux,mkisofs[/tags] Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
Hello Binny! Very thank you for the information. But what is the difference between this one and http://txt.binnyva.com/2008/06/create-iso-image-of-a-folder/ ? Thank you. Reply
Hello Binny!
Very thank you for the information. But what is the difference between this one and http://txt.binnyva.com/2008/06/create-iso-image-of-a-folder/ ?
Thank you.
Two different ways of doing the same thing.
thank you