Slashdot Mirror


The First Blu-ray Burner, Pioneer's BDR-101A

mikemuch writes "ExtremeTech has a review of Pioneer's BDR-101A-- the first Blu-ray burner available. The drive can do anything with CDs, is kind of slow with DVDs, and doesn't support double-density Blu-ray media, but hey, it's a start, and can burn 25GB in 42 minutes. Check out its burn speed benchmark performance at the link above."

6 of 181 comments (clear)

  1. Learn to read! by Anonymous Coward · · Score: 5, Informative

    > The drive can do anything with CDs

    should read:
    The drive can't do anything with CDs

  2. Correction on CD disk capability by chamilto0516 · · Score: 5, Informative

    From the article: "Interestingly, the BDR-101A neither burns nor reads CD media of any type. So if you still need CD burning or reading capability, you'll need an additional drive."

    Anyway, the Blu-Ray disks are $19-29 USD. I will need to wait until I can buy a spindle of 100 Blu-Ray disks for 9.99 before I go out and buy one of these things.

    --
    Magic Eight Ball: Outlook not so good., Hmmm, how about Excel and Word?
  3. The Summary by Doomedsnowball · · Score: 5, Informative
    In the end, the BDR-101A is really a device for a select audience. For what it's worth, the drive is actually cheaper than the first-generation DVD recorders, which weighed in at over $2,000 when they first launched. Over the next months and years, we'll see the price of Blu-ray drives start to come down, as players, media, and the technology for more easily creating discs becomes more prevalent. It's also not well-suited for watching Blu-ray movies, since no off-the-shelf software exists. It's a good tool for people who are authoring Blu-ray, and are willing to put up with the single-layer limitation. For anyone else, it's really an expensive toy.

    This just about sums up the entire article: Wow, neat. Don't buy one yet.

    --
    7h3$3 4r3n'7 7h3 Ðr01Ð$ ¥0 4r3 £00|{1n9 f0r. M0v3 4£0n9. --OB1
  4. Re:Why burn just 1? by AJWM · · Score: 4, Informative

    Yeah they have. DVD+R DL used to be about $10/disc ($30 for a 3-pack). Now they're in the $2-$3/disc range. Still a long way from the price of blank single layer DVD+/-R, let alone CD-R, but the price is coming down.

    Hey, I remember when blank CR-Rs were in the $10-20/disc range. RAM cost $50-$100/megabyte (not gigabyte). And DVD burners were still on the horizon at $15,000 each. And we likedit. (Hell no we didn't!)

    --
    -- Alastair
  5. Create/burn PAR2 files with your backups by MojoStan · · Score: 5, Informative
    i'm too paranoid to use stuff like this for backups.. sure 25 gigs is nice but whats the use if i just burn everything in 35 copies on the disc incase one part becomes unreadable?

    as media starts to hold more, i just start creating more copies of the same backup on the disc. bluray/hdvd scares me because if it gets scratched you lose so much more than if a cd gets scratched

    One of the most useful comments (for me) I've ever read on Slashdot was one suggesting PAR2 files for DVD backups.

    For those that don't know, PAR2 files are parity files that can efficiently reconstruct missing or damaged blocks in your archive. If you have more PAR2 recovery blocks than damaged blocks, then you can completely reconstruct all of the damaged files in your archive. The best newbie explanation I've seen is the "PAR & PAR2 files" section from Slyck's Guide To The Newsgroups.

    If I'm backing up to a data DVD-R (capacity 4,706,074,624 bytes), I'll leave around 4GB of space for the actual data and fill the rest (to the brim) with the PAR2 files that I created for that data. I name the PAR2 files starting with the letter 'z' so that they get burned on the outer edge of the DVD. When creating the PAR2 files, I choose a block size that is a multiple of 2048 bytes because that is the block size of a DVD sector.

    Some easy-to-use tools to create PAR2 files:

    Some DVD data recovery software (to get every readable block off a damaged disc):

    Thanks, WuphonsReach.

    --
    TO START
    PRESS ANY KEY

    Where's the 'ANY' key? I see Esk, Kitarl, and Pig-Up...

    1. Re:Create/burn PAR2 files with your backups by andreyw · · Score: 4, Informative

      Files aren't burned in alphabetical order. They are burned in the order they were put into the ISO9660 or UDF filesystem, which is really filesystem generation utility-specific...

      Interesting idea with the PAR2 files though.