From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B1CD4138CBD for ; Fri, 13 Mar 2015 13:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18463E0935; Fri, 13 Mar 2015 13:55:40 +0000 (UTC) Received: from oc.oops.co.at (oc.oops.co.at [176.58.98.19]) by pigeon.gentoo.org (Postfix) with ESMTP id E60EDE08EC for ; Fri, 13 Mar 2015 13:55:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by oc.oops.co.at (Postfix) with ESMTP id 60F6D88255 for ; Fri, 13 Mar 2015 13:55:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at oc.oops.co.at Received: from oc.oops.co.at ([127.0.0.1]) by localhost (oc.oops.co.at [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WRXteeQycqUI for ; Fri, 13 Mar 2015 13:55:28 +0000 (UTC) Received: from [IPv6:2001:15c0:65ff:8742:a11:96ff:fe52:68] (unknown [IPv6:2001:15c0:65ff:8742:a11:96ff:fe52:68]) by oc.oops.co.at (Postfix) with ESMTPSA id 9507E881A4 for ; Fri, 13 Mar 2015 13:55:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1426254928; bh=f7pknUyH4jy59txN60eUXCZSP9KR0zkt9TvkFcB8R5Q=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=IKS2RyoJ4yf/ee+dJkFhl4Cjj0haMeEirryiRXxYeV15Z07zUw1i7m0TibbnXZco3 CIn+KD0HnHg7SAEbqYkrQdqafWdcuodNDVMIyGcHiWXYwNx/XdeHCFxwynOYk6WStc vFxkddituTky3jDhaZhjF1r/+z4iOUeJxrhcvcqo= Message-ID: <5502EC4F.1050706@xunil.at> Date: Fri, 13 Mar 2015 14:55:27 +0100 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] best practise for 4 disks ... redundancy References: <54FFE4A2.3060008@xunil.at> <20150311110929.5fdb4970@digimed.co.uk> <550064BB.1000706@xunil.at> <20150311160631.53647abf@hactar.digimed.co.uk> <5500BE59.8070609@xunil.at> <20150311223238.42f750c9@digimed.co.uk> <550178E5.6020209@xunil.at> <20150312164831.58542127@digimed.co.uk> <5501C8E6.1010707@xunil.at> <20150312172857.55842a60@hactar.digimed.co.uk> <5501E061.30306@xunil.at> <5502A1F7.20106@xunil.at> <20150313085917.60f7931c@digimed.co.uk> In-Reply-To: <20150313085917.60f7931c@digimed.co.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 89fc3132-c46b-4fb7-a4b4-3f9155377fff X-Archives-Hash: bbacbaca194fc6d8f10a0321ea45a57a Am 2015-03-13 um 09:59 schrieb Neil Bothwick: > See above. The reason for using a RAID1 array is to avoid having > to update multiple disks, just mount /boot on the RAID device. > > % mount | grep boot /dev/md0 on /boot type ext2 > (rw,noatime,stripe=4) /boot is my vfat ESP here .. no ext2 ...