I was trying to get packets writing working on my DVD. So I follows the Gentoo Wiki. Everythings goes smoothly, except after I formated the DVD+RW and created the UDF filesystem with the following command:
Code: Select all
dvd+rw-format /dev/hda
mkudffs /dev/hda
Code: Select all
/dev/pktcdvd/0 517M 42K 517M 1% /media/dvdrw
Code: Select all
# dvd+rw-mediainfo /dev/hda
INQUIRY: [BENQ ][DVD DD DW1620 ][B7V9]
GET [CURRENT] CONFIGURATION:
Mounted Media: 1Ah, DVD+RW
Current Write Speed: 4.0x1385=5540KB/s
Write Speed #0: 4.0x1385=5540KB/s
Write Speed #1: 2.4x1385=3324KB/s
GET [CURRENT] PERFORMANCE:
Write Performance: 4.0x1385=5540KB/s@[0 -> 264671]
Speed Descriptor#0: 00/264671 R@3.5x1385=4787KB/s W@4.0x1385=5540KB/s
Speed Descriptor#1: 00/264671 R@3.5x1385=4787KB/s W@2.4x1385=3324KB/s
READ DVD STRUCTURE[#0h]:
Media Book Type: 01h, DVD-ROM book [revision 1]
Media ID: SONY/S11
Legacy lead-out at: 264672*2KB=542048256
READ DISC INFORMATION:
Disc status: complete
Number of Sessions: 1
State of Last Session: complete
Number of Tracks: 1
BG Format Status: suspended
READ TRACK INFORMATION[#1]:
Track State: complete
Track Start Address: 0*2KB
Free Blocks: 0*2KB
Track Size: 264672*2KB
FABRICATED TOC:
Track#1 : 17@0
Track#AA : 17@264672
Multi-session Info: #1@0
READ CAPACITY: 2295104*2048=4700372992
Code: Select all
mkudffs --media-type=dvd /dev/hda

