From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q9Lae-00043J-Ei for garchives@archives.gentoo.org; Mon, 11 Apr 2011 18:11:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D6D1E04ED; Mon, 11 Apr 2011 18:10:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D1EAE04ED for ; Mon, 11 Apr 2011 18:10:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 98CA01B4016 for ; Mon, 11 Apr 2011 18:10:26 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.599 X-Spam-Level: X-Spam-Status: No, score=-2.599 required=5.5 tests=[BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lxj7N8O5YEpj for ; Mon, 11 Apr 2011 18:10:20 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 4A4631B4019 for ; Mon, 11 Apr 2011 18:10:17 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9LZ1-0000WQ-8A for gentoo-user@gentoo.org; Mon, 11 Apr 2011 20:10:15 +0200 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2011 20:10:15 +0200 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2011 20:10:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: Raid1 & fstab Date: Mon, 11 Apr 2011 18:10:03 +0000 (UTC) Message-ID: References: <4DA33D1B.7020006@asyr.hopto.org> 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.17) Gecko/20110305 Gentoo/2.0.12 SeaMonkey/2.0.12) X-Archives-Salt: X-Archives-Hash: 9104d7732050590b3d2bc54331b10bc5 Thanasis asyr.hopto.org> writes: > I guess you have made md2 a RAID0 for swap, right (post the output of: > cat /proc/mdstat)? nope, swap is raid1 > I think you don't need to put swap on RAID0. I agree. Everything I read did say may swap on raid 1 so if a disk fails, your swap still works.... (chroot) slam / # cat /proc/mdstat Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] md3 : active raid1 sdb3[1] sda3[0] 1948226512 blocks super 1.2 [2/2] [UU] md2 : active raid1 sdb2[1] sda2[0] 5022708 blocks super 1.2 [2/2] [UU] md1 : active raid1 sdb1[1] sda1[0] 262132 blocks super 1.2 [2/2] [UU] unused devices: none /proc proc defaults 0 0 /dev/cdrom /mnt/cdrom auto noauto,rw,user 0 0 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/md1 /boot ext4 noauto,noatime 1 2 /dev/md3 / ext4 noatime 0 1 /dev/md2 swap swap defaults 0 0 (still in chroot) new post on raid 1 grub ext4 soon.... James