My Suse

What I have learn so far about Linux and Suse

Friday, March 03, 2006

How to create an ISO file from a cd-rom

dd if=/dev/hdc of=~/cd1.iso

This command will copy the cd (/dev/hdc) can be other for you, to a file cd1.iso in the user home directory.