From: Michael Kjorling <michael@kjorling.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Generate data dvd iso image with growisofs or other
Date: Wed, 26 Oct 2005 15:04:20 +0000 [thread overview]
Message-ID: <435f9af4.4aaec3f1@vuk.kjorling.com> (raw)
In-Reply-To: <87ek68l545.fsf@newsguy.com>
-----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
next prev parent reply other threads:[~2005-10-26 15:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Michael Kjorling [this message]
2005-10-26 21:01 ` [gentoo-user] " 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=435f9af4.4aaec3f1@vuk.kjorling.com \
--to=michael@kjorling.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox