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

Re: finalizing DVD+R media ?



Luigi Rizzo <rizzo@iet.unipi.it> wrote:

> My apologies if this is a recurrent question but some amount of
> searching of the mailing list did not bring any working solution.
>
> I have an unfinalised DVD+R media (recorded on a Philips HDD/DVD recorder)
> which I am unable to read on any of the Windows/OSX/FreeBSD machines
> I have tried. The recorder itself is however able to read data from
> the disk (a 2hr recording from TV).

This may habe different reasons:

-	The drive does not read the medium (DVD+R/RW has not the best
	quality for exchanging between different drives).

-	The OS driver tries to mount the medium from a wrong start sector #

-	The OS filesystem does not support the right UDF version for 
	real time video.

> I have unsuccessfully tried the following:
>
>     + cdrecord -fix
>     + growisofs -dvd-compat -M /dev/cd0=/dev/zero
>     + the "close.cpp" program from Andy Polyakov

If you just fixate the medium, it is unlikely that you get any advantage.

> luigi# cdrecord dev=1,0,0 -minfo
> Cdrecord-ProDVD-ProBD-Clone 2.01.01a52 (i386-unknown-freebsd7.1) Copyright (C) 1995-2008 Jörg Schilling
> scsidev: '1,0,0'
> scsibus: 1 target: 0 lun: 0
> Using libscg version 'schily-0.9'.
> Device type    : Removable CD-ROM
> Version        : 0
> Response Format: 1
> Vendor_info    : 'ASUS    '
> Identifikation : 'DRW-2014L1      '
> Revision       : '1.00'
> Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
> Using generic SCSI-3/mmc-3 DVD+R driver (mmc_dvdplusr).
> Driver flags   : NO-CD DVD MMC-3 SWABAUDIO BURNFREE 
> Supported modes: PACKET SAO LAYER_JUMP
> WARNING: Phys disk size 2295104 differs from rzone size 15872! Prerecorded disk?
> WARNING: Phys start: 196608 Phys end 2491711
> Mounted media class:      DVD
> Mounted media type:       DVD+R
> Disk Is not erasable
> data type:                standard
> disk status:              incomplete/appendable
> session status:           incomplete/appendable
> BG format status:         none
> first track:              1
> number of sessions:       1
> first track in last sess: 1
> last track in last sess:  2
> Disk Is unrestricted
> Disk type: DVD, HD-DVD or BD
>
> Track  Sess Type   Start Addr End Addr   Size
> ==============================================
>     1     1 Data   0          15871      15872
>     2     1 Data   15888      2295103    2279216
>
> Last session start address:         0
> Last session leadout start address: 2295104
> Next writable address:              1225952
> Remaining writable size:            2279216

The disk has one track that has been finished with a short lead out.
There is a second track that is currently been written to.

I cannot tell anything about the file system data structure inside
these tracks.....

readcd f=/dev/null sectors=0-15872
and 
readcd f=/dev/null sectors=15888-1225952

should both give no errors on your system.

If you verify this, then the problem is the filesystem on the medium....


Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de                (uni)  
       joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily


Reply to: