From owner-freebsd-questions@FreeBSD.ORG Wed May 19 17:16:07 2004 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 5054616A4CE for ; Wed, 19 May 2004 17:16:07 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E509943D39 for ; Wed, 19 May 2004 17:16:06 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i4K0FoO6007749; Wed, 19 May 2004 18:15:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i4K0FnoC007731; Wed, 19 May 2004 18:15:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 19 May 2004 18:15:49 -0600 (MDT) From: Warren Block To: =?iso-8859-1?q?Stephen=20Liu?= In-Reply-To: <20040519141221.82309.qmail@web40312.mail.yahoo.com> Message-ID: <20040519180816.Y83258@wonkity.com> References: <20040519141221.82309.qmail@web40312.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Creating ISO image question (PROBLEM SOLVED) 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: Thu, 20 May 2004 00:16:07 -0000 On Wed, 19 May 2004, [iso-8859-1] Stephen Liu wrote: > I don't expect it would be so complicate on FreeBSD. > It is rather simple on Linux. But mkisofs is the same on both. > SOLUTION; > > $ mkisofs -U -R -o cdimage.raw -graft-points \ > usr/home/user-A/document-AAA/=/usr/home/user-A/document-AAA > > 2 (two) folders then created; > > 1) user. Under this folder > usr/home/user-A/document-AAA/subdirectories+files > (full path) > 2) rr_remove This is an empty folder > > I don't know how to get rid of the empty folder > 'rr_remove'. If no solution I will burn a CD to test See the option called '-hide-rr-moved' in the mkisofs man page. -Warren Block * Rapid City, South Dakota USA