Sunday, March 30, 2008

creating an iso from file on linux

I have a file that I need to convert to iso so that I can mount it cd a CDROM in QEMU. Here's how to do it:

mkisofs -o foo.iso foo.file

No comments: