From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 17:52:19 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A22C16A4CE; Fri, 18 Mar 2005 17:52:19 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D6743D5A; Fri, 18 Mar 2005 17:52:18 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j2IHfGbW023801; Fri, 18 Mar 2005 18:41:16 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j2II2Mx25061; Fri, 18 Mar 2005 19:02:25 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 18 Mar 2005 18:51:42 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Brian Reichert Date: Fri, 18 Mar 2005 12:51:42 -0500 User-Agent: KMail/1.7.2 References: <200503171502.18784.mi+mx@aldan.algebra.com> <20050318172205.GY50093@numachi.com> In-Reply-To: <20050318172205.GY50093@numachi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503181251.43291.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 18 Mar 2005 17:51:43.0212 (UTC) FILETIME=[253AFAC0:01C52BE3] cc: questions@freebsd.org cc: multimedia@freebsd.org Subject: Re: adding a directory to a CD-image (.iso) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 17:52:19 -0000 > > I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb. > > > > Before burning it to a DVD, I'd like to add a directory to the image. Is > > there a way to do it with tools available on FreeBSD -- mkisofs, > > growisofs, etc? > > > > I don't want to recreate the main image from scratch, as I'm sure, I'll > > get the options wrong and it will not boot :-) Can I just add a directory > > to the existing iso9660 filesystem? > Would mounting it with vnconfig let you do this? I've never tried, > myself... Well, yes, this is how I get to read the CD-image without burning it first. But that is a read-only thing. I need to modify an existing image -- add a directory tree to it... -mi