Displaying 6 results from an estimated 6 matches for "xvpf".
Did you mean:
xvf
2007 Oct 24
1
Taking file from pyhsical disk to new virtual disk
Hi
I am playing with virtualization on centos 5.
I have an old redhat 7 system I still need so I want to virtualize it.
I found the old disk, installed in the virtual environment but found
I had done some additions WAY back.
I want to be sure my virtual system is exactly the same as the ACTUAL
system.
Do I use cpio on the actual system to grab everything and then put that
back on the
virtual
2007 Oct 27
2
migrating files for centos virtualization, virtual disk no longer boots.
...image with a loop command.
mount -t ext3 -o loop,offset=32256 redhat7.img /mnt/image
This works fine.
Then I logged into the redhat 7 system and executed the command
tar --exclude ./proc --exclude ./mnt --exclude ./sys --exclude ./dev
-cvf - . | ssh root at 192.168.1.8 "( cd /mnt/image ; tar xvpf -)"
Where 192.168.1.8 is my centos 5 box and /mnt/image the mounted image.
The copy seems to go fine. But after I do this when I try to virtualize
the redhat7 image it stops at:
GRUB
When I copy the second image back on top of the first image it then
boots again. So glad I made that copy...
1999 Jul 13
0
Restoring from an smbclient/gtar archive?
Hi all,
I recently used smbtar (Samba Version 2.0.4) to create a tar file "backup"
of an NT filesystem. However, when using GNU tar to extract the tar file,
I get a little ways into the 'tar xvpf ../file.tar' command and get a whole
bunch of errors:
tar: Read error on ../file.tar: Invalid argument
tar: Read error on ../file.tar: Invalid argument
tar: Read error on ../file.tar: Invalid argument
tar: Read error on ../file.tar: Invalid argument
Then tar just dies on me complaining ab...
2012 Feb 08
0
Para-virtualized linux kernel release for the Tegra2 harmony board.
...ind it on "git://xenbits.xen.org/people/jm77ryu/linux-xen.git"
In case of xen-arm source, please visit to "git://xenbits.xen.org/people/jm77ryu/xen-arm.git"
- Build Instructions: -
1. extract root filesytem contents as following(This requires the root privilege)
sudo tar -xvpf rootfs_dom0.tar.bz2
2. cp config_dom0 .config
3. make ARCH=arm
** Turn on target board, and download the xen-arm image(xen) and the kernel image(vmlinux.out0).
** download addresse is :
***** xen-arm : 0x8000
***** guest kernel images : 0x1e800000
- booting domu -
** To boot domu (the rootfile...
2002 Nov 14
5
Reg: Porting UFS/VxFs to ext2 (fwd)
Hello Gurus,
Greetings.
I have been assigned some work on the development of a migration
tool. The requirement is that it has to migrate the data on a UFS/VxFs
filesystem to an ext2 filesystem.
What are the technical apects I will have to look into to achieve
the same? Is it possible to change the on-disk structure of the UFS/VxFs
filesystem to an ext2 filesystem? The question may
2004 Feb 26
12
[Bug 801] Improve usability of scp by adding a "make path" option
http://bugzilla.mindrot.org/show_bug.cgi?id=801
Summary: Improve usability of scp by adding a "make path" option
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: scp
AssignedTo: openssh-bugs at mindrot.org