From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 13:54:46 2005 Return-Path: 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 C0C3A16A4CE for ; Fri, 7 Jan 2005 13:54:46 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C83643D46 for ; Fri, 7 Jan 2005 13:54:46 +0000 (GMT) (envelope-from cjalmond@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so188662rne for ; Fri, 07 Jan 2005 05:54:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=c9neuyoDRhW28DjBgTav+EkWKyw+r7mTwYv8EyVkxXkQoUsfRaeLYf4b20o5LN7nfpb602iulONTmTvGex/D8iu07oApRbJKJnF0uLp4Fxp2ummwg4yogETxqKcTgNkbwPVXdWAjtAp1RknHPAoeM+63aAOkMwIuQoeccAHrw38= Received: by 10.39.2.6 with SMTP id e6mr2523rni; Fri, 07 Jan 2005 05:54:45 -0800 (PST) Received: by 10.38.97.21 with HTTP; Fri, 7 Jan 2005 05:54:45 -0800 (PST) Message-ID: <92b67e1b0501070554f1e2e7a@mail.gmail.com> Date: Fri, 7 Jan 2005 07:54:45 -0600 From: Curtis Almond To: Unreal HSHH In-Reply-To: <9b6b59500501042113452715b1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9b6b59500501042113452715b1@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: Howto check the hard disk bad sectors in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Curtis Almond List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 13:54:46 -0000 You can do a simple dd command to read the entire disk. If bad sectors are found during the dd you should see ATA error messages spewing to the console and written in /var/log/messages. On Wed, 5 Jan 2005 13:13:18 +0800, Unreal HSHH wrote: > Hi, > > I have one harddisk installed in FreeBSD. > And I want to check if any bad sectors on it. > How can I do ? It seems the fsck can't do this. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >