From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 19:38:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FFC4D45 for ; Wed, 26 Mar 2014 19:38:50 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F18A18C for ; Wed, 26 Mar 2014 19:38:49 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id e16so1905845lan.30 for ; Wed, 26 Mar 2014 12:38:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YczxaFqd2psMa8uoCPURO7Id12u4BX5oSTRQ2Pj9KDo=; b=yR0mnVBE7h6AAoKPlPv6wW8pxCOM9GYSUHRiQAEZcCWHyVeBLyZVRb/9wphL8mlFHh bYCsRTsj8yf+eM1NMWJqYEHntaMR4T77RMCjd2b9qMMZU7AyP1oAUSZ4o49STo8YsjoI Ot2jIzMR/v5F+zl06nL/3cCnX1xyY37xjKFhzo97qm3WPlfU2AyKAJvgTMl+T94YjJ2F LcD0cjSs95thTUVQ0c1QtOC6Xln33wVDBRV3H8SkJqLMwZTLpILe+ks9VFjY7qhaxkQ2 O54ewI4x61kE/Vj5aeXB0/osxoXqQagR5XtgJVGcnfed38dwYUsOAqbLW5bi5mQY7R/K a0uQ== MIME-Version: 1.0 X-Received: by 10.112.160.200 with SMTP id xm8mr52271065lbb.24.1395862727932; Wed, 26 Mar 2014 12:38:47 -0700 (PDT) Received: by 10.152.1.100 with HTTP; Wed, 26 Mar 2014 12:38:47 -0700 (PDT) Date: Wed, 26 Mar 2014 16:38:47 -0300 Message-ID: Subject: file systems From: Friedrich Locke To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 19:38:50 -0000 Hi folks, i am in need to install *BSD on a 16T partition. I would like to OBSD, but someone from the OBSD community told me that altough OBSD uses ufs2, fsck would take to much time and memory against this partition. I wonder if FBSD can really handle large partition with no side effects. What FS should i use with FBSD? Sorry if this question seems to basic; it dues to my lack of experience with FBSD. Thanks.