Displaying 9 results from an estimated 9 matches for "vdiskmanag".
Did you mean:
vdiskmanager
2010 May 31
2
VMware and multiple vmdk files
...g to all the other
files (e.g. guest-f001.vmdk, guest-f002.vmdk,...).
I tried the following scenarios without success:
1- just adding the base vmdk: add_drive guest.vmdk
2- adding all the files:
add_drive guest-f001.vmdk
add_drive guest-f002.vmdk
...
It works if I merge all the files with vmware-vdiskmanager
(something like: vmware-vdiskmanager -r guest.vmdk -t 0 guest-new.vmdk)
Can I use guestfs without merging all the files in one image?
Thanks,
Thierry
2007 Feb 06
1
Increasing existing partition and LVM size
...en grow the logical volume(s) and the
file systems on it. BTW, this is all on a VMware virtual disk, so I
really can't screw things up, as I have a copy of the VMDK files and
can start over again (and again, and again...). The disk was
originally 8GB, and I just resized it with vmware-vdiskmanager.
I have tried to use parted to resize the partition, but I get the
message "Error: Could not detect file system.", and I can't find a
way to resize the partition with fdisk and sfdisk. Am I missing
something obvious or is this not doable?
Thanks,
Alfred
2009 Mar 18
1
Is it possible to make rsync VMware split .vmdk's aware?
...recovery off-site
with files from a VMware Server (under Linux). All works very well, but
when I defragment the VM's (once a week) or Exchange defragments it's
datastore the disk layout changes offcourse and sometimes a lot.
What do I do:
- I am making a local copy with vmware-vdiskmanager to an USB
disk in the split "thin-disk" format of the vmdk's
- Then I start rsync to our datacenter to replicate the split
"thin-disk" vmdk's
What happens:
Sometimes, because of the defragment within the VM or Exchange, the disk
layout changes so much th...
2008 Feb 13
2
NT4 in a DomU
Hi,
I use Xen 3.0.3-1 on a Debian Etch with LVM to store
my DomUs.
I already exploit a Windows 2000 in a DomU but I can''t
install a windows NT4 Server:
I have a death of Blue Screen during the installation
begining.
Did someone test that scary NT4 DomU with success?
I think NT4 need a disk driver but wich one? and how
can I give it one?
My last solution to test is:
to convert a NT4
2009 Jul 10
3
Migrating from VMWare Workstation
Dear virt list
I have some virtual machines running on my notebook under VMWare 6.5.2
64 bit that I would like to move to a current 64 bit CentOS 5.3 machine
with a current Intel Xeon processor. The virtual machines do use the
GUI, e.g. they are not text only.
Is it better to use VMware server or Xen?
If using Xen, do I have to convert the images?
Regards,
Peter
--
Dott. Peter
2009 Jul 15
1
Pseudo code for v2v
I've attached my initial thoughts on the design for the v2v tool.
--
Matthew Booth, RHCA, RHCSS
Red Hat Engineering, Virtualisation Team
M: +44 (0)7977 267231
GPG ID: D33C3490
GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: v2v-pseudo.txt
URL:
2011 Oct 28
2
Inspecting VMware OVFs
Hi,
Maybe this is just a newbie question. I am trying to inspect VMware images
with guestfish.
I am running Fedora 15 in a VSphere VM. Once Fedora is installed I do:
yum update
yum install '*guestf*'
Then I run guesfish on a copy of a Fedora 15 disk.
guestfish -rw -I -a Fedora15-2-disk1.vmdk
with the following result:
libguestfs: error: unexpected end of file
2009 Oct 09
1
rsync, --sparse and VM disk images
...disaster recovery off-site
with files from a VMware Server (under Linux). All works very well, but
when I defragment the VM's (once a week) or Exchange defragments it's
datastore the disk layout changes offcourse and sometimes a lot.
What do I do:
- I am making a local copy with vmware-vdiskmanager to an USB
disk in the split "thin-disk" format of the vmdk's
- Then I start rsync to our datacenter to replicate the split
"thin-disk" vmdk's
What happens:
Sometimes, because of the defragment within the VM or Exchange, the disk
layout changes so much that a split...
2017 Mar 31
6
[PATCH 0/3] Fix some quoting issues.
Fix some quoting issues by introducing Unicode quotes.
Note this intentionally only affects end-user messages and documentation.
Rich.