Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2010 09:27:56 +0300
From:      Andrey Zonov <andrey.zonov@gmail.com>
To:        Mikolaj Rydzewski <miki@ceti.pl>
Cc:        freebsd-virtualization@freebsd.org
Subject:   Re: ViirtualBox + cpio problems
Message-ID:  <4BA1C7EC.20500@gmail.com>
In-Reply-To: <4BA0A43B.5010400@ceti.pl>
References:  <4B9FB054.3030200@ceti.pl> <4BA074A2.7050701@gmail.com> <4BA0A43B.5010400@ceti.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BA1C7EC.20500>