From owner-freebsd-questions@FreeBSD.ORG Fri Dec 4 04:07:54 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4407C106566C for ; Fri, 4 Dec 2009 04:07:54 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0664A8FC0C for ; Fri, 4 Dec 2009 04:07:53 +0000 (UTC) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id nB444WZ0051490; Thu, 3 Dec 2009 23:04:32 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nB444WfJ051489; Thu, 3 Dec 2009 23:04:32 -0500 (EST) (envelope-from jerrymc) Date: Thu, 3 Dec 2009 23:04:32 -0500 From: Jerry McAllister To: Nerius Landys Message-ID: <20091204040432.GB51425@gizmo.acns.msu.edu> References: <560f92640912031527mfe85d70j40e4bc75aa33d85@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <560f92640912031527mfe85d70j40e4bc75aa33d85@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: Mount dump0 as ISO9660 filesystem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2009 04:07:54 -0000 On Thu, Dec 03, 2009 at 03:27:48PM -0800, Nerius Landys wrote: > I heard somewhere that you can mount a dump as an ISO9660 filesystem, > but I cannot find any Google answers on this subject. I have never heard of this. You can put a dump in an ISO, but I don't think a dump is directly mountable. I think you have to create the ISO with the normal makeiso. Then, it might be mountable. But, I could be wrong. ////jerry > I took my dump > in the following fashion: > > dump -0Lan -C 16 -f - /usr | gzip -2 | > > So, I have a file named dump0-var.gz. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"