Re: ViirtualBox + cpio problems

2010-03-23 Thread Mikolaj Rydzewski
Ivan Voras wrote: On 03/16/10 17:22, Mikolaj Rydzewski wrote: 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

Re: ViirtualBox + cpio problems

2010-03-22 Thread Ivan Voras
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 inst

Re: ViirtualBox + cpio problems

2010-03-17 Thread Andrey Zonov
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 surpis

Re: ViirtualBox + cpio problems

2010-03-17 Thread 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. -- Mikolaj Rydzewski ___ freebsd-vi

Re: ViirtualBox + cpio problems

2010-03-16 Thread Andrey Zonov
Why not `dump | restore'? Mikolaj Rydzewski ?: 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 tes