From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 17:53:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B74E81065682 for ; Thu, 18 Sep 2008 17:53:13 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 88DC18FC20 for ; Thu, 18 Sep 2008 17:53:13 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id AB76BAFD3EF; Thu, 18 Sep 2008 09:53:12 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 18 Sep 2008 19:53:10 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809181953.11397.fbsd.questions@rachie.is-a-geek.net> Cc: Silvia Asongwe Subject: Re: can't open /dev/da1s1e: Input/output error 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, 18 Sep 2008 17:53:13 -0000 On Thursday 18 September 2008 11:42:39 Silvia Asongwe wrote: > I have done fsck but it doesn't seem to fix the problem. > i can't ssh m server from another machine, and it's my ns server, i really > need it to be up and running > > What else can i do? Most likely your disk is dying. To be sure, if you have /var/log/messages, do a grep _DMA /var/log/messages and check for READ_DMA and WRITE_DMA errors. If you have a lot of those, replace cable to rule out a faulty cable else nothing else will help then replacing the disk. Without a /var/log/messages (ie. da1s1e = /var), your best bet are diagnostic tools from your disk vendor. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.