From owner-freebsd-questions@FreeBSD.ORG Tue Mar 21 14:12:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8BD9216A422 for ; Tue, 21 Mar 2006 14:12:29 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B93A43D48 for ; Tue, 21 Mar 2006 14:12:28 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k2LECC8T053994; Tue, 21 Mar 2006 08:12:12 -0600 (CST) Message-Id: <6.0.0.22.2.20060321080824.028a1a30@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 21 Mar 2006 08:12:04 -0600 To: "Edwin D. Vinas" , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <36f5bbba0603201812l272cf9b7n1ae8fc06e0949970@mail.gmail.co m> References: <36f5bbba0603201812l272cf9b7n1ae8fc06e0949970@mail.gmail.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: hard error reading: set fstab mounts to frw: can no longer access filesystem 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: Tue, 21 Mar 2006 14:12:29 -0000 Edwin, Boot the server single user, -s. Then if you need to, bring up the IP stack manually. Depending on your mount points, booting single user only mounts root, so you can try to fsck the other unmounted filesystems. Only if those file systems are readable will you be able to get your files off. You can also try tar'ing files to floppy or other removeable drive you may have on the server. Not a great solution, but it may be all you can do. -Derek At 08:12 PM 3/20/2006, Edwin D. Vinas wrote: >Hi, > >After a power outage my FreeBSD-4.10 server's 40GB HDD had many >fragmentations and no matter how I repeatedly do "fsck", the errors saying >"hard error reading fsbn" are still there. I tried doing fsck over and over >but it seems this is already a hardware error and can no longer be >corrected. So my goal now is to recover my files! > >First, I did a "mount -a" and was able to copy some of important files but I >have more data which I need to backup which I thought would only be possible >if I can make the server boot and make it work at least with TCP/IP so I can >transfer data to the other PCs in the LAN. But, after "mount -a", I edited >the fstab to set mounts to "frw" to force mount all drives and not give me >those "hard error reading fsbn". So, I rebooted the machine, only to find >out that after it mounted all partitions the the "/usr/libexec/getty" >something can't be found or executed for ttys and its giving me unending >errors. And there it goes, I can no longer access my filesystem because it >hangs or doesn't have a terminal when the machine is about to finish >booting. There is no prompt anymore, all I can see are the getty errors. If >only I can edit fstab back without "f" option, I can still manually copy my >files to a USB. > >Is there anyway to still recover my files? Is there a way I can edit fstab >to remove "f" option so I can't have those getty errors? Or is it possible >to mount the server's HDD in another FreeBSD machine? > > >Thanks. >Ed >_______________________________________________ >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"