View Single Post
Old 12th May 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Of CDs, yes. Just put a CD in the drive, and use:
# dd if=/dev/acd0 of=/path/to/your.iso bs=2048

This is possible as the filesystem on the CD is iso9660, and you are just making a direct bit-for-bit copy of it.

But you can't use dd to create an iso of a directory tree on your harddrive.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote