From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 11:34:42 2004 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 9A1C016A4CE for ; Thu, 25 Nov 2004 11:34:42 +0000 (GMT) Received: from mail.u4eatech.com (blackhole.u4eatech.com [195.188.241.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4972243D1D for ; Thu, 25 Nov 2004 11:34:42 +0000 (GMT) (envelope-from richard.williamson@u4eatech.com) Received: by mail.u4eatech.com (Postfix, from userid 503) id 2FBD1360054; Thu, 25 Nov 2004 11:34:41 +0000 (GMT) Received: from crater.u4eatech.com (mir.degree2.com [172.30.40.201]) by mail.u4eatech.com (Postfix) with ESMTP id 38A26360010; Thu, 25 Nov 2004 11:34:39 +0000 (GMT) Message-Id: <6.1.2.0.2.20041125113137.0272e9a0@cygnus> X-Sender: richard@cygnus (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 25 Nov 2004 11:32:40 +0000 To: Giorgos Keramidas , freebsd-questions@freebsd.org From: Richard Williamson In-Reply-To: <20041125112057.GA5113@orion.daedalusnetworks.priv> References: <6.1.2.0.2.20041124163028.0273b990@cygnus> <20041125112057.GA5113@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on mail X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 Subject: Re: what is the bsd fs called outside the bsd sphere? 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: Thu, 25 Nov 2004 11:34:42 -0000 At 11:20 25/11/2004, you wrote: >Use the -O 1 option of newfs when you create the filesystem of the >flash card on FreeBSD. Otherwise, it may be newfs'd to UFS2 which >the rest of the world doesn't really grok, yet. _that's_ where I probably went wrong. Ok, I'll recreate the original flash image to ensure it is -O 1, and then try again. Thanks! Richard