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

Re: growisofs WRITE@LBA=230540h error blanking DVD+RW media



BitBucket wrote:
Thomas Schimitt has it right -- the LBA=230540h is 2,295,104 decimal, which is the total number of blocks on the DVD+RW medial Since the LBA addressing starts from zero, an attempt to address that block is trying to address on past the last LBA block on the DVD. (I originally checked this, but for some stupid reason failed to make the translation from hex to decimal, no doubt due to frustration and carelessness.)

So the error message is correct -- it is an incorrect argument. There must be some error then in the source code, since the program clearly knows the size of the DVD media, and shouldn't be trying to write past the end of the disc.

But more importantly, the resulting media is not blanked back to its virgin state, but is merely nulled. That is, there is still a Session 1 - track 01 structure, 4700372992 bytes long. This I was trying to blank out entirely, to start fresh. My reading of the man pages for growisofs was that this was accomplished by the command I used:

    growisofs -Z e:=/dev/zero

although the "/dev/zero" does seem to indicate that the track 01 should just be zeroed out (filled with nulls), not eliminated entirely.

Also, the WRITE@LBA=230540h is being hidden with "EMAIL PROTECTED". As I am new to this list, I assume the subscribers are getting the actual text, whereas the protected overwrite is for the mail list.

My further questions:

1. What then is the command to blank the DVD+RW media, and return it to virgin state?

The dvd+rw-format command is used to format dvd+rw. It is at the URL you list below.
2. Who do I notify about the error in the code that causes it ti attempt a write beyond the disc limit?

I think size checking is done only for ISO images. If you feed from a source, using a non-ISO image, I believe you bypass that logic. Unlike cdrecord, growisofs can burn from a pipe.
Thank you in advance for your help with this.

Well I have no competing product to flog, so I can actually try to help you.
-- Roy Zider

Windows binaries from http://fy.chalmers.se/~appro/linux/DVD+RW/tools/win32/
    growisofs.exe    29-Jan-2006
    mkisofs.exe    03-Jul-2006

Pioneer DVR-111C 1.06





--
E. Robert Bogusta
 It seemed like a good idea at the time



Reply to: