From owner-freebsd-questions@FreeBSD.ORG Thu Apr 12 07:30:12 2007 Return-Path: X-Original-To: freebsd-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 6F3F816A402 for ; Thu, 12 Apr 2007 07:30:12 +0000 (UTC) (envelope-from chriscitrix@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3578613C4B8 for ; Thu, 12 Apr 2007 07:30:11 +0000 (UTC) (envelope-from chriscitrix@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so429771wxc for ; Thu, 12 Apr 2007 00:30:11 -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=K6Eb4krQMBxI02FOxkVnh4rpbdwdhueeO1qhk224VPT5XfebfcSuy7jLWcjbPsx2yoOszi9O4U87xtcYwqV0FHkOLRqJvwe725hebXG41DLPnPRcDqDp6CsFy1p8X9WloHH7ULfCKKJcGo4qtJfI+gFW9tdBnmsu8llurLYqUIE= 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=opaKJ3CMOYK9OAlUc7ZLUVlR7BepUM4EvG1GhLWupWUiObV06kMTVgMMC9yB9lCevgemx4oNB186hd8IJYoexerZ3ux086AbL6D94kq/2fhMA1FgUAUS9+vCOIMm+W/5wFxmkP6gAFToX1i5S2aNGxC3Q/aI3tns3W5mWOmkItk= Received: by 10.90.119.15 with SMTP id r15mr1371215agc.1176363011561; Thu, 12 Apr 2007 00:30:11 -0700 (PDT) Received: by 10.90.63.6 with HTTP; Thu, 12 Apr 2007 00:30:11 -0700 (PDT) Message-ID: Date: Thu, 12 Apr 2007 00:30:11 -0700 From: "Chris Hesselrode" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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:30:12 -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!