From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:39:07 2005 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 E502E16A41F for ; Thu, 8 Sep 2005 17:39:07 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B3943D53 for ; Thu, 8 Sep 2005 17:39:07 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so1090598wxd for ; Thu, 08 Sep 2005 10:39:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references; b=FOfS4WU8uDq0WQybRYffFmvYx81UdYUtKCFc3J/m30KQzRTYIEqHToXhfEtRDo8XwLK7FnjyaZnYYHcJKJBZmm+GFF5zq1JKKXIwk7+zOrrFmvYqhuZTXTSYBWYYSyiftxS7YoVmffnrLuZIgyK0nqZdR6wynm3hWWJpT6ZYYEA= Received: by 10.70.40.19 with SMTP id n19mr57310wxn; Thu, 08 Sep 2005 10:39:06 -0700 (PDT) Received: by 10.70.42.12 with HTTP; Thu, 8 Sep 2005 10:39:06 -0700 (PDT) Message-ID: <72cf361e050908103942ca06f2@mail.gmail.com> Date: Thu, 8 Sep 2005 18:39:06 +0100 From: Martin Hepworth Cc: freebsd-questions@freebsd.org In-Reply-To: <20050908094659.68961.qmail@web41002.mail.yahoo.com> Mime-Version: 1.0 References: <20050908094659.68961.qmail@web41002.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Porting from LInux to FreeBSD 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, 08 Sep 2005 17:39:08 -0000 On 9/8/05, Deepak Naidu wrote: >=20 > Hi, > I am trying to migrate my mail servers from Fedora > core 3 to FreeBSD 5.4, due to performance issue. Had > few questions. >=20 > 1)Which is the suitable filesystem ie UFS2, Ext2 > etc... > for mailing server. I used raiserfs in linux. Which > File System's are supported in FreeBSD 5.4 and which > is stable for mailing system. How do i enable them in > kernel. I'd suggest use the ufs2 default with softupdates (a liitle like journaling= =20 but better) enabled.=20 Other questions already answered by other people -- martin