- Code: Select all
dd if=/media/<name of CD> of=/home/steve/<filename>.iso
however nothing is taken or written and I get;
- Code: Select all
dd: reading `/media/<name of CD>': Is a directory
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000314844 s, 0.0 kB/s
the name of the CD I am using is the one that is displayed in the folder media
am I using the wrong name or the wrong location for the source?


