From owner-freebsd-questions Fri Dec 1 14:10:18 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28396 for questions-outgoing; Fri, 1 Dec 1995 14:10:18 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA28388 ; Fri, 1 Dec 1995 14:10:09 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id OAA02339; Fri, 1 Dec 1995 14:10:10 -0800 To: Basket Case cc: freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: mkisofs coredumping when attempting to write to HP SureStore 4020i In-reply-to: Your message of "Fri, 01 Dec 1995 13:44:53 EST." <199512011844.NAA03363@technix.org> Date: Fri, 01 Dec 1995 14:10:10 -0800 Message-ID: <2337.817855810@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@FreeBSD.ORG Precedence: bulk > Hi -- > > Im trying to get mkisofs to work, but with no luck. When I do: > mkisofs -o /dev/cd0a /mnt Like I told you in private email - don't do that! :-) Go to a disk file first, then help us get the WORM driver working so you can actually burn the CDs.. :) Also, the "omit version number" is mkisofs's way of saying "give me a version number, dammit!" It's not very robust, I know, but mkisofs needs a make-over. Here's the command line I use to make the FreeBSD CD: mkisofs -a -d -N -D -R -T -V "FREEBSD210A" -P "Walnut Creek CDROM 1-510-674-078 3 FAX 1-510-674-0821" -o /mnt/a/cd0 /usr/tmp/freebsd-2.1/disc1 Where /usr/tmp/freebsd-2.1/disc1 is the tree and /mnt/a/cd0 is the disk image I burn afterwards. Jordan > > (where mnt is a dos partition, 650 megs) -- I get the error message of: > assertion "omit_version_number" failed: file "mkisofs.c", line 344 > > Im using mkisofs 1.4 -- the one from ftp.freebsd.com... Am I missing somethi ng? > Im running 2.1.0-950928-SNAP on a p5/100, 3940W card, etc... > > Jon