From owner-freebsd-questions Thu Feb 13 20:15: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8513B37B401 for ; Thu, 13 Feb 2003 20:15:03 -0800 (PST) Received: from zephir.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C992943F3F for ; Thu, 13 Feb 2003 20:15:02 -0800 (PST) (envelope-from leth@lethargic.dyndns.org) Received: from dialin-151-114.tor.primus.ca ([216.254.151.114] helo=lethargic.dyndns.org) by zephir.primus.ca with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #3) id 18jXFX-0006wK-0A; Thu, 13 Feb 2003 23:14:57 -0500 Received: from lethargic.dyndns.org (leth@localhost [127.0.0.1]) by lethargic.dyndns.org (8.12.6/8.12.6) with ESMTP id h1E4ErEG065725; Thu, 13 Feb 2003 23:14:55 -0500 (EST) (envelope-from leth@lethargic.dyndns.org) Received: (from leth@localhost) by lethargic.dyndns.org (8.12.6/8.12.6/Submit) id h1E4EpE4065724; Thu, 13 Feb 2003 23:14:51 -0500 (EST) Date: Thu, 13 Feb 2003 23:14:51 -0500 From: Jason Hunt To: george donnelly Cc: freebsd-questions Subject: Re: /etc/fstab config Message-ID: <20030214041450.GA65676@lethargic.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Feb 12, 2003 at 10:29:33PM -0500, george donnelly wrote: > hi i've got a 3 disk raid 5 partition that is my main fs and then an 80gb > ide drive on a separate partition at /vol1. i need to config my /etc/fstab > for this and this is what i've got (see below). can someone tell me if looks > correct? > > # Device Mountpoint FStype Options Dump Pass# > /dev/da0s1b none swap sw 0 0 > /dev/da0s1a / ufs rw 1 1 > /dev/ad2s1e /vol1 ufs rw 2 2 > proc /proc procfs rw 0 0 > Check the fstab(5) man page. I think maybe the Dump field for /vol1 should be 1 as well. dump(8) tells you more about this. I am not 100% sure. > also, if i were to reboot the machine with the pass # for /dev/ad2s1e > (/vol1) set to 1, would this be incorrect (i think so) and would it cause > damage to the disk? The fstab(5) man page says that the root filesystem should be set to 1 andother filesystems should be set to 2. If you set them to 0, they will not be checked. I don't think setting that field to 1 will damage anything, but should be set 2 anyways. Hope this helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message