Friday, October 30, 2009

make iso

make iso from cdrom/dvd:

dd if=/dev/cdrom of=xxx.iso

make iso from directory:

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

No comments: