From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 17:00:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E00C16A44C for ; Tue, 23 Aug 2005 17:00:46 +0000 (GMT) (envelope-from michael.sherman@og.ge.com) Received: from ext-nj2ut-5.online-age.net (ext-nj2ut-5.online-age.net [64.14.54.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EBB43D46 for ; Tue, 23 Aug 2005 17:00:42 +0000 (GMT) (envelope-from michael.sherman@og.ge.com) Received: from int-nj2ut-2.online-age.net (int-nj2ut-2.online-age.net [3.159.237.71]) by ext-nj2ut-5.online-age.net (8.12.11/8.12.10/20050401-SVVS) with ESMTP id j7NGlceJ014769 for ; Tue, 23 Aug 2005 11:47:40 -0500 Received: from cinmlef04.e2k.ad.ge.com (localhost.localdomain [127.0.0.1]) by int-nj2ut-2.online-age.net (8.11.6/8.11.6/20050510-SVVS) with ESMTP id j7NGmJm16340 for ; Tue, 23 Aug 2005 11:48:19 -0500 Received: from SCHMLVEM04.e2k.ad.ge.com ([3.159.169.54]) by cinmlef04.e2k.ad.ge.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 23 Aug 2005 13:00:36 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Aug 2005 13:00:35 -0400 Message-ID: <9CC5C6311E4BBB45BF135CAF2B9B6DB40229B507@SCHMLVEM04.e2k.ad.ge.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: DVD image making utility, equivalent to mkisofs Thread-Index: AcWoBCyLa3tmA212RjKawdJEOmULHw== From: "Sherman, Michael \(GE Energy\)" To: X-OriginalArrivalTime: 23 Aug 2005 17:00:36.0846 (UTC) FILETIME=[2ECD28E0:01C5A804] Cc: Mario Hoerich Subject: DVD image making utility, equivalent to mkisofs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 17:00:46 -0000 The port sysutils/dvd+rw-tools provides growisofs, which should do the trick. HTH, Mario As far as I could derive from growisofs' man page, it only writes data = out to a DVD, not to an image.