From owner-freebsd-questions@FreeBSD.ORG Tue Aug 2 05:25:24 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 AEA7C16A41F for ; Tue, 2 Aug 2005 05:25:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED0443D45 for ; Tue, 2 Aug 2005 05:25:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B4C6C5D64; Tue, 2 Aug 2005 01:25:23 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53932-03; Tue, 2 Aug 2005 01:25:22 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-54-113.ny325.east.verizon.net [68.161.54.113]) by pi.codefab.com (Postfix) with ESMTP id 2FE015C72; Tue, 2 Aug 2005 01:25:22 -0400 (EDT) Message-ID: <42EF03C2.6060209@mac.com> Date: Tue, 02 Aug 2005 01:25:22 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Carl Delsey References: <20050801203145.GA830@twelvegates.homeip.net> <20050802002003.GX75379@wantadilla.lemis.com> <20050802050818.GA69657@localhost.local> In-Reply-To: <20050802050818.GA69657@localhost.local> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: growisofs: no mkisofs options are permitted with =, aborting 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, 02 Aug 2005 05:25:24 -0000 Carl Delsey wrote: > On Tue, Aug 02, 2005 at 09:50:03AM +0930, Greg 'groggy' Lehey wrote: [ ... ] >>>growisofs -Z /dev/cd0=image.iso >> >>The version of growisofs that I use doesn't have a -Z option. From a >>system that does: >> >> -Z /dev/dvd >> Burn an initial session to the selected device. A special form >> of this option is recognized to support burning of pre-mastered >> images. See EXAMPLES section for further details. >> >>Is this your intention? If so, it seems that you're not sticking to >>the syntax. > > It's valid syntax ... just not documented in the man page. You have to > go out to the website to find out about it. Look just before the NOTES section of the manpage: " To use growisofs to write a pre-mastered ISO-image to a DVD: growisofs -dvd-compat -Z /dev/dvd=image.iso where image.iso represents an arbitrary object in the filesystem, such as file, named pipe or device entry. Nothing is growing here and com- mand name is not intuitive in this context." -- -Chuck