From owner-freebsd-questions Fri Oct 4 15:29:53 2002 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 5F35137B404 for ; Fri, 4 Oct 2002 15:29:51 -0700 (PDT) Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6910C43E75 for ; Fri, 4 Oct 2002 15:29:50 -0700 (PDT) (envelope-from mbeis@wxs.nl) Received: from yokozuna.bsd ([213.10.35.60]) by smtp04.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id H3HAHP00.8C3; Sat, 5 Oct 2002 00:29:49 +0200 Date: Sat, 5 Oct 2002 00:29:48 +0200 (CEST) From: Marco Beishuizen Reply-To: Marco Beishuizen To: Kevin Oberman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: burncd error In-Reply-To: <20021004213603.31C435D04@ptavv.es.net> Message-ID: Homepage: FreeBSD: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 4 Oct 2002, the wise Kevin Oberman spoke, and said: > Sigh! Some days you just can't win. (Or type.) > > I just read my own post and realized that I messed up the second > burncd command. the commands are: > mkisofs -allow-lower-case -allow-multidot -d -L -r -o ~/newcd.iso path > burncd -f /dev/acd0c blank > burncd -s 4 -f /dev/acd0c data ~/newcd.iso fixate > ^^---Moved to the correct place! > > TGIF! > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Thanks! It worked great. I have one remark though: the option "-allow-lower-case" wasn't recognised by mkisofs. Looking at the manpage it should be "-allow-lowercase". :-) But this was of course one of those days... Eventually, I didn't use the option "-allow-lowercase", but the cd has no problems of using lowercase characters. All files I copied to the cd show up like the way they appear in FreeBSD. The remarkable thing was actually, that when I used the wrong option, mkisofs says it doesn't recognise the option, quits the program, and returns to the prompt in my xterm, but now my xterm shows up with unrecognisable characters (normally for me: root@hostname, now something like: %^(%^%(%^&()_)_*). Did I hit a bug? Marco -- Fresco's Discovery: If you knew what you were doing you'd probably be bored. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message