From owner-freebsd-questions Thu Apr 11 7:30:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id 6041E37B405 for ; Thu, 11 Apr 2002 07:30:15 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g3BEOsD00256 for ; Thu, 11 Apr 2002 10:24:54 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Thu, 11 Apr 2002 10:24:54 -0400 (EDT) From: Fuzzy To: freebsd-questions@FreeBSD.ORG Subject: how to setup a filesystem in a file Message-ID: X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to build a filesystem to be copied to a cd-r with a ATAPI cd-rw drive. I thought: dd if=/dev/zero of=/backup/cd-image1 bs=1024 count=640 newfs /backup/cd-image1 mount ?? how do I mount the filesystem in the file? or is there a better way. I have a number of tgz files I want to preserve on a cd-r. thanks Fuzzy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message