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 1Q9II4-0003UZ-AA for garchives@archives.gentoo.org; Mon, 11 Apr 2011 14:40:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5034FE04BA; Mon, 11 Apr 2011 14:38:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1AB9DE04BA for ; Mon, 11 Apr 2011 14:38:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A58451B4016 for ; Mon, 11 Apr 2011 14:38:54 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.537 X-Spam-Level: X-Spam-Status: No, score=-2.537 required=5.5 tests=[AWL=0.062, 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 8+TNviAiCXPj for ; Mon, 11 Apr 2011 14:38:47 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 2A44D1B4041 for ; Mon, 11 Apr 2011 14:38:45 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9IGK-00055g-6v for gentoo-user@gentoo.org; Mon, 11 Apr 2011 16:38:44 +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 16:38:44 +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 16:38:44 +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 14:38:33 +0000 (UTC) Message-ID: References: <20110411141741.E13873AE9@data.antarean.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: 4618c6ec06303c9f2645f720904dbf2d Joost Roeleveld antarean.org> writes: > > /dev/sdb1 /usr/local/video2 ext4 defaults 0 1 This line is a typo, i.e. already deleted. > I don't use an initrd and my OS is on a RAID1-partition. > Eg. that isn't necessary. Good to know. > About your /etc/fstab, I have some concerns. > One of your RAID-devices is /dev/sda > > What is the other one? I hope it isn't /dev/sdb. If it is, you will have > issues with the "/usr/local/video2" mountpoint. the other drive is sdb, but the video2 line was extraneous (deleted gone). > I would suggest using a LABEL for that mountpoint to avoid any possible > issues. I made noise a while back about LABELS. Lots of comments, but nothing clear to follow in the docs or a wiki or a how to. I confused disklables and file system labels and other forms of lables. I even filed a bug, which was closed, since *I* did not have a proposal on better docs to use LABELS.... Since the guides use (old style mount points) for raid, then until the guides change, I (like dale) not comfortable at all with LABELS....(already tried several time and got borked systems...) I'm not waisting any more time on LABELS until there are some docs or examples to follow.... The light just never turned on and I'm done waisting time on LABELS > Apart from that, it looks fine. Please ignore the error-message when > rebooting/shutting down the system that /dev/md3 can't be stopped. (It is in > use for the root-partition ( / ) Good to know... Any body else, before I reboot this (turkey) new install of a system? James