From owner-freebsd-questions@FreeBSD.ORG Thu Nov 28 21:51:01 2013 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 D4FCD5F7 for ; Thu, 28 Nov 2013 21:51:01 +0000 (UTC) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE4A516F8 for ; Thu, 28 Nov 2013 21:51:01 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id q10so12619660pdj.36 for ; Thu, 28 Nov 2013 13:51:01 -0800 (PST) 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=E+06DlI3dPuR+JAzQj+zSLJEEaOFiccqHJLYz9yANxw=; b=LpJdgvb3ZDMKklCXmI4krVc0rPzc4MPe17nAy6Ty4P0YIehkS85iTb93XF0/84k5xM vxnIYs49yTWA+LhcDxo9WyNISV/H4kQwZB6FMUH6hXCy9qVy2QGMe5gtJbwD0nx4DUyu HpBdNsDbcmEobUZo7PkI3V25G3JCJ3lUNRUzTqg/Hd29kqAX1SoqGzCazY7yFJg+bo0i L4NZQQVzbPAWrnrspT/+pOdyyO6dXafct8eoMWb4SAyRlzjqbyBV7to5uTKT+FXfCzYs BtsX79fTAyQoZmqGhKC/gZNRdpDKzhDGv1WDfzKQ1YJHpWyq0FJJpdTDugwHXZoLj5fj D1Cg== MIME-Version: 1.0 X-Received: by 10.66.184.168 with SMTP id ev8mr24326032pac.152.1385675461325; Thu, 28 Nov 2013 13:51:01 -0800 (PST) Received: by 10.70.92.79 with HTTP; Thu, 28 Nov 2013 13:51:01 -0800 (PST) Date: Thu, 28 Nov 2013 15:51:01 -0600 Message-ID: Subject: 4k sectors From: Adam Vande More To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 21:51:01 -0000 Is there an easy method to find out the space wasted by using 4k vs 512? -- Adam