Hey guys, I have a NEC ND-3520AW and trying to write to a Sony DVD+R-DL whose media ID is MBIPG101/R10.
Here is the mediainfo output:
$ sudo dvd+rw-mediainfo /dev/scd0
INQUIRY: [_NEC ][DVD_RW ND-3520AW][3.07]
GET [CURRENT] CONFIGURATION:
Mounted Media: 2Bh, DVD+R Double Layer
Media ID: MBIPG101/R10
Current Write Speed: 6.1x1385=8467KB/s
Write Speed #0: 6.1x1385=8467KB/s
Write Speed #1: 5.1x1385=7056KB/s
Write Speed #2: 4.1x1385=5645KB/s
Write Speed #3: 3.1x1385=4234KB/s
Write Speed #4: 2.0x1385=2822KB/s
Write Speed #5: 1.0x1385=1411KB/s
GET [CURRENT] PERFORMANCE:
Write Performance: 1.0x1385=1385KB/s@[0 -> 4173824]
:-( empty GET PERFORMACE descriptor
DVD+R DOUBLE LAYER BOUNDARY INFORMATION:
L0 Data Zone Capacity: 2086912*2KB, can still be set
READ DISC INFORMATION:
Disc status: blank
Number of Sessions: 1
State of Last Session: empty
"Next" Track: 1
Number of Tracks: 1
READ TRACK INFORMATION[#1]:
Track State: blank
Track Start Address: 0*2KB
Next Writable Address: 0*2KB
Free Blocks: 4173824*2KB
Track Size: 4173824*2KB
ROM Compatibility LBA: 262144
READ CAPACITY: 0*2048=0
when i attempt to write to it i get the following:
sudo growisofs -use-the-force-luke=dao -dvd-compat -speed=2.4 -Z /dev/scd0=image.iso
Executing 'builtin_dd if=image.iso of=/dev/scd0 obs=32k seek=0'
:-? L0 Data Zone Capacity is set already
/dev/scd0: "Current Write Speed" is 1.0x1352KBps.
:-[ WRITE@LBA=0h failed with SK=5h/CANNOT WRITE MEDIUM - INCOMPATIBLE FORMAT]: Wrong medium type
:-( media is not formatted or unsupported.
:-( write failed: Wrong medium type
also:
$ sudo ./necflash -querybt /dev/scd0
Binflash - NEC version - (C) by Liggy and Herrie
Visit http://binflash.cdfreaks.com
The current disctype is DVD+R-DL
The current booktype is DVD+R-DL
Permanent booktype for DVD+R is DVD+R
Permanent booktype for DVD+RW is DVD+RW
Permanent booktype for DVD+R-DL is DVD+R-DL
You have 498 changes left to change the permanent booktype settings
i’ve recently updated it via:
sudo ./necflash -flash 307_orig.bin /dev/scd0
im guessing that i need to change the media id so that growisofs can burn. does that sound right? and can anyone tell me how i find the supported media ids for my drive and how i change it?