Re: [gentoo-user] Generate data dvd iso image with growisofs or other

2005-10-26 Thread Philip Webb
051026 Neil Bothwick wrote:
> On Wed, 26 Oct 2005 17:01:08 -0400, Philip Webb wrote:
>> (1) which package is 'growisofs' in ?
> app-cdr/dvd+rw-tools
>> (2) is the actual writing speed faster with DVD's than CD's ?
>> they hold a lot more data, but is writing-time proportional to content ?
> Yes it is. 1X on a CD is 172KB/s, 1X on a DVD is 1385KB/s.
> So 8X DVD is equivalent to around 64X CD writing.
> It still takes longer to write a DVD than a CD on most drives,
> but nowhere near seven times as long.

Thanks: that's very useful & will be archived for when I get a DVD drive.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Generate data dvd iso image with growisofs or other

2005-10-26 Thread Neil Bothwick
On Wed, 26 Oct 2005 17:01:08 -0400, Philip Webb wrote:

> (1) which package is 'growisofs' in ?

app-cdr/dvd+rw-tools

> (2) is the actual writing speed faster with DVD's than CD's ?
> they hold a lot more data, but is writing-time proportional to
> content ?

Yes it is. 1X on a CD is 172KB/s, 1X on a DVD is 1385KB/s. So 8X DVD is
equivalent to around 64X CD writing. It still takes longer to write a DVD
than a CD on most drives, but nowhere near seven times as long.


-- 
Neil Bothwick

Nymphomania-- an illness you hear about but never encounter.


signature.asc
Description: PGP signature


Re: [gentoo-user] Generate data dvd iso image with growisofs or other

2005-10-26 Thread Philip Webb
051026 Michael Kjorling wrote:
> On 2005-10-26 09:34 -0500, [EMAIL PROTECTED] wrote:
>> I'm having trouble digging out of google and growisofs --help
>> how to create a dvd data image.
> There is nothing special about a DVD ISO.

-- useful advice snipped after archiving --

> see growisofs man page

 2  simple follow-up questions (I'm thinking of getting a DVD drive):
(1) which package is 'growisofs' in ?
(2) is the actual writing speed faster with DVD's than CD's ?
they hold a lot more data, but is writing-time proportional to content ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Generate data dvd iso image with growisofs or other

2005-10-26 Thread Michael Kjorling
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-10-26 09:34 -0500, [EMAIL PROTECTED] wrote:
> I'm having trouble digging out of google and growisofs --help how to
> create a dvd data image.  growisofs --help give very little to work
> with but the reference to mkisofs lead me to man mkisofs where I find
> out how to make a video dvd but still not clear what cmdline is
> required for data dvd.

There is nothing special about a DVD ISO. Just make an ISO
9660-compatible image with whatever data you want (in fact, neither a
DVD nor CD needs to contain a ISO 9660 file system at all). I usually
do something very similar to:

mkisofs -o dvdimage.iso -J -r datadir/

Then you can burn this "pre-mastered" image using (see growisofs man
page):

growisofs -dvd-compat -Z /dev/dvd=dvdimage.iso

This should be roughly equivalent to:

growisofs -dvd-compat -Z /dev/dvd -J -r datadir/

- -- 
Michael Kjörling, [EMAIL PROTECTED] - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* . No bird soars too high if he soars with his own wings . *
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDX5r0dY+HSb3praYRAtPbAJ4xaRTs/b76skHdmX9+uSVBE25ohQCeMRzu
pxvKikNC77DKK4Zr0AW5KxA=
=quU+
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Generate data dvd iso image with growisofs or other

2005-10-26 Thread Christoph Gysin

Harry Putnam wrote:

I'm having trouble digging out of google and growisofs --help how to
create a dvd data image.  growisofs --help give very little to work
with...


Maybe you should take a look at the man page? There is a nice EXAMPLE section...

Christoph
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Generate data dvd iso image with growisofs or other

2005-10-26 Thread Harry Putnam
I'm having trouble digging out of google and growisofs --help how to
create a dvd data image.  growisofs --help give very little to work
with but the reference to mkisofs lead me to man mkisofs where I find
out how to make a video dvd but still not clear what cmdline is
required for data dvd.

Anyone here know a cmdline for creating a data dvd iso image on disk?

-- 
gentoo-user@gentoo.org mailing list