From owner-freebsd-questions@FreeBSD.ORG Thu Nov 17 08:36:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B221316A41F for ; Thu, 17 Nov 2005 08:36:18 +0000 (GMT) (envelope-from m@MHoerich.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 437E043D46 for ; Thu, 17 Nov 2005 08:36:16 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 17 Nov 2005 08:36:15 -0000 Received: from p548B4CE9.dip.t-dialin.net (EHLO localhost) [84.139.76.233] by mail.gmx.net (mp006) with SMTP; 17 Nov 2005 09:36:15 +0100 X-Authenticated: #5114400 Date: Thu, 17 Nov 2005 09:36:14 +0100 From: Mario Hoerich To: xinyu zeng Message-ID: <20051117083613.GA34527@Pandora.MHoerich.de> References: <6fc27a2a0511161836v4f031670n@mail.gmail.com> <437C1089.7090401@alphaque.com> <6fc27a2a0511162356n1f7e961bk@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6fc27a2a0511162356n1f7e961bk@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 Cc: Dinesh Nair , freebsd-questions@freebsd.org Subject: Re: BSD 5.4 fs problem... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 08:36:18 -0000 # xinyu zeng: [ building ports leads to system hang ] > What I am concern is 'Is there any utilities can make a through > check of my HD and see if it is table'? If the disks support SMART, you might install $PORTS/sysutils/smartmonutils and run e.g. smartctl -t long /dev/ HTH, Mario