From owner-freebsd-questions@FreeBSD.ORG Tue Aug 2 00:20:05 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 97CD916A41F for ; Tue, 2 Aug 2005 00:20:05 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id F315B43D49 for ; Tue, 2 Aug 2005 00:20:04 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id F30B584F77; Tue, 2 Aug 2005 09:50:03 +0930 (CST) Date: Tue, 2 Aug 2005 09:50:03 +0930 From: Greg 'groggy' Lehey To: freebsd-questions@freebsd.org Message-ID: <20050802002003.GX75379@wantadilla.lemis.com> References: <20050801203145.GA830@twelvegates.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eLx2Oic5rP1+EtIt" Content-Disposition: inline In-Reply-To: <20050801203145.GA830@twelvegates.homeip.net> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 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 00:20:05 -0000 --eLx2Oic5rP1+EtIt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 1 August 2005 at 22:31:45 +0200, Hanspeter Roth wrote: > > Hello, > > I'm trying to burn an iso image onto a DVD+RW. > I'm trying: > > 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. > This yields: > > growisofs: no mkisofs options are permitted with =, aborting... > > `dmesg | grep cd0` is: > > acd0: CDRW at ata1-master PIO4 > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 16.000MB/s transfers > cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed This doesn't tell me whether you have a /dev/cd0 or not. That depends on the release of FreeBSD. Use 'ls -l /dev/cd0' and check that it's a character device. You should see: crw-r----- 1 root operator 4, 28 Jun 25 21:11 /dev/cd0 Older systems have: brw-r----- 1 root operator 6, 0 Aug 26 2000 /dev/cd0a brw-r----- 1 root operator 6, 2 Aug 26 2000 /dev/cd0c Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. --eLx2Oic5rP1+EtIt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC7rwzIubykFB6QiMRAvr6AJwN3tGcf5hMCxx1Cm9gHKXNr1cwUwCeP4j5 AWtXyplNgkh25LbvNNVufWc= =8O1I -----END PGP SIGNATURE----- --eLx2Oic5rP1+EtIt--