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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]