From owner-freebsd-questions Sat Jul 13 5:31:19 2002 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 6335437B400 for ; Sat, 13 Jul 2002 05:31:16 -0700 (PDT) Received: from favour.one2net.co.ug (g-class.sanyutel.com [216.250.215.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9054643E4A for ; Sat, 13 Jul 2002 05:31:14 -0700 (PDT) (envelope-from pokui@one2net.co.ug) Received: by favour.one2net.co.ug (Postfix, from userid 1008) id 0785954A8C; Sat, 13 Jul 2002 15:31:42 +0300 (EAT) Received: from localhost (localhost [127.0.0.1]) by favour.one2net.co.ug (Postfix) with ESMTP id E3A1654A87; Sat, 13 Jul 2002 15:31:42 +0300 (EAT) Date: Sat, 13 Jul 2002 15:31:42 +0300 (EAT) From: Patrick J Okui X-X-Sender: patrick@favour.one2net.co.ug To: "Remington L." Cc: FreeBSD-questions@FreeBSD.org Subject: Re: fstab entries?? In-Reply-To: <002b01c22a68$63968750$bd038bd8@PIECEOFSHIT> Message-ID: <20020713152900.N11517-100000@favour.one2net.co.ug> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sat, 13 Jul 2002, Remington L. wrote: > Im curious to know what this means > .... Dump Pass# > .... 0 0 > .... 1 1 > > Will someone please explain this from the man page (man fstab)... ---BEGIN MAN PAGE----- The fifth field, (fs_freq), is used for these filesystems by the dump(8) command to determine which filesystems need to be dumped. If the fifth field is not present, a value of zero is returned and dump will assume that the filesystem does not need to be dumped. The sixth field, (fs_passno), is used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not present or is zero, a value of zero is returned and fsck(8) will assume that the filesystem does not need to be checked. --END MANPAGE-- hth, Patrick. Patrick J Okui One2net Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message