From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 09:30:42 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 B4C0A16A4CE for ; Wed, 24 Dec 2003 09:30:42 -0800 (PST) Received: from tomoyo.MyBSD.org.my (duke.void.net.my [202.157.183.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28C343D49 for ; Wed, 24 Dec 2003 09:30:40 -0800 (PST) (envelope-from skywizard@time.net.my) Received: from kasumi (unknown [219.94.117.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id D4ED36CC1F; Thu, 25 Dec 2003 01:31:02 +0800 (MYT) Date: Thu, 25 Dec 2003 01:30:31 +0800 From: Ariff Abdullah To: Charles Howse Message-Id: <20031225013031.3c0d98f2.skywizard@time.net.my> In-Reply-To: <200312241030.36006.chowse@charter.net> References: <200312240933.44534.chowse@charter.net> <44ekuuqjlp.fsf@be-well.ilk.org> <200312241030.36006.chowse@charter.net> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dnelson@allantgroup.com cc: freebsd-questions@freebsd.org 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 17:30:42 -0000 On Wed, 24 Dec 2003 10:30:35 -0600 Charles Howse wrote: > [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 > It's obvious, you have two 'CUSTOM' files. mkisofs will pack all the files in a single root directory, hence, causing that error. Probably what you realy need is '-graft-points' to separate each directory into it's own container directory. mkisofs -U -R -o /tmp/cdimg.iso -graft-points \ curly/=/disk2/curly larry/=/disk2/larry -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4)