From owner-freebsd-questions@FreeBSD.ORG Fri Jun 30 16:44:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 233F416A412 for ; Fri, 30 Jun 2006 16:44:23 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F09743D73 for ; Fri, 30 Jun 2006 16:44:22 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so927961uge for ; Fri, 30 Jun 2006 09:44:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sdczer339jvZvVce2408lgayxXbbjDLJKKFo+8/QwmidzQ2T9K1Y/ngqKBBn8HOlQ/C6uoTBCVVTwj7nF1Jvk3VEooblT+YgVA2A5xvxmTGc4J8KVOKYuJo9BCpirT7isEhAq0cnbTYSEF0rUb/F3b+hQ75k+Fb3Scub9ci0sAc= Received: by 10.66.243.2 with SMTP id q2mr3298503ugh; Fri, 30 Jun 2006 09:44:21 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Fri, 30 Jun 2006 09:44:21 -0700 (PDT) Message-ID: <80f4f2b20606300944y57a8d7bfqba7dd75ab32fdf46@mail.gmail.com> Date: Fri, 30 Jun 2006 12:44:21 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Questions on EXT3 vs standard BSD partitions 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, 30 Jun 2006 16:44:23 -0000 I have to move between BSD and Linux on one system quite a bit, and I was wondering if there were any reasons to avoid EXT3 on a filesystem (such as /dev/ad0s1), as opposed to using the more standard BSD setups (such as UFS on /dev/ad0s1a)? I'm thinking mostly in terms of reliability, but also in terms of flexibility and speed. Is there anything that should absolutely stay in UFS (such as /boot?) Thanks, -Jim Stapleton