From owner-freebsd-fs@FreeBSD.ORG Fri Feb 9 13:55:19 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45DEC16A400 for ; Fri, 9 Feb 2007 13:55:19 +0000 (UTC) (envelope-from freebsd-fs@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 068EF13C48E for ; Fri, 9 Feb 2007 13:55:18 +0000 (UTC) (envelope-from freebsd-fs@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HFW6v-0007rn-7T for freebsd-fs@freebsd.org; Fri, 09 Feb 2007 14:48:21 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Feb 2007 14:48:21 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Feb 2007 14:48:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-fs@freebsd.org From: Ivan Voras Date: Fri, 09 Feb 2007 14:44:23 +0100 Lines: 13 Message-ID: References: <646424.65334.qm@web58613.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.9 (X11/20070110) In-Reply-To: Sender: news Subject: Re: comments on newfs raw disk ? Safe ? (7 terabyte array) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 13:55:19 -0000 Indigo wrote: > Hi, > does that mean that slicing and partitioning additional drives has no > advantages on a purely FreeBSD machine? No, except organizational - you might want to use different file systems or different file system parameters on each partition/slice, you might want to distribute data so that if one file system gets full (for example, with logs) the others are not affected, etc. There was a pretty long list of organizational benefits of partitioning on the questions- mailing list recently. But from a system point of view, no - partitioning is not required.