From owner-freebsd-questions@FreeBSD.ORG Sat Aug 22 00:37:52 2009 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 A0412106568D for ; Sat, 22 Aug 2009 00:37:52 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 6AFDB8FC13 for ; Sat, 22 Aug 2009 00:37:52 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 8A1B87E859; Fri, 21 Aug 2009 16:37:51 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Fri, 21 Aug 2009 16:32:13 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <00B06063-9872-4ACE-8767-1221C22E33EE@silvertree.org> <200908210820.31394.npapke@acm.org> <8CAF5E76-A2E5-4115-BB3F-6A2EC2FB2503@silvertree.org> In-Reply-To: <8CAF5E76-A2E5-4115-BB3F-6A2EC2FB2503@silvertree.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908211632.13723.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Scott Schappell Subject: Re: Remounting a drive as read/write crashes the system and no dmesg.boot 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: Sat, 22 Aug 2009 00:37:52 -0000 On Friday 21 August 2009 07:34:11 Scott Schappell wrote: > Looking at info.0 I see: > > > Dump header from device /dev/ad0s1b > Architecture: i386 > Architecture Version: 2 > Dump Length: 155131904B (147 MB) > Blocksize: 512 > Dumptime: Fri Aug 21 08:27:45 2009 > Hostname: arthur.silvertree.org > Magic: FreeBSD Kernel Dump > Version String: FreeBSD 7.2-RELEASE-p3 #1: Fri Aug 14 13:27:47 PDT > 2009 > root@arthur.silvertree.org:/usr/obj/usr/src/sys/ARTHUR > Panic String: ffs_sync: rofs mod > Dump Parity: 2778312054 > Bounds: 0 > Dump Status: good > > This is interesting: > > "Panic String: ffs_sync: rofs mod" > > It looks I'm guessing this is saying "read only file system > modified". So it looks like the problem is with mount? > > If there's anything you want me to pull from the vmcore.0 let me know. > > Again, this happens with the drive mounted RO from fstab. Unmounted > then mount -o rw /backup. > > Something is amiss, and first blush doesn't seem to be hardware related. There should be a backtrace in info.0 already. That part contains more relevant information. -- Mel