From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 04:14:08 2005 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 5213216A4CE for ; Wed, 9 Feb 2005 04:14:08 +0000 (GMT) Received: from whoweb.com (whoweb.com [66.180.172.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AED43D49 for ; Wed, 9 Feb 2005 04:14:06 +0000 (GMT) (envelope-from mailist@whoweb.com) Received: from whoweb.com (localhost [127.0.0.1]) by whoweb.com (8.12.11/8.12.11) with ESMTP id j194FCUX042400 for ; Tue, 8 Feb 2005 23:15:12 -0500 (EST) Received: (from mailist@localhost) by whoweb.com (8.12.11/8.12.11/Submit) id j194FCZg042399 for freebsd-questions@freebsd.org; Tue, 8 Feb 2005 23:15:12 -0500 (EST) Date: Tue, 8 Feb 2005 23:15:12 -0500 (EST) From: Incoming Mail List Message-Id: <200502090415.j194FCZg042399@whoweb.com> To: freebsd-questions@freebsd.org Subject: mkisofs/growisofs directory structure 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, 09 Feb 2005 04:14:08 -0000 Is there a switch for mkisofs/growisofs that will preserve a directory structure when supplying full or partial path names? i.e. growisofs -Z /dev/cd0 -R /dir1/dir2/dir3/file1 /dir1/dir2/dir3/file2 The above example results in file1 and file2 at the root of the mount point when the DVD is mounted. I can only achieve a directory structure by specifying dir1 and dir2 as input to the command. Jon