LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Problem in writing to cd (https://www.linuxquestions.org/questions/linux-hardware-18/problem-in-writing-to-cd-619591/)

mathimca05 02-08-2008 07:32 AM

Problem in writing to cd
 
hai all
I m using fc6.I want to copy some data to a new CD(RW).
i created 1 folder & copied my data to that folder.After that i gave write to disk option.it said that an iso file is created for my data.after that by right clicking the iso file i selected write to disk option.it didn't write in to cd.nothing is copied.


i tried this command also,
mount -t /root/Personal_Data,_Feb_08,_2008.iso ro /dev/cdrom /mnt/cdrom


how to write 2 cd?

Matir 02-08-2008 07:43 AM

Mount does not write anything to a disk. It lets you access the data that is already there.

To write an ISO to CD, you can normally do it through gnome by right-clicking on it, or you can use cdrecord, as in:

cdrecord dev=/dev/cdrw ISOFILENAME.iso


All times are GMT -5. The time now is 05:02 PM.