/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#To make an ISO from your CD/DVD dd if=/dev/dvd of=dvd.iso # for dvd dd if=/dev/cdrom of=cd.iso # for cdrom dd if=/dev/scd0 of=cd.iso # if cdrom is scsi #To make an ISO from files on hard drive, create a directory which holds the files you want. #Then use the mkisofs command. mkisofs -o /tmp/cd.iso /tmp/directory/