View Single Post
  #8   (View Single Post)  
Old 12th May 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

Quote:
Originally Posted by Carpetsmoker View Post
Yes, both will work:

# cat /dev/acd0 > myimage.iso
# dd if=/dev/acd0 of=anotherimage.iso
So I understand I can use dd and cat for make ISO files from CDROM and CD

IS this true ???
Reply With Quote