Re: Strange behaviour of growisofs -Z option

2004-11-28 Thread scdbackup
Hi Andy, > > that i'm trying to reach Jean-Pierre about his growisofs > > issues (curent state: -use-the-force-luke did help to > > make -Z work with used "Restricted Overwrite" DVD-RW). > Oh! Does it mean that you can confirm that it's specific to DVD-RW > Restricted Overwrite, bit not DVD+RW? A

Re: Strange behaviour of growisofs -Z option

2004-11-28 Thread Andy Polyakov
PS: My apologies to the list. This is the second day that i'm trying to reach Jean-Pierre about his growisofs issues (curent state: -use-the-force-luke did help to make -Z work with used "Restricted Overwrite" DVD-RW). Oh! Does it mean that you can confirm that it's specific to DVD-RW Restricted O

Re: Strange behaviour of growisofs -Z option

2004-11-28 Thread Andy Polyakov
growisofs -Z $DEV -R -J $FILE_TO_BURN if [$? != 0 ] then severe_error RETVAL=1 fi } "severe_error" is my error handling routine, coming from another script which is "sourced" by the burning script. Okay. Now, if I run this script on a newly formatted (in "restricted" mode) support, everythi

Re: Strange behaviour of growisofs -Z option

2004-11-28 Thread scdbackup
Hi Jean-Pierre, [EMAIL PROTECTED] is blocked out by your mail provider. I got this rejection message forwarded by mail provider: <[EMAIL PROTECTED]>: 193.252.22.78_does_not_like_recipient./Remote_host_said: _550_<[EMAIL PROTECTED]>:_Sender_address_rejected: _unauthorized_sender/Giving_up_on_193.

Re: Strange behaviour of growisofs -Z option

2004-11-27 Thread scdbackup
Hi Jean-Pierre, [EMAIL PROTECTED] is blocked out by your mail provider. I got this rejection message forwarded by mail provider: <[EMAIL PROTECTED]>: 193.252.22.78_does_not_like_recipient./Remote_host_said: _550_<[EMAIL PROTECTED]>:_Sender_address_rejected: _unauthorized_sender/Giving_up_on_193.

Re: Strange behaviour of growisofs -Z option

2004-11-17 Thread scdbackup
> growisofs -Z $DEV -R -J $FILE_TO_BURN > ... > Now, if I run this script on a newly formatted (in "restricted" mode) > support, everything is fine. > But if I run this script again, on the same support, freshly burned, > 1- I get a lot of mkisofs errors complaining about too long file names > ("Jo

Strange behaviour of growisofs -Z option

2004-11-17 Thread Jean-Pierre Turchi
Hi all ! I use a script for backups, on a noname dvd burner (mediainfo give : INQUIRY:[DVDRW ][IDE1008 ][0052] Media ID: OPTODISCW002 ) dvd+rw-tools version is 5.20, machine is debian-based 2.6.9 kernel. My script looks like that (part of) : DEV=/dev/hdc FI