From owner-freebsd-questions@FreeBSD.ORG Thu Apr 30 15:11:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C958910656A8 for ; Thu, 30 Apr 2009 15:11:50 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5B6198FC1D for ; Thu, 30 Apr 2009 15:11:49 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by ewy19 with SMTP id 19so1891273ewy.43 for ; Thu, 30 Apr 2009 08:11:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=jZlv+vEr6oJ6SU00paJ95ZR377bf0c5ShLDXnue1ovM=; b=mPLcsmOg0ZHtkqyOzzWUhITD3VDQlrIcDwjcAaxR/GtgYNk2N1g7ZCXCs4St5SifgR zLddKQN5Pov5T5l4nTN4JXLKG/zH9gBs9FbW5ydGebTbjnm8ryDdzHt6BiSyZfgAhD7Q EPWA68arGE94r8bWXMuO3EInc1GbMgLk1bQgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=FWcmQH0NqEoEDkgDCw171cQdkBmMp02oUUieJu+ianO97+70Oc0qjRJxOsHmqQiGBP TeKxlNBZqXMJbiuyQ4/t/HCbQnpLPqoBVA6IzAa7vo3TLs7BcCfYoAwlt+m4QdFaRtrD tdPb8dEgPMbKlrURDAJTSk9dhK5F6Tv3e+LPE= MIME-Version: 1.0 Received: by 10.220.85.9 with SMTP id m9mr3455377vcl.40.1241104308230; Thu, 30 Apr 2009 08:11:48 -0700 (PDT) In-Reply-To: <49F91611.50604@telenix.org> References: <49F89E2F.2040806@telenix.org> <20090429213402.f5271c10.dcdowse@gmx.net> <49F91611.50604@telenix.org> From: Tim Judd Date: Thu, 30 Apr 2009 09:11:28 -0600 Message-ID: To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: filesystem compatibility between FreeBSD and OpenBSD 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: Thu, 30 Apr 2009 15:11:51 -0000 something I wonder about.... I know OpenBSD and FreeBSD both have different versions of the "UFS" filesystems (FreeBSD newfs(8) -O option, OpenBSD newfs(8) -O) has someone tried to use all combinations of all options to see if they work? It's funny that OpenBSD's manpage says it uses FFS, not UFS -- when even I thought it said UFS before I looked it up. Just my 2c --TJ