LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   creating isos (https://www.linuxquestions.org/questions/linux-software-2/creating-isos-124073/)

doralsoral 12-08-2003 10:22 PM

creating isos
 
Can anyone tell me a good program for creating iso images in redhat 9?

ToniT 12-08-2003 10:27 PM

mkisofs is the ultimate tool. Depending on the personality, some UI that uses it might be approriate.

fancypiper 12-08-2003 10:29 PM

# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso


All times are GMT -5. The time now is 09:42 AM.