From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 22:49:30 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 26B7D16A420 for ; Fri, 27 Jan 2006 22:49:30 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4DD943D46 for ; Fri, 27 Jan 2006 22:49:29 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 06180D302E3 for ; Fri, 27 Jan 2006 17:49:28 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 27 Jan 2006 17:49:28 -0500 X-Sasl-enc: eER99KsRkGrfqHCxH1yOVzqPlLaFDW45JA3IYA2uLBdh 1138402165 Received: from gumby.localdomain (88-104-192-207.dynamic.dsl.as9105.com [88.104.192.207]) by frontend2.messagingengine.com (Postfix) with ESMTP id 6DB34571482 for ; Fri, 27 Jan 2006 17:49:25 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Fri, 27 Jan 2006 22:49:25 +0000 User-Agent: KMail/1.9.1 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: <200601272249.26518.list-freebsd-2004@morbius.sent.com> Subject: Re: FreeBSD drops to single user mode 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: Fri, 27 Jan 2006 22:49:30 -0000 On Friday 27 January 2006 21:36, Paul Schmehl wrote: > Recently I experienced something that surprised me. I have a workstation > with two SATA drives. The second drive is data only and is mounted r/w > when the OS boots. We had a user whose (Windows) computer crashed and they > wanted to know if we could recover the data. > > I said I'd see, and I unplugged the second drive (ad5 on FreeBSD, drive1 on > Windows) and plugged in the suspect drive, fully expecting to mount it and > copy files over. But, when FreeBSD booted, it failed to read ad5 and then > dropped to single user mode. >... > Here's my fstab, if that illuminates anything: > >... > /dev/ad5s1d /files ufs rw 2 2 If you neglected to comment-out this line, FreeBSD would be looking for this partition, which doesn't exist on the Windows drive.