From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 18:30:49 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 2BDAB16A4CE for ; Fri, 18 Mar 2005 18:30:49 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7585F43D41 for ; Fri, 18 Mar 2005 18:30:48 +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 j2IIJjbW025637; Fri, 18 Mar 2005 19:19:45 +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 j2IIeuN27023; Fri, 18 Mar 2005 19:40:56 +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 19:30:16 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Arne "=?koi8-u?q?W=F6rner?=" Date: Fri, 18 Mar 2005 13:30:15 -0500 User-Agent: KMail/1.7.2 References: <20050318182334.95229.qmail@web41203.mail.yahoo.com> In-Reply-To: <20050318182334.95229.qmail@web41203.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503181330.16671.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 18 Mar 2005 18:30:16.0790 (UTC) FILETIME=[883AF760:01C52BE8] cc: Andy Polyakov cc: Huub Reuver 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 18:30:49 -0000 > If I may add: So we need a program, that appends ISO9660 data to > an existing file in a ufs filesystem (maybe via mdconfig)... If I had to spec it out, I'd say, it needs to be able to modify an existing iso9660 image. Ideally, I'd just be able to mount the image as a file system and have my way with it (rm/mv/cp), but that would require kernel work. A set of use-space tools like that provided by emulators/mtools for FAT filesystems would do fine. The objective, again, is to preserve the original image's many options such as, in this example, vendors' records, copyrights, bootblocks, etc. > Unfortunately growisofs cannot do that, because it wants a SCSI > device (or does somebody know how to turn a file into a faked SCSI > device?). Maybe, growisofs (maintainers CC-ed) will offer that in the future? -mi