From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 19:21:28 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3440D1065695 for ; Tue, 14 Sep 2010 19:21:28 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C41718FC1F for ; Tue, 14 Sep 2010 19:21:27 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o8EJLQhU054281; Tue, 14 Sep 2010 13:21:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o8EJLQHZ054278; Tue, 14 Sep 2010 13:21:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Sep 2010 13:21:26 -0600 (MDT) From: Warren Block To: Juergen Lock In-Reply-To: Message-ID: References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Tue, 14 Sep 2010 13:21:27 -0600 (MDT) Cc: freebsd-emulation@freebsd.org Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [SEC=UNCLASSIFIED]) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 19:21:28 -0000 On Tue, 14 Sep 2010, Warren Block wrote: > On Mon, 13 Sep 2010, Juergen Lock wrote: >>> >>> Dumping the partitions of that FreeBSD system worked just now. Not what >>> I'd call a thorough test, but it did read everything in the filesystem >>> without problems. >> >> Ok that sounds promising... Someone want to do more tests or should I >> just commit the port? :) > > Testing writes has not been as successful. fdisk and bsdlabel work fine, as > does writing individual files. But trying to restore onto a vdfuse/mdconfig > partition just goes away. The machine is idle, restore waits in wdrain, and > further access to that device does not respond. I think I saw fuse in a > fuse_msg state, but can't verify that now. Further information: copying a single file onto the mounted filesystem works. More than one, with restore or just cp, and vdfuse and the copying process go to wdrain forever.