From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 17:49:36 2003 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 0412C16A4BF for ; Sun, 14 Sep 2003 17:49:36 -0700 (PDT) Received: from blacklamb.mykitchentable.net (170-215-86-95.br1.elk.ca.frontiernet.net [170.215.86.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1FF43F3F for ; Sun, 14 Sep 2003 17:49:35 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from bigdaddy (unknown [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 714C53BF394 for ; Sun, 14 Sep 2003 17:49:34 -0700 (PDT) Message-ID: <011001c37b23$3b5edb90$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "FreeBSD Questions" Date: Sun, 14 Sep 2003 17:49:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Subject: Ideas To Save Failing System? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 00:49:36 -0000 I have system running 4.8 that seems to be losing a hard drive. I have many entries such as these in /var/log/messages: Sep 14 17:44:43 blacksheep /kernel: ad0s1a: UDMA ICRC error writing fsbn 131265 of 65600-65615 (ad0s1 bn 131265; cn 10 tn 93 sn 36) status=51 error=ff Sep 14 17:44:43 blacksheep /kernel: ad0s1a: hard error writing fsbn 131808 of 65872-65887 (ad0s1 bn 131808; cn 10 tn 102 sn 12) status=51 error=04 I have a root session on the machine but it will not respond to any commands. Everything gets errors such as these: blacksheep# shutdown -r now /sbin/shutdown: Input/output error. blacksheep# ps -acux /bin/ps: Input/output error. blacksheep# ls Segmentation fault (core dumped) Is there anything I can do to save this machine? I'm afraid if I power it off, the disk will be corrupt and it probably won't boot. I'd really like to make a backup and then replace the disk. Any ideas? Thanks, Drew