Re: [9fans] new cdfs for DVDs and BDs

2008-04-18 Thread Mathieu Lonjaret
Hello, After (a pull and) some more experimentation and with the help of Erik, there's been some progress but I still have some problems. 1) It turns out that the "wrong format" issue was because of me being naive enough to assume that cdfs was doing all the magic of making an iso9660 fs out of t

Re: [9fans] new cdfs for DVDs and BDs

2008-04-13 Thread Mathieu Lonjaret
Here it is. On Sun, Apr 13, 2008 at 3:53 PM, erik quanstrom <[EMAIL PROTECTED]> wrote: > that error occurs when you try to do dma on a controller that says it > doesn't do dma. this bit is found in pci space & loaded into > pcidev->ccrp — pci programming interface class code. for ide-styled >

Re: [9fans] new cdfs for DVDs and BDs

2008-04-13 Thread erik quanstrom
that error occurs when you try to do dma on a controller that says it doesn't do dma. this bit is found in pci space & loaded into pcidev->ccrp — pci programming interface class code. for ide-styled devices, this register is defined as busmaster | 1< Ok, I've just pulled (I now have a /bi

Re: [9fans] new cdfs for DVDs and BDs

2008-04-13 Thread lejatorn
Ok, I've just pulled (I now have a /bin/cdfs from 26th of March) however I still get the same errors. I have tried with a CD-RW and a DVD+RW. cat /dev/sdC0/ctl gives me this: inquiry HL-DT-STDVDRAM GSA-U10N 1.05 config 85C0 capabilities 0F00 dma 00550004 dmactl part data 0 2141 ah and

Re: [9fans] new cdfs for DVDs and BDs

2008-04-12 Thread erik quanstrom
> No problem burning with this drive under Linux. I don't know what drive > model that is, it came along with the T61. that information would be in the output of /dev/sd??/ctl - erik

Re: [9fans] new cdfs for DVDs and BDs

2008-04-12 Thread geoff
I would pull the current cdfs (source, binary and manual page) and try again; there were fixes made up to and including March 25th. RW media has been working flawlessly for me, though I think that for BD-RE I had to format rather than blank the media first. Make sure you've run dmaon first. Whic

Re: [9fans] new cdfs for DVDs and BDs

2008-04-12 Thread lejatorn
Hello, I've just tried cdfs and it did not go well. I've tried with 2 different cdrws and one dvdrw. With the cdrws, it seems I can blank and write to them, but the cd are not mountable afterwards. Both on Plan9 or Linux I get an "unknow format" error. With the dvdrw, I can't even blank, I get th

Re: [9fans] new cdfs for DVDs and BDs

2008-03-31 Thread Sergey Zhilkin
Great ! 2008/3/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > There's a new cdfs on sources that also knows how to read and write > data tracks on DVDs and BDs (Blu-ray Discs, the makers claim); see > cdfs(4) for details. I've tried to test all combinations of media > (CD, DVD-, DVD+, BD) × (-ROM

Re: [9fans] new cdfs for DVDs and BDs

2008-03-17 Thread erik quanstrom
> There's a new cdfs on sources that also knows how to read and write > data tracks on DVDs and BDs (Blu-ray Discs, the makers claim); see thanks, geoff. - erik

[9fans] new cdfs for DVDs and BDs

2008-03-17 Thread geoff
There's a new cdfs on sources that also knows how to read and write data tracks on DVDs and BDs (Blu-ray Discs, the makers claim); see cdfs(4) for details. I've tried to test all combinations of media (CD, DVD-, DVD+, BD) × (-ROM, -R, -RW) × (single-layer, dual-layer), which works out to 24 combin