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

[GROWISOFS] Can't do multisession



Hello,
I have an external USB DVD burner SONY DRX-720UL. And I want to use growisofs :
-------------
~$ growisofs -version
* growisofs by <appro@fy.chalmers.se>, version 5.21,
 front-ending to mkisofs: mkisofs 2.01-unofficial-iconv (i686-pc-linux-gnu)
----------------

I first test growisofs onto a Sony DVD+RW 4.7Go 4x. So to do the first burn I did :
-----
$ growisofs -dvd-compat -Z /dev/sr0 -R -J .
-----
So I burned ~1.4Go of pictures (*.jpg, avi,mpeg) from my camera

Then to test the multisession I did :
------
growisofs -dvd-compat -speed=8 -R -J -M /dev/sr0 -graft-point /test/000/111/=/home/yves/wallpaper
------
And all worked good :)

Then, I want to burn it onto a DVD+R (TDK 4.7Go 8x). So I first do :
-----
$ growisofs -dvd-compat -Z /dev/sr0 -R -J .
-----
It is ok :)

But when I want to burn another things (with the -M option) I have this error :
-------
growisofs -dvd-compat -speed=8 -R -J -M /dev/sr0 -graft-point /test/000/111/=/home/yves/wallpaper
:-( media is not appendable
--------------

Here is an exemple of how I add data onto the DVD+RW and the dwd+rw-mediainfo :
---------------------------------------------
****$:/home/yves# growisofs -dvd-compat -speed=8 -R -J -M /dev/sr0 -graft-point /test/000/222/=/home/yves/wallpaper Executing 'mkisofs -R -J -C 16,715200 -M /dev/fd/3 -graft-point /test/000/222/=/home/yves/wallpaper | builtin_dd of=/dev/sr0 obs=32k seek=44700'
INFO:   ISO-8859-15 character encoding detected by locale settings.
       Assuming ISO-8859-15 encoded filenames on source filesystem,
       use -input-charset to override.
Rock Ridge signatures found
/dev/sr0: restarting DVD+RW format...
/dev/sr0: "Current Write Speed" is 4.1x1385KBps.
Total translation table size: 0
Total rockridge attributes bytes: 618789
Total directory bytes: 1146880
Path table size(bytes): 2050
Max brk space used 3e2000
717679 extents written (1401 MB)
builtin_dd: 2480*2KB out @ average 0.6x1385KBps
/dev/sr0: flushing cache
/dev/sr0: copying volume descriptor(s)
/dev/sr0: flushing cache
/dev/sr0: writing lead-out
/dev/sr0: reloading tray

***$:/home/yves# dvd+rw-mediainfo /dev/sr0
INQUIRY:                [SONY    ][DVD RW DRU-720A ][JY02]
GET [CURRENT] CONFIGURATION:
Mounted Media:         1Ah, DVD+RW
Media ID:              SONY/S11
Current Write Speed:   4.0x1385=5540KB/s
Write Speed #0:        4.0x1385=5540KB/s
GET [CURRENT] PERFORMANCE:
Write Performance:     4.0x1385=5540KB/s@[0 -> 2295103]
Speed Descriptor#0:    00/2295103 R@8.0x1385=11072KB/s W@4.0x1385=5540KB/s
READ DVD STRUCTURE[#0h]:
Media Book Type:       92h, DVD+RW book [revision 2]
Legacy lead-out at:    717680*2KB=1469808640
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:            2295104*2KB
FABRICATED TOC:
Track#1  :             14@0
Track#AA :             14@2295104
Multi-session Info:    #1@0
READ CAPACITY:          2295104*2048=4700372992
---------------------------------------------
It seems strange for me that the field 'Number of session' have only '1' as value since I burned 3 sessions on this DVD to test it ! Moreover, with the burn output '/dev/sr0: restarting DVD+RW format...', I wonder if the DVD isn't formatted each time (althought it is quick....) ?

here is the mediainfo of my DVD+R after the first burn :
-------------------------------------------
$:/home/yves# dvd+rw-mediainfo /dev/sr0
INQUIRY:                [SONY    ][DVD RW DRU-720A ][JY02]
GET [CURRENT] CONFIGURATION:
Mounted Media:         1Bh, DVD+R
Media ID:              TDK/002
Current Write Speed:   8.0x1385=11080KB/s
Write Speed #0:        8.0x1385=11080KB/s
Write Speed #1:        6.0x1385=8310KB/s
GET [CURRENT] PERFORMANCE:
Write Performance:     3.2x1385=4432KB/s@0 -> 4.7x1385=6472KB/s@704943
Speed Descriptor#0:    00/704943 R@4.7x1385=6472KB/s W@8.0x1385=11080KB/s
Speed Descriptor#1:    00/704943 R@4.7x1385=6472KB/s W@6.0x1385=8310KB/s
READ DVD STRUCTURE[#0h]:
Media Book Type:       A1h, DVD+R book [revision 1]
Legacy lead-out at:    704944*2KB=1443725312
READ DISC INFORMATION:
Disc status:           complete
Number of Sessions:    1
State of Last Session: complete
Number of Tracks:      1
READ TRACK INFORMATION[#1]:
Track State:           invisible
Track Start Address:   0*2KB
Free Blocks:           0*2KB
Track Size:            704944*2KB
ROM Compatibility LBA: 262144
FABRICATED TOC:
Track#1  :             14@0
Track#AA :             14@704944
Multi-session Info:    #1@0
READ CAPACITY:          704944*2048=1443725312
-------------------------------------------

Another strange thing : I cant do 2 dvd+rw-mediainfo one after one. I must switch off I dvd drive and switch on again to use this command with another DVD !


So could someone tell me why I can't do multisession onto DVD+R but I can onto DVD+RW ?

best regards,

--
yves piel



Reply to: