public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Generate data dvd iso image with growisofs or other
@ 2005-10-26 14:34 Harry Putnam
  2005-10-26 14:54 ` Christoph Gysin
  2005-10-26 15:04 ` [gentoo-user] " Michael Kjorling
  0 siblings, 2 replies; 10+ messages in thread
From: Harry Putnam @ 2005-10-26 14:34 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Generate data dvd iso image with growisofs or other
  2005-10-26 14:34 [gentoo-user] Generate data dvd iso image with growisofs or other Harry Putnam
@ 2005-10-26 14:54 ` Christoph Gysin
  2005-10-27  0:05   ` [gentoo-user] " Harry Putnam
  2005-10-26 15:04 ` [gentoo-user] " Michael Kjorling
  1 sibling, 1 reply; 10+ messages in thread
From: Christoph Gysin @ 2005-10-26 14:54 UTC (permalink / raw
  To: gentoo-user

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" org@fr33z3
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Generate data dvd iso image with growisofs or other
  2005-10-26 14:34 [gentoo-user] Generate data dvd iso image with growisofs or other Harry Putnam
  2005-10-26 14:54 ` Christoph Gysin
@ 2005-10-26 15:04 ` Michael Kjorling
  2005-10-26 21:01   ` Philip Webb
  2005-10-27  0:07   ` Harry Putnam
  1 sibling, 2 replies; 10+ messages in thread
From: Michael Kjorling @ 2005-10-26 15:04 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2005-10-26 09:34 -0500, reader@newsguy.com 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, michael@kjorling.com - 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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Generate data dvd iso image with growisofs or other
  2005-10-26 15:04 ` [gentoo-user] " Michael Kjorling
@ 2005-10-26 21:01   ` Philip Webb
  2005-10-26 22:10     ` Neil Bothwick
  2005-10-27  0:09     ` [gentoo-user] " Harry Putnam
  2005-10-27  0:07   ` Harry Putnam
  1 sibling, 2 replies; 10+ messages in thread
From: Philip Webb @ 2005-10-26 21:01 UTC (permalink / raw
  To: gentoo-user

051026 Michael Kjorling wrote:
> On 2005-10-26 09:34 -0500, reader@newsguy.com 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 : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Generate data dvd iso image with growisofs or other
  2005-10-26 21:01   ` Philip Webb
@ 2005-10-26 22:10     ` Neil Bothwick
  2005-10-27  0:14       ` Philip Webb
  2005-10-27  0:09     ` [gentoo-user] " Harry Putnam
  1 sibling, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2005-10-26 22:10 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: Generate data dvd iso image with growisofs or other
  2005-10-26 14:54 ` Christoph Gysin
@ 2005-10-27  0:05   ` Harry Putnam
  2005-10-27  0:18     ` fire-eyes
  0 siblings, 1 reply; 10+ messages in thread
From: Harry Putnam @ 2005-10-27  0:05 UTC (permalink / raw
  To: gentoo-user

Christoph Gysin <cgysin@gmx.ch> writes:

> 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...

This will sound quite lame....  I looked for a growisofs man page and
got the report back that there was none.  A while later I though to
run growisofs --help and found very little there.

In between those two acts (about 15-20 minutes) an
   emerge -v dvd+rw-tools
was running in the background part of that time.  Apparently I tried
for the man page too soon but by the time I thought to try --help the
emerge apparently had finished. 

Anyway I was operating under the notion that growisofs had no man page
until rechecking on the strength of your post.

You are right, there is a lot to work with in there.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: Generate data dvd iso image with growisofs or other
  2005-10-26 15:04 ` [gentoo-user] " Michael Kjorling
  2005-10-26 21:01   ` Philip Webb
@ 2005-10-27  0:07   ` Harry Putnam
  1 sibling, 0 replies; 10+ messages in thread
From: Harry Putnam @ 2005-10-27  0:07 UTC (permalink / raw
  To: gentoo-user

Michael Kjorling <michael@kjorling.com> writes:

[...]

> 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:

Well that piece of info greatly simplifies things... thanks.

And for the example command lines too.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: Generate data dvd iso image with growisofs or other
  2005-10-26 21:01   ` Philip Webb
  2005-10-26 22:10     ` Neil Bothwick
@ 2005-10-27  0:09     ` Harry Putnam
  1 sibling, 0 replies; 10+ messages in thread
From: Harry Putnam @ 2005-10-27  0:09 UTC (permalink / raw
  To: gentoo-user

Philip Webb <purslow@sympatico.ca> writes:

>  2  simple follow-up questions (I'm thinking of getting a DVD drive):
> (1) which package is 'growisofs' in ?

Its in /usr/portage/app-cdr/dvd+rw-tools

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Generate data dvd iso image with growisofs or other
  2005-10-26 22:10     ` Neil Bothwick
@ 2005-10-27  0:14       ` Philip Webb
  0 siblings, 0 replies; 10+ messages in thread
From: Philip Webb @ 2005-10-27  0:14 UTC (permalink / raw
  To: gentoo-user

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 : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: Generate data dvd iso image with growisofs or other
  2005-10-27  0:05   ` [gentoo-user] " Harry Putnam
@ 2005-10-27  0:18     ` fire-eyes
  0 siblings, 0 replies; 10+ messages in thread
From: fire-eyes @ 2005-10-27  0:18 UTC (permalink / raw
  To: gentoo-user

Note: mkisofs (in cdrtools) is what you create the ISO with, growisofs
is what you use to write the iso to DVD with.

Yeah, I think "growisofs" is a confusing name, too.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-10-27  0:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-26 14:34 [gentoo-user] Generate data dvd iso image with growisofs or other Harry Putnam
2005-10-26 14:54 ` Christoph Gysin
2005-10-27  0:05   ` [gentoo-user] " Harry Putnam
2005-10-27  0:18     ` fire-eyes
2005-10-26 15:04 ` [gentoo-user] " Michael Kjorling
2005-10-26 21:01   ` Philip Webb
2005-10-26 22:10     ` Neil Bothwick
2005-10-27  0:14       ` Philip Webb
2005-10-27  0:09     ` [gentoo-user] " Harry Putnam
2005-10-27  0:07   ` Harry Putnam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox