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

Re: Fuji Film DVD's don't work with growisofs and sony dru500



>>>>> "Andy" == Andy Polyakov <appro@fy.chalmers.se> writes:

 >> Would "growisofs -M /dev/scd0=/dev/zero" be the best way? Could
 >> add additional material to the disk since it is open?

 Andy> It's totally up to you. Either would do the job. growisofs
 Andy> doesn't let you just close the media without filling it up,
 Andy> because DVD-ROM compatibility of such media would be
 Andy> permanently limited (see dvd+rw-tools page for details). You
 Andy> either have to close first session with -dvd-compat option or
 Andy> fill the media up if you've missed -dvd-compat in first place.
 Andy> A.

When the disk was made the "-dvd-compat" option was used but
apparently did not finalize the disk. 

Just tried the following command, and got an error that I have not
seen before and is not on the mail list archives.

$ growisofs -M /dev/dvd=/dev/zero
:-( last session is not empty

I checked the code that causes this error, and it is beyond my limited
skills. 


    if (((disc_info[2]>>2)&3) != 0)
    fprintf (stderr,":-( last session is not empty\n"),
    exit(FATAL_START(EMEDIUMTYPE));


It appears that I cannot close the session. The disk works fine in the
sony dru500 drive but does NOT work in my sony dvd player. Any other way
to close a session. 

Tried again with
$ growisofs -dvd-compat -speed=1 -Z /dev/dvd -dvd-video DVD
WARNING: /dev/dvd already carries isofs!
About to execute 'mkisofs -dvd-video DVD | builtin_dd of=/dev/dvd obs=32k seek=0'
/dev/dvd: "Current Write Speed" is 2.0x1385KBps.
:-[ WRITE@LBA=0h failed with SK=5h/ASC=24h/ACQ=00h]: Input/output error
:-( write failed: Input/output error

Thanks

$ dvd+rw-mediainfo /dev/dvd
INQUIRY:                [SONY    ][DVD RW DRU-500A ][2.0h]
GET [CURRENT] CONFIGURATION:
 Mounted Media:         1Bh, DVD+R
 Media ID:              RICOHJPN/R00
 Current Write Speed:   2.4x1385=3324KB/s
 Write Speed #0:        2.4x1385=3324KB/s
 Write Speed #1:        2.0x1385=2770KB/s
 Speed Descriptor#0:    00/2295103 R@2.4x1385=3324KB/s W@2.4x1385=3324KB/s
 Speed Descriptor#1:    00/2295103 R@2.4x1385=3324KB/s W@2.0x1385=2770KB/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:       A1h, DVD+R book [revision 1]
 Legacy lead-out at:    2295104*2KB=4700372992
READ DISC INFORMATION:
 Disc status:           appendable
 Number of Sessions:    1
 State of Last Session: incomplete
 "Next" Track:          1
 Number of Tracks:      2
READ TRACK INFORMATION[#1]:
 Track State:           complete
 Track Start Address:   0*2KB
 Free Blocks:           0*2KB
 Track Size:            1959888*2KB
READ TRACK INFORMATION[#2]:
 Track State:           blank
 Track Start Address:   1959904*2KB
 Next Writable Address: 1959904*2KB
 Free Blocks:           335200*2KB
 Track Size:            335200*2KB



Reply to: