From mboxrd@z Thu Jan 1 00:00:00 1970 From: keld@keldix.com Subject: Re: RFC swap over raid1 Date: Fri, 2 Aug 2013 20:26:40 +0200 Message-ID: <20130802182640.GA31414@www5.open-std.org> References: <51FAE985.1040809@redhat.com> <51FB63C8.2090300@hardwarefreak.com> <51FBD2DC.3010900@redhat.com> <51FBDFDF.70008@redhat.com> <51FBE34B.3000504@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Roberto Spadim Cc: Doug Ledford , Stan Hoeppner , Linux-RAID List-Id: linux-raid.ids On Fri, Aug 02, 2013 at 02:29:50PM -0300, Roberto Spadim wrote: > nice, well, considering everything... > > 1)partitions + raid1 is prefered for read speed and security > 2)fileswap only if i can't add partitions > 3)only use swap over single drive if don't have two devices (in this > case use raid1) > 4)there's no badblock layer in linux, each layer / filesystem must > implement it by yourself > > that's all right? I would use raid10,far for its faster read vs raid1. There is badblock handling in the raid layer. Best regards keld