From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 07:13:26 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6088F16A400 for ; Thu, 12 Apr 2007 07:13:26 +0000 (UTC) (envelope-from chriscitrix@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 2697013C44B for ; Thu, 12 Apr 2007 07:13:26 +0000 (UTC) (envelope-from chriscitrix@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so426793wxc for ; Thu, 12 Apr 2007 00:13:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SZhDaxxlRigXyfWUIQRy3LK6C8Z6zsUbr2qlp0WU+F0CtFZBe0yEhWm2kvQi43wQbP1iJf8dD49FhaSGa+umuPIeCNM2JJ4ZpCzm1bjDiARXU7PrqF74S/EjvpoOBlTBcY7OpxBY6L5zgGvfUzq0hVdDqoBwTSLRopQhUVGZijw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=q6+8L4hH1GfYor7xMzjkWdfu79oogd0vvZZ/GWO1tJW0A4wZ3iY/jb3e65TWJ0A59kB6dHkjyVTS4MkXt+m9p9om40ABR6TWIwwc7BUwkuauQy4YMRkNkZfUVn/MGPzS6zbOrht5sKjjTPHAhcMWP5atZLvBcwVrToI826vT968= Received: by 10.90.69.8 with SMTP id r8mr1360593aga.1176360519232; Wed, 11 Apr 2007 23:48:39 -0700 (PDT) Received: by 10.90.63.6 with HTTP; Wed, 11 Apr 2007 23:48:39 -0700 (PDT) Message-ID: Date: Wed, 11 Apr 2007 23:48:39 -0700 From: "Chris Hesselrode" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: FileSystem Fix 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, 12 Apr 2007 07:13:26 -0000 My friend took out a hard disk we had in a computer, that ran an internal web server, threw it in a new box, as a secondary drive. Now that I've smacked him around a bit, and put it back in the original box, it won't boot. When doing an fsck it comes back with: mount reload of '/' failed: No such file or directory Can't stat /dev/ad6s1e: No such file or directory (6 times ... with different ending letters) How can I fix this? In the /dev there are only: ad4 ad4s1 ad4s1a ad4s1b ad4s1c ad4s1d ad4s1e ad4s1f Thanks!