From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 07:34:25 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 AD94E16A4CE for ; Wed, 24 Dec 2003 07:34:25 -0800 (PST) Received: from mxsf10.cluster1.charter.net (mxsf10.cluster1.charter.net [209.225.28.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E00C43D1D for ; Wed, 24 Dec 2003 07:34:24 -0800 (PST) (envelope-from chowse@charter.net) Received: from moe.howse.homeunix.net (midsouth-24-151-208-111.westtn.chartertn.net [24.151.208.111]) hBOFXjPx063147 for ; Wed, 24 Dec 2003 10:33:45 -0500 (EST) (envelope-from chowse@charter.net) From: Charles Howse To: FBSD Questions Date: Wed, 24 Dec 2003 09:33:44 -0600 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312240933.44534.chowse@charter.net> Subject: 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 15:34:25 -0000 Hi, I have some directories that I need to include in a .iso file. I've followed the online Handbook section 12.5.2, and read man mkisofs. The directories each have the file CUSTOM in them. That causes mkisofs to error: [root@moe ~]# mkisofs -U -R -o /tmp/cdimg.iso /disk2/curly /disk2/larry Warning: creating filesystem that does not conform to ISO-9660. Using CUSTOM000 for /CUSTOM (CUSTOM) mkisofs: Error: '/disk2/larry/CUSTOM' and '/disk2/curly/CUSTOM' have the same Rock Ridge name 'CUSTOM'. mkisofs: Error: '/disk2/larry/CUSTOM' and '/disk2/curly/CUSTOM' have the same Rock Ridge name 'CUSTOM'. mkisofs: Unable to sort directory What are the proper options for mkisofs so that I can have identical filenames in different directories? -- Thanks, Charles http://howse.homeunix.net:8080 Random Murphy's Law: Real programmers drink too much coffee so that they will always seem tense and overworked.