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."

62 comments

  1. rejoice by Ahaldra · · Score: 3, Interesting
    just IMHO the cdrecord-prdvd tools suck - read, for exampl. this readme - they suck because they are essentially not really free. this thingee seems to be a step in the right direction, although one still needs the cdrtools according to this faq.

    --
    Code is Speech. No to Censorship.
    1. Re:rejoice by prmths · · Score: 1, Interesting

      i like cdrecord-prodvd ... it actually works for me
      dvd+rw-tools locks my machine half the time...
      made about $30 worth of coasters so far
      not being free is a DEFINITE bummer though

  2. Re:yay by asdfx · · Score: 1

    erm.. there was a sarcasm tag in there... whoops

    i swear, i love *bsd :-)

  3. Re:Isn't it funny that *BSD has to port everything by evilviper · · Score: 5, Insightful
    Isn't it funny that *BSD has to port everything?

    No, it isn't funny. That means that most programmers are using OS specific syscalls in their programs. It's a terrible thing to do, yet the Linux community does it constantly...

    Release a program that only works on the BSDs, and watch the Linux users come out in arms like their first born has been slaughtered... I really hate hypocrites.
    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  4. 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:dvd+rw-tools == dd(1) by hubertf · · Score: 1

      yes, nice... and what does it do if it is done with running mkisofs or if you hand it a ready-made iso image?

      - Hubert

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

      [shrug] I dunno. I don't have any DVD drives of any kind, so I've never used the software. I just took a speedread through the FAQ. :)

    4. Re:dvd+rw-tools == dd(1) by Anonymous Coward · · Score: 0

      No, the dvd+rw tools are a collection of things

      a) a Linux kernel patch which allows packet writing on dvd+rw disks, I really wonder if this one made it into bsd, I doubt it.

      b) a collection of scripts and tools, parts of them route into makeisofs

      there is:
      a formatting tool

      growisofs, which routes into mkisofs and a bunch of other tools

      and you need a tool which can create a udf filesystem (mkudffs in Linux) to prepare a formatted DVD+RW for UDF packet writing.

  5. Re:Isn't it funny that *BSD has to port everything by Anonymous Coward · · Score: 0

    They aren't hypocrites, because the aren't even the same people. I'm so tired of hearing about contrived groups of people being hypocrites because they don't all say exactly the same thing. It's stupid to argue about strawmen.

  6. Re:Isn't it funny that *BSD has to port everything by Arandir · · Score: 4, Funny

    Release a program that only works on the BSDs, and watch the Linux users come out in arms like their first born has been slaughtered...

    I did that once by accident. Usually I test my software on a Linux distro before making a release, but I didn't do it once. I had QNX installed on my extra partition and didn't want to wipe it out. So I just released it.

    I realized my mistake about twenty minutes later when the bug reports started coming in...

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  7. Re:Isn't it funny that *BSD has to port everything by evilviper · · Score: 2, Insightful

    You are now saying that there are not ANY programmers that have written non-portable programs, that have also complained when a program didn't work on their OS? I would beg to differ.

    You are also saying that there are no people that promote and/or support a Linux program that don't care that it doesn't run on another system, but are upset when a program doesn't work on their system?

    I beg to differ.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  8. 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.

  9. Re:Isn't it funny that *BSD has to port everything by Anonymous Coward · · Score: 0

    Furthermore, most of the local patches only exist to make the port follow the FreeBSD file heirarchy and play nice with the pkg system.

  10. Re:Isn't it funny that *BSD has to port everything by evilviper · · Score: 4, Insightful

    Yes, but that isn't actually porting software, it's just a matter of making a port out of it.

    Besides, I never said that all software was system specific, but a LOT of it is. Additionally, many programs that were originally OS specific, but someone wrote patches, and the author integrated them into the main tree instead of requiring patches in the port.

    Another instance of the word "port" being insanely over-used...

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  11. Re:Isn't it funny that *BSD has to port everything by cperciva · · Score: 2, Interesting

    True. On the other hand, the word "port" has gone from verb to noun, and is now being verbified again. That is to say, "to port" means to fix operating system-specific code; "a port" is either the result of porting something, or anything in the ports tree; and "to portify" means to add the necessary wrappers to make some code fit into the ports tree.

    Isn't the English language great?

  12. Re:Isn't it funny that *BSD has to port everything by evilviper · · Score: 1

    May god help the man who ports the software that listens on a TCP port, for requests to query a router NIC port... Especially if it is then used by the port authority in Portland, OR.

    Maybe it can check all the port holes on the port side of the ship, but, of course, only while the ship is in port.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  13. half-broken GNU dvdrecord by zdzichu · · Score: 2, Interesting

    What is so bad in cdrecord (modified to be dvdrecord)? I'm not trolling, I'm curious.

    --
    :wq
    1. Re:half-broken GNU dvdrecord by Anonymous Coward · · Score: 0

      What's that? BSD is dead?

  14. Re:Isn't it funny that *BSD has to port everything by Quill_28 · · Score: 1

    Actually, it would be better off.

  15. Re:Isn't it funny that *BSD has to port everything by meshko · · Score: 1

    if you bite a troll hard enough, will it die?

    OpenSSH

    --
    I passed the Turing test.
  16. Re:Isn't it funny that *BSD has to port everything by agent+dero · · Score: 5, Insightful

    I am a huge FreeBSD advocate, and I use it all the time, and the only major things I have seen that may not have happened without Linux, were the great Xfree Window Managers, along with the software that uses the X Window system, GTK+, Netscape, QT, etc, etc. That and maybe the publicity.

    Otherwise I'd say the *BSD community has been moving along fine, and wuold have with or without the existance of Linux or GNU. Look at applications such as MySQL, Apache, and clustering software. People have been using BSD since before the invention of Linux, somehow they survived without "ersatz hacks" (crazy german) If a troll is killed by a falling tree in the forest, will anybody miss him?

    --
    Error 407 - No creative sig found
  17. Re:who the fuck cares? by Doctor+Dox · · Score: 0, Troll

    No wonder you sign as Anonymous Coward

  18. Re:Isn't it funny that *BSD has to port everything by Anonymous Coward · · Score: 0

    "Otherwise I'd say the *BSD community has been moving along fine, and wuold have with or without the existance of Linux or GNU."

    Bla bla.

    Then *BSD should create their own portable C/C++ compiler. Its a fact that *BSD systems depend on the GNU project.

  19. Sorry if this is off topic by Mostly+a+lurker · · Score: 1

    but I really would like to know. Has anyone tried these tools under cygwin?

    1. Re:Sorry if this is off topic by Anonymous Coward · · Score: 0

      how could they? BSD 1Z D34Dhow could they? BSD 1Z D34Dhow could they? BSD 1Z D34D

  20. Matt by thujone · · Score: 1

    It's good to see Matt Dillon still being productive in the FreeBSD space.

  21. Re:*BSD is dying by Tassadar99 · · Score: 1

    Screw Netcraft. If BSD is dead, why ThE HeLl AM i tYPiNg ThIS iF It is DEAD!!!! I wrote this off of FreeBSD 4.7. Thank you.

    --
    Hardware is what you kick, Software is what you curse.