From owner-freebsd-virtualization@FreeBSD.ORG Mon Mar 22 10:49:41 2010 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2A8F1065672 for ; Mon, 22 Mar 2010 10:49:41 +0000 (UTC) (envelope-from gofd-freebsd-virtualization@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5D08FC0C for ; Mon, 22 Mar 2010 10:49:41 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NtfCW-0004Ih-Br for freebsd-virtualization@freebsd.org; Mon, 22 Mar 2010 11:49:40 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2010 11:49:40 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2010 11:49:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-virtualization@freebsd.org From: Ivan Voras Date: Mon, 22 Mar 2010 11:49:42 +0100 Lines: 21 Message-ID: References: <4B9FB054.3030200@ceti.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20100118 Thunderbird/3.0 In-Reply-To: <4B9FB054.3030200@ceti.pl> Subject: Re: ViirtualBox + cpio problems X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 10:49:41 -0000 On 03/16/10 17:22, Mikolaj Rydzewski wrote: > Hello to everyone here, > > I'd like to share with you some strange problem I encountered recently. > > I wanted to test procedure for server upgrade. So I decided to perform > such test using VirtualBox software. First I wanted to make some basic > tests, I installed fresh 8.0-REL, everything seemed to work fine, up to > the point I ran (with separate virtual drive mounted under /mnt): > > cd / > find -x ./ | cpio -o | (cd /mnt; cpio -i) > > cpio threw error messages 'cannot create file', some files were restored > correctly, some were corrupted. I performed similiar test several times, > with errors every time. > > Has anybody got any clue what was wrong? Is it a known issue? Is there > any configuration option to fix it? Does the virtual machine have more than one CPU?