From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 10:47:27 2003 Return-Path: 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 7160816A4E3 for ; Wed, 24 Dec 2003 10:47:27 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5E643D31 for ; Wed, 24 Dec 2003 10:47:26 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id 8DCA166; Wed, 24 Dec 2003 13:47:25 -0500 (EST) Sender: lowell@be-well.ilk.org To: Charles Howse References: <200312240933.44534.chowse@charter.net> <44ekuuqjlp.fsf@be-well.ilk.org> <200312241030.36006.chowse@charter.net> From: Lowell Gilbert Date: 24 Dec 2003 13:47:25 -0500 In-Reply-To: <200312241030.36006.chowse@charter.net> Message-ID: <4465g66ojm.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FBSD Questions Subject: Re: mkisofs options question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 18:47:27 -0000 Charles Howse writes: > -rw-r--r-- 1 root wheel - 9839 Dec 24 02:09 CUSTOM Oh. I thought those "CUSTOM" entries were directories. Never mind my confusion. Try to picture what's happening: It's creating a root directory for the CD-ROM, and you're telling it to put in the contents of two different directories. Both of those directories have a file by the name of "CUSTOM". Which one is it supposed to use? It can't tell, so it throws up its hands, gives up, and complains. One way you could handle this is by making each of your candidate directories a sub-directory on the CD-ROM. mkisofs has a concept of "graft points" which may be the easiest way to do this. The syntax would be something like: mkisofs -U -R curly/=/disk2/curly larry/=/disk2/larry [untested]