From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 18 21:07:31 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E383516A4CE for ; Sat, 18 Dec 2004 21:07:31 +0000 (GMT) Received: from mail03.syd.optusnet.com.au (mail03.syd.optusnet.com.au [211.29.132.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463D643D2F for ; Sat, 18 Dec 2004 21:07:31 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) iBIL7L6h016301 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 19 Dec 2004 08:07:21 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])iBIL7LxP099219; Sun, 19 Dec 2004 08:07:21 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)iBIL7K3p099218; Sun, 19 Dec 2004 08:07:20 +1100 (EST) (envelope-from pjeremy) Date: Sun, 19 Dec 2004 08:07:20 +1100 From: Peter Jeremy To: ticso@cicely.de Message-ID: <20041218210720.GE97121@cirb503493.alcatel.com.au> References: <41C3D62D.7000808@comcast.net> <20041218091739.GC97121@cirb503493.alcatel.com.au> <20041218195910.GD1068@cicely12.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041218195910.GD1068@cicely12.cicely.de> User-Agent: Mutt/1.4.2i cc: freebsd-hackers@freebsd.org cc: Gary Corcoran Subject: Re: Multiple hard disk failures - coincidence ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 21:07:32 -0000 On Sat, 2004-Dec-18 20:59:11 +0100, Bernd Walter wrote: >On Sat, Dec 18, 2004 at 08:17:39PM +1100, Peter Jeremy wrote: >> My approach to this is to add a line similar to >> dd if=/dev/ad0 of=/dev/null bs=32k >> for each disk into /etc/daily.local (or /etc/weekly.local or whatever). >> This ensures that the disks are readable on a regular basis. > >Regular reading of every file is part of what I call backup. That only verifies the used part of the disk. Reading the unused parts of the disk as well helps reduce surprises. Also, in a mirrored environment, the backup does not ensure that the data can be read off both disks. (Or the parity area for RAID-5). -- Peter Jeremy