Re: growisofs minus_rw_quickgrow question

2004-04-03 Thread Andy Polyakov
Good point, just that all the knowledge of UDF, programming skills and an effort have been contributed in dvdauthor. It generates IFO and so on necessaries. Keep in mind that I'm not an expert in DVD-Video authoring and I never even used dvdauthor in particular. I can tell what growisofs

Re: growisofs minus_rw_quickgrow question

2004-04-03 Thread Andy Polyakov
Good point, just that all the knowledge of UDF, programming skills and an effort have been contributed in dvdauthor. It generates IFO and so on necessaries. Keep in mind that I'm not an expert in DVD-Video authoring and I never even used dvdauthor in particular. I can tell what growisofs

Re: growisofs minus_rw_quickgrow question

2004-04-02 Thread Andy Polyakov
This is all worked, but it won?t work. Exactly because what you said, I need to generate the superblock and directory structure, but this have to be based on what I have been recorded on the DVD. Those are the parts I need help. Does anyone can tell me how to generate directory structure

Re: growisofs minus_rw_quickgrow question

2004-04-02 Thread chen zhao
] CC: [EMAIL PROTECTED] Subject: Re: growisofs minus_rw_quickgrow question Date: Fri, 02 Apr 2004 12:37:15 +0200 This is all worked, but it won?t work. Exactly because what you said, I need to generate the superblock and directory structure, but this have to be based on what I have been

Re: growisofs minus_rw_quickgrow question

2004-04-02 Thread Andy Polyakov
This is all worked, but it won?t work. Exactly because what you said, I need to generate the superblock and directory structure, but this have to be based on what I have been recorded on the DVD. Those are the parts I need help. Does anyone can tell me how to generate directory structure

Re: growisofs minus_rw_quickgrow question

2004-04-01 Thread chen zhao
how to generate directory structure on DVD based on what have been recorded? Thanks, Chen From: Andy Polyakov [EMAIL PROTECTED] To: chen zhao [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: growisofs minus_rw_quickgrow question Date: Tue, 30 Mar 2004 22:35:05 +0200 # cat tmp/VIDEO_TS

Re: growisofs minus_rw_quickgrow question

2004-04-01 Thread chen zhao
to generate directory structure on DVD based on what have been recorded? Thanks, Chen From: Andy Polyakov [EMAIL PROTECTED] To: chen zhao [EMAIL PROTECTED] CC: cdwrite@other.debian.org Subject: Re: growisofs minus_rw_quickgrow question Date: Tue, 30 Mar 2004 22:35:05 +0200 # cat tmp/VIDEO_TS

Re: growisofs minus_rw_quickgrow question

2004-03-30 Thread Andy Polyakov
# cat tmp/VIDEO_TS/* | growisofs -use-the-force-luke=0 -Z /dev/dvd=/dev/fd/0 Executing 'builtin_dd if=/dev/fd/0 of=/dev/dvd obs=32k seek=0' However, I can't even mount it back, # mount /dev/dvd -t udf /mnt/dvd What makes a disk mountable? Sane superblock at predefined offset which usually

Re: growisofs minus_rw_quickgrow question

2004-03-30 Thread Andy Polyakov
# cat tmp/VIDEO_TS/* | growisofs -use-the-force-luke=0 -Z /dev/dvd=/dev/fd/0 Executing 'builtin_dd if=/dev/fd/0 of=/dev/dvd obs=32k seek=0' However, I can't even mount it back, # mount /dev/dvd -t udf /mnt/dvd What makes a disk mountable? Sane superblock at predefined offset which usually

Re: Re: growisofs minus_rw_quickgrow question

2004-03-25 Thread chen zhao
PROTECTED] To: chen zhao [EMAIL PROTECTED], [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: growisofs minus_rw_quickgrow question Date: Wed, 24 Mar 2004 23:49:28 +0100 On Wed 24 March 2004 23:18, chen zhao wrote: Andy, snip Can you please explain what happened, thanks in advance, Chen You

Re: growisofs minus_rw_quickgrow question

2004-03-25 Thread chen zhao
quickgrow session, either. So, I'm still confused with -use-the-force-luke and quick grow. Thanks, Chen From: Lourens Veen [EMAIL PROTECTED] To: chen zhao [EMAIL PROTECTED], [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: growisofs minus_rw_quickgrow question Date: Wed, 24 Mar 2004 23:49:28

Re: growisofs minus_rw_quickgrow question

2004-03-25 Thread chen zhao
quickgrow session, either. So, I'm still confused with -use-the-force-luke and quick grow. Thanks, Chen From: Lourens Veen [EMAIL PROTECTED] To: chen zhao [EMAIL PROTECTED], [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: growisofs minus_rw_quickgrow question Date: Wed, 24 Mar 2004 23:49:28

Re: Re: growisofs minus_rw_quickgrow question

2004-03-25 Thread chen zhao
PROTECTED] To: chen zhao [EMAIL PROTECTED], [EMAIL PROTECTED] CC: cdwrite@other.debian.org Subject: Re: growisofs minus_rw_quickgrow question Date: Wed, 24 Mar 2004 23:49:28 +0100 On Wed 24 March 2004 23:18, chen zhao wrote: Andy, snip Can you please explain what happened, thanks in advance, Chen

Re: growisofs minus_rw_quickgrow question

2004-03-24 Thread chen zhao
in advance, Chen From: Andy Polyakov [EMAIL PROTECTED] To: chen zhao [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: growisofs minus_rw_quickgrow question Date: Sat, 06 Mar 2004 10:02:37 +0100 I was trying to write arbitrary files to DVD-RW using growisofs. When I use

Re: growisofs minus_rw_quickgrow question

2004-03-24 Thread Lourens Veen
On Wed 24 March 2004 23:18, chen zhao wrote: Andy, snip Can you please explain what happened, thanks in advance, Chen You create a disk with growISOfs, and then try to mount it as a UDF filesystem. That's not going to work. growisofs makes ISO9660 filesystems, so you should mount with -t

Re: growisofs minus_rw_quickgrow question

2004-03-24 Thread chen zhao
in advance, Chen From: Andy Polyakov [EMAIL PROTECTED] To: chen zhao [EMAIL PROTECTED] CC: cdwrite@other.debian.org Subject: Re: growisofs minus_rw_quickgrow question Date: Sat, 06 Mar 2004 10:02:37 +0100 I was trying to write arbitrary files to DVD-RW using growisofs. When I use

Re: growisofs minus_rw_quickgrow question

2004-03-24 Thread Lourens Veen
On Wed 24 March 2004 23:18, chen zhao wrote: Andy, snip Can you please explain what happened, thanks in advance, Chen You create a disk with growISOfs, and then try to mount it as a UDF filesystem. That's not going to work. growisofs makes ISO9660 filesystems, so you should mount with -t

Re: growisofs minus_rw_quickgrow question

2004-03-06 Thread Andy Polyakov
I was trying to write arbitrary files to DVD-RW using growisofs. When I use dumpsomething | growisofs -use-the-force-luke=seek:N -Z /dev/dvd=/dev/fd/0, the DVD can not be play back. I think it was because the media wasn't closed, Define can not be played back. Point is that

growisofs minus_rw_quickgrow question

2004-03-04 Thread chen zhao
Hello, I was trying to write arbitrary files to DVD-RW using growisofs. When I use dumpsomething | growisofs -use-the-force-luke=seek:N -Z /dev/dvd=/dev/fd/0, the DVD can not be play back. I think it was because the media wasn't closed, but I don't know how to set quickgrown=1 to active

growisofs minus_rw_quickgrow question

2004-03-04 Thread chen zhao
Hello, I was trying to write arbitrary files to DVD-RW using growisofs. When I use dumpsomething | growisofs -use-the-force-luke=seek:N -Z /dev/dvd=/dev/fd/0, the DVD can not be play back. I think it was because the media wasn't closed, but I don't know how to set quickgrown=1 to active