Date: Tue, 2 Aug 2005 09:50:03 +0930 From: Greg 'groggy' Lehey <grog@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: growisofs: no mkisofs options are permitted with =, aborting Message-ID: <20050802002003.GX75379@wantadilla.lemis.com> In-Reply-To: <20050801203145.GA830@twelvegates.homeip.net> References: <20050801203145.GA830@twelvegates.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <HL-DT-ST DVD+RW GCA-4040N/1.15> at ata1-master PIO4 > cd0 at ata1 bus 0 target 0 lun 0 > cd0: <HL-DT-ST DVD+RW GCA-4040N 1.15> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050802002003.GX75379>