DragonFly bugs List (threaded) for 2007-06
DragonFly BSD
DragonFly bugs List (threaded) for 2007-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: burncd error


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Jun 2007 12:23:59 -0700 (PDT)

:It is:
:
:josepht@tin$ ls -al /dev/acd0
:crw-r-----  1 root  operator  117, 0x10010000 Jun 14 14:33 /dev/acd0
:
:Also after running burncd with -t I tried running it again and got
:this:
:
:josepht@tin$ sudo burncd -vt  -s 10 -f /dev/acd0 data
:~/tar-files/Minix-IDE-3.1.2a.iso 
:adding type 0x08 file /home/josepht/tar-files/Minix-IDE-3.1.2a.iso
:size 417792 KB 208896 blocks 
:next writeable LBA 712
:addr = 712 size = 427819008 blocks = 208896
:writing from file /home/josepht/tar-files/Minix-IDE-3.1.2a.iso size
:417792 KB
:written this track 1120 KB (0%) total 1120 KB
:only wrote -1 of 32768 bytes err=5
:
:Does that LBA 712 mean that something was actually written to the CDR
:with the -t flag?
:
:Joe

    It is saying error 5, which is EIO.  Maybe the problem is the 10x
    writing speed?  Try -s 4 instead of -s 10 maybe?

    I don't know what's going own with the writable LBA of 712.  Maybe
    that particular drive doesn't support test mode.  Weird.

    I can burn CDs with burncd and acd0 on my test box, so I'm fairly
    sure the protocol is working properly in HEAD:

    test28# burncd -v -s 4 -f /dev/acd0 data /usr/release/dfly.iso fixate
    adding type 0x08 file /usr/release/dfly.iso size 278234 KB 139117 blocks 
    next writeable LBA 0
    addr = 0 size = 284911616 blocks = 139117
    writing from file /usr/release/dfly.iso size 278234 KB
    written this track 65536 KB (23%) total 65536 KB
	...


					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]