On Sun, 22 Oct 2006 21:31:37 +0200, Mark Grieveson <[EMAIL PROTECTED]> wrote:

Stay way from me, gnome lusers!

That's the perfect segway into my next question. I'm looking to find a program for burning CDs/DVDs. Previously I had used either gnomebaker, nautilus, or k3b. I'm hoping to move away from these, onto a more simple command line program. I tried a program called "burn", but it did not work for me. See http://packages.debian.org/testing/otherosfs/burn for details of program. I use Debian testing.

mkisofs + cdrecord (for CDs) and growisofs (for DVDs) works fine for me.

        cd the/directory/tree/to/burn
        growisofs -dvd-compat -Z /dev/dvd -lJr -V Label .

      or

        cd the/directory/tree/to/burn
      mkisofs -lJr -V Label . | cdrecord dev=/dev/cdr -

Easy enough to wrap up in a script or alias if you want (but I tend to always have it in my shell history anyway).

--
Adam Chodorowski <[EMAIL PROTECTED]>

Reply via email to