From owner-freebsd-current@FreeBSD.ORG Mon Dec 19 23:01:16 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE1E9106566B; Mon, 19 Dec 2011 23:01:16 +0000 (UTC) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 697848FC0A; Mon, 19 Dec 2011 23:01:16 +0000 (UTC) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 57F6E5DBE; Mon, 19 Dec 2011 23:01:15 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.5/8.14.5) with ESMTP id pBJN1FXV078666; Mon, 19 Dec 2011 23:01:15 GMT (envelope-from phk@phk.freebsd.dk) To: Alexander Best From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 19 Dec 2011 22:56:33 GMT." <20111219225633.GA77147@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Date: Mon, 19 Dec 2011 23:01:15 +0000 Message-ID: <78665.1324335675@critter.freebsd.dk> Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: can a wrong alignment cause a decrease in a hdd's life expectancy? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2011 23:01:16 -0000 In message <20111219225633.GA77147@freebsd.org>, Alexander Best writes: >no problem. so will the improper alignment also not cause a life expectancy >shortage in case of a hdd (non-flash-based)? Well, theoretically you will have more track-to-track seeks, as some blocks will span cylinders, but I doubt that will have measurable impact on lifetime, compared with the gains you could harvest if you spin it down for even just 1 hour a day... Read-Only/Read-Write makes no difference that I know of for hard-disks. >and one other question: the hdd also supports usb 3. will the improper >alignment have any effect (speed wise) when connected via usb 3, or is even >usb 3 too slow to notice the performance drop due to the improper alignment? Again: I doubt it will be measurable. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.