Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


create_.iso_image_from_a_cd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
create_.iso_image_from_a_cd [2008/01/30 21:51] – created juckinscreate_.iso_image_from_a_cd [2025/03/20 18:16] (current) – removed juckins
Line 1: Line 1:
-======Create .iso image from a CD====== 
-<code> 
-mount /dev/cdrom 
-dd if=/dev/cdrom of=filename.iso 
-</code> 
  
-now check that the creation is okay with: 
-<code> 
-sum -r /dev/cdrom 
-sum -r <filename.iso> 
-</code> 
- 
-The 2 values should match. 
create_.iso_image_from_a_cd.1201747863.txt.gz · Last modified: 2008/01/30 21:51 by juckins