-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/24/09 12:15, Foss User wrote: > Hi, > > I am a GNome user and I am looking for some good tool to burn DVDs. I > have a couple of DVD+R and DVD-R discs. I want to do one of the > following when I burn discs: > > 1. Burn .ISO into a disc. > 2. Copy a disc as .ISO to my hard disk. > 3. Copy data to discs with multisession support. > > I have the following questions. > > 1. What tool do you use or recommend to achieve all the above? > 2. Will multisession discs be usable on other operating systems such > as Ubuntu, Windows, etc.? > 3. Does Nautilus "Write to Disc" feature supports multisession? > 4. In Debian systems that don't have GNome or GUI, what command line > tool do you use or recommend? > > I think Brasero supports all of those. The only thing is I *think* you may have to have DVD RW's (of - or +) to have multi session support.
I think (and http://ubuntuforums.org/showthread.php?t=798680 seems to agree) that multi-session discs will work with other OS's, but if not you could give K3B a try as multi-session discs burnt with that definetely will. However K3B is a KDE app, so you'll have to install the KDE libraries for it to work in GNOME. I think the 'Write to Disc' option in Nautilus uses nautilus-burner, and nautilus-burner doesn't support multi-session burning (see http://bugzilla.gnome.org/show_bug.cgi?id=120384 and https://bugs.launchpad.net/ubuntu/+source/nautilus-cd-burner/+bug/11264). To burn an ISO to a disc from the command line, use cdrecord: e.g, cdrecord -v -pad speed=1 dev=0,0,0 isofile.iso If you're not using an IDE burner you may have to change the 'dev=' bit. Contrary to the name, cdrecord does support burning DVD's. To create an iso from a disc, use dd. e.g, dd if=/dev/cdrom of=isofile.iso You could probably also swap the input and output around, and use dd if=isofile.iso of=/dev/cdrom to burn an iso to disc. I'm not sure about multi-session burning, but you could try reading the man page of cdrecord. - -- Many thanks Harry Rickards - -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GAT/GCM/GCS/GCC/GIT/GM d? s: a? C++++ UL++++ P- L+++ E--- W+++ N o K+ w--- O- M- V- PS+ PE Y+ PGP++ t 5 X R tv-- b+++ DI D---- G e* h! !r y? - ------END GEEK CODE BLOCK------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkoZNG4ACgkQ1kZz3mRu0GrC5gCgtn8Ff82ybYdMTk3HXX/uYTSR IsgAnRPZ5ggVimvv6f4T5ayauz1N4CDc =MBWr -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

