Mailinglist Archive: packet-writing (23 mails)

< Previous Next >
Re: Hi Speed DVD-RW
  • From: Michel Vaillancourt <misha@xxxxxxxxxxx>
  • Date: Tue, 1 Aug 2006 01:27:22 +0000 (UTC)
  • Message-id: <44CEAD7B.1030504@xxxxxxxxxxx>
Gustavo Guillermo Pérez wrote:
> Hello, a new disk from ri-data (ritek) 6X speed -rw
> fine with dvdrwtools, it does not come in +rw on my store :( anyway I'll try
> with an empty loop formated, burning over it.

Hi, Gustavo!

> --------------log-------------
> tuxmaniaco ~ # dvd+rw-format -f /dev/dvdrw
> * DVD±RW/-RAM format utility by <appro@xxxxxxxxxxxxxx>, version 6.1.
> * 4.7GB DVD-RW media in Restricted Overwrite mode detected.
> * formatting 100.0\

This is correct.

> tuxmaniaco ~ # cdrwtool -q -d /dev/pktcdvd/pktcdvd0
> using device /dev/pktcdvd/pktcdvd0
> open cdrom device: Input/output error

The "cdrwtool" is just for CD-RWs... you don't need it for DVD+RW drives.

> tuxmaniaco ~ # dmesg | tail -n 10
> UDF-fs: No partition found (1)
> attempt to access beyond end of device
> hdc: rw=0, want=68, limit=4
> isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
> pktcdvd: writer pktcdvd0 mapped to hdc
> pktcdvd: pkt_get_last_written failed
> pktcdvd: pkt_get_last_written failed
> pktcdvd: pkt_get_last_written failed
> pktcdvd: pkt_get_last_written failed
> pktcdvd: pkt_get_last_written failed
> tuxmaniaco ~ #

... this is because your machine can't actually *find* a CD-RW drive in the machine to write to.

> mkudffs --u16 --lvid=GUSBKP2006 --fsid=GUSBKP2006 --vid=GUS2006BKP /dev/pktcdvd/pktcdvd0
> trying to change type of multiple extents
> tuxmaniaco ~ # mkudffs --u16 /dev/pktcdvd/pktcdvd0
> trying to change type of multiple extents

What works for me is:

dvd+rw-format -force /dev/hdc
pktsetup pktcdvd0 /dev/hdc
mkudffs --media-type=dvd --udfrev=0x0150 /dev/pktcdvd/pktcdvd0
mount -t udf -o rw,noatime /dev/pktcdvd/pktcdvd0 /media/dvdram/

'/dev/hdc' is, of course, the location of my DVD+RW drive. I have that in a shell script I run the first time I put a new disk into the drive and it sets everything up just nice. Best of luck!
--
-- Michel Vaillancourt
Wolfstar Systems



< Previous Next >
List Navigation
This Thread