From owner-freebsd-virtualization@FreeBSD.ORG Thu Mar 18 06:28:05 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 67B59106564A for ; Thu, 18 Mar 2010 06:28:05 +0000 (UTC) (envelope-from andrey.zonov@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id B0E1A8FC08 for ; Thu, 18 Mar 2010 06:28:04 +0000 (UTC) Received: by fxm24 with SMTP id 24so1258064fxm.3 for ; Wed, 17 Mar 2010 23:28:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=y1NuiIFpp4thBHCJUCEWgUfSYA52B3noCyOlg9BypjY=; b=ZEBcxSNKxlPvQyG9Y5mYqt9vk2rLkcFHnkrnc8xCrpOKxYJWusgAJxmjwN9p9O168V eBAb1Yr+FZnsCVC654j3CoQ5nU1riSEuSq+7zJKtqWIn27hsXybqlGxW8m6Wwi9gKMxe RVXGV2tYH/Y0dtis7C4GuUUnt/NveDDYimr40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=GZdo1/A6Y2VRxQI5pAMMdvJ9KtDFzgWNdTK53FRscETps6lq8Bn6UTwakI1v4z8dV2 O5pe+swRvCEHYqpqdWbxq9hO+8FDH+i4OQljGLhagG64KDO4LyREll2mw5WwPvDMxwl1 4UbCeMaJTen/sKiUR9fnadibT2yqUeBzHPCtw= Received: by 10.223.15.89 with SMTP id j25mr1192224faa.97.1268893683623; Wed, 17 Mar 2010 23:28:03 -0700 (PDT) Received: from [10.254.254.77] (ppp79-139-204-142.pppoe.spdop.ru [79.139.204.142]) by mx.google.com with ESMTPS id 18sm11722895fks.35.2010.03.17.23.28.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 23:28:01 -0700 (PDT) Message-ID: <4BA1C7EC.20500@gmail.com> Date: Thu, 18 Mar 2010 09:27:56 +0300 From: Andrey Zonov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: Mikolaj Rydzewski References: <4B9FB054.3030200@ceti.pl> <4BA074A2.7050701@gmail.com> <4BA0A43B.5010400@ceti.pl> In-Reply-To: <4BA0A43B.5010400@ceti.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org 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: Thu, 18 Mar 2010 06:28:05 -0000 You may try run cpio under ktrace like this: find -x ./ | cpio -o | (cd /mnt; ktrace cpio -i) when you see errors, just stop process and look into `kdump' Mikolaj Rydzewski ?????: > Andrey Zonov wrote: >> Why not `dump | restore'? > Extracting with cpio should work anyway, am I right? > > To my surpise 'dump | restore' did its job! > Strange, that userland cpio does not work correctly under VirtualBox. > -- Andrey Zonov