Linux Short Reference

Getting an ISO image from a DVD drive using the command prompt

dd if=cdromdev of=isoname bs=1024
e.g.: dd if=/dev/sr0 of=my_image.iso bs=1024

Loading

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *