From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 19:00:24 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 8325E106566B for ; Tue, 14 Sep 2010 19:00:24 +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 378C78FC1D for ; Tue, 14 Sep 2010 19:00:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o8EJ0JS6054211; Tue, 14 Sep 2010 13:00:19 -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 o8EJ0J99054208; Tue, 14 Sep 2010 13:00:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Sep 2010 13:00:19 -0600 (MDT) From: Warren Block To: Juergen Lock In-Reply-To: <20100913211401.GA49701@triton8.kn-bremen.de> 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:00:19 -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:00:24 -0000 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. That was all before applying the fusefs-kmod patch; now other processes also stop responding. In any case, I'd rather have a port that is not 100% than no port at all. Announcing possible problems in the pkg-message would be appropriate.