[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cannot copy files from cd after burn it on disc using cdrecord



tshxiayu wrote:
> Hello,
> 
> I use cdrecord to burn some files on a cd under debian,but I cannot copy 
> the files to my PC under windows,why?
> Thank you!
> 

cdrecord is used to burn a raw image of the file on the CD. You must
first create a iso filesystem with mkisofs. For example:

mkisofs -J <directory to burn> -o cd.iso
Then burn cd.iso with cdrecord.

(man mkisofs for more details)

Olive



Reply to: