Tuesday, April 14, 2009

Create a ISO file on Linux

http://www.granneman.com/techinfo/linux/burningcds/makeanisoimage.htm

 To make an ISO from files on your hard drive, create a directory which holds the files you want. Then use the mkisofs command.

mkisofs -o /tmp/cd.iso /tmp/directory/ 

No comments: