Thursday, February 5, 2009

nautilus Linux and CD slash DVD DATA burning

Feb 5TH 2009
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 ############################ # axa --2008/July/9TH. # ( cdrom=my-xdvd-no-spaces.ok.iso ) and it worked for me. DAMN SMALL LINUX does it again. woo weee. AXA #debian lenny2009 testing woo weee. ########################### ( man growisofs ) To master and burn an ISO9660 volume with Joliet and Rock-Ridge exten‐sions on a DVD or Blu-ray Disc: growisofs -Z /dev/dvd -R -J /some/files OK------------------------------------------------------