From owner-freebsd-questions@FreeBSD.ORG Fri Aug 21 02:40:55 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 BE0A5106568C for ; Fri, 21 Aug 2009 02:40:55 +0000 (UTC) (envelope-from archon@silvertree.org) Received: from arthur.silvertree.org (arthur.silvertree.org [173.11.101.153]) by mx1.freebsd.org (Postfix) with SMTP id 8276D8FC60 for ; Fri, 21 Aug 2009 02:40:55 +0000 (UTC) Received: (qmail 1430 invoked from network); 20 Aug 2009 19:40:22 -0700 Received: from arthur.silvertree.org (HELO ?127.0.0.1?) (173.11.101.153) by arthur.silvertree.org with SMTP; 20 Aug 2009 19:40:22 -0700 Message-ID: <4A8E091B.9050408@silvertree.org> Date: Thu, 20 Aug 2009 19:40:27 -0700 From: Scott Schappell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Thunderbird/3.0b3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <00B06063-9872-4ACE-8767-1221C22E33EE@silvertree.org> <200908201442.06321.mel.flynn+fbsd.questions@mailing.thruhere.net> <465A1012-147B-449A-992A-91C1458EDB3F@silvertree.org> <200908201531.06222.mel.flynn+fbsd.questions@mailing.thruhere.net> <4A8E0837.5020608@silvertree.org> In-Reply-To: <4A8E0837.5020608@silvertree.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 21 Aug 2009 02:40:55 -0000 On 8/20/2009 7:36 PM, Scott Schappell wrote: > On 8/20/2009 4:31 PM, Mel Flynn wrote: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html >> > > OK, /backup was mounted read only, I did the following > > umount /backup > mount -o rw /backup > [root@arthur ~]# dd if=/dev/zero of=/backup/testfile bs=1024 > dd: /backup/testfile: end of device > 21122+0 records in > 21121+0 records out > 21627904 bytes transferred in 2.215991 secs (9759924 bytes/sec) > [root@arthur ~]# > As of now, the dd command above has not crashed and it's past 3 GiB, using the mount -u -w syntax versus unmount, mount -o rw. This is puzzling.