Slashdot Mirror


dvd+rw-tools Ported to FreeBSD

Dan writes "Matthew Dillon has finished porting Andy Polyakov's excellent dvd+rw-tools to FreeBSD. These tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners, including the popular Sony 500A, which he has bought himself. He says that these tools should work on a wider variety of burners than the half-broken GNU dvdrecord tools work on."

3 of 62 comments (clear)

  1. dvd+rw-tools == dd(1) by hubertf · · Score: 2, Informative

    IIRC the growisofs tool that's the core of the dvd+rw-tools is really just a frontend to dd(1), and you don't really need it, *IF* you have a decent driver that allows dd(1)ing a ISO image to it.
    Tried it some time ago under SuSE 8.something, worked.

    - Hubert

    1. Re:dvd+rw-tools == dd(1) by phoenix_rizzen · · Score: 2, Informative

      growisofs is a front-end to mkisofs, which has no relation to dd. When in doubt, read the FAQ. :)

  2. Re:Isn't it funny that *BSD has to port everything by cperciva · · Score: 4, Informative

    That means that most programmers are using OS specific syscalls in their programs.

    Not necessarily. I count 8817 ports in the tree right now, of which only 4663 have local patches.

    In many cases, the "port" is used as nothing more than a convenient front-end to the package system.