FIRST ::: $ nautilus --no-desktop --browser and then in (nautilus's) in the addres bar type " burn:///" drag and drop your files into the free space and your ready to burn a generic data cd or dvd.
================::::::::OR try the command line for burning DATA CD's.
================If the overall speed of the system is sufficient and the structure of the filesystem is not too complex, wodim will run without creating an image of the ISO 9660 filesystem. Simply run the pipeline: ###genisoimage -R /master/tree | wodim -v fs=6m speed=2 dev=2,0 - ### ---------------------------------------------------- -------------//////////////////////------------- ------------/////// over burn avi data. $ genisoimage -R *.avi | wodim -v -overburn fs=6m speed=2 dev=/dev/hdc - OK--------------------- #################### #[NOTES] # # To record a pure CD-ROM at double speed, using data from the file cd-image? #.raw:# #wodim -v speed=2 dev=2,0 cdimage.raw# # ###################### # # NOTE #wodim --devices ======================= burn:/// generic iso $ wodim -v speed=2 dev=/dev/hdc some-image.iso
----------------
:::::::::::: what about DVD data ?NOTE- make - image from " DOC@ALL/ " directory then burn image. #### NOTE ############ #### Package mkisofs lenny (testing) (otherosfs): Dummy transition package for genisoimage ###### FIRST:/// # i make iso with mkisofs# (1ST):///make iso CODE: $ mkisofs -r -o x-my-dvd-doc-all.iso DOC@ALL OK--------------------------------------NEXT SECOND:/// # i burn image to dvd NOTE# (2ND):/// burn image to DVD CODE: $ growisofs -Z /dev/cdrom=x-my-dvd-doc-all.iso