similar to: Re: libguestfs compilation

Displaying 20 results from an estimated 10000 matches similar to: "Re: libguestfs compilation"

2018 Jun 29
0
Re: libguestfs compilation
in fact, it was vhd and not hvd. if I understand correctly, guestmount uses qemu to allow the host to access the contents of the virtual machine disk : it makes it live to access its disk ? thank you for answering. 2018-06-28 16:30 GMT+02:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, Jun 28, 2018 at 03:55:32PM +0200, Pascal wrote: > > hello, > > > > I'd like
2018 Jun 29
2
guestmount only
hello, I would only like to have guestmount in my toolkit to read-only vhd/vhdx images, so I try to compile libguestfs with a minimum of dependencies. I downloaded the 1.38-stable sources, installed the necessary dependencies and compiled them with the command : ./configure --disable-ocaml --disable-perl --disable-ruby --disable-haskell --disable-php --disable-erlang --disable-lua
2015 Jan 21
3
** Newbie - HELP **
Hi ALL, Sorry for this if it is a stupid question, but: Is it possible to native boot centos from a VHD/VHDX file in a similar way to Windows 8.1? I am hoping to dual 'native' boot Windows 8.1 and CentOS; but then I want to Image the disk to deploy it to other classroom machines. Any help advice would be appreciated. I've had an unsuccessful play with easybcd's neogrub; and I
2022 Sep 01
2
Backup KVM Guest VM in OVA or VMDK format
Hi, Is there a way to backup KVM Guest VM running CentOS Linux release 7.9.2009 (Core) OS in kvmguestosimage.ova or kvmguestosimage.vmdk format as I am trying to restore it in AWS by referring to https://aws.amazon.com/ec2/vm-import/ article as per the below supported file format. [1] Open Virtualization Archive (OVA) [2] Virtual Machine Disk (VMDK) [3] Virtual Hard Disk (VHD/VHDX) [4] raw Also
2018 Oct 15
2
Bug Report, .vhdx file not attaching
I am trying to mount a windows 10 backup .vhdx file. I installed libguestfs through ```sudo apt-get install libguestfs-tools``` I am running Ubuntu 18.04.1 LTS and this is the installed version: ```1:1.36.13-1ubuntu3.2``` This is the output of the command I ran: ``` ~$ guestmount --add Documents/8be29c38-0000-0000-0000-602200000000.vhdx --inspector --ro /media/Windows10/ libguestfs: trace:
2015 Jan 22
2
** Newbie - HELP **
Thanks for the reply. The idea of using a VHD(X) was to enable use to use disk imaging tools such as ghost, wds etc to deploy images of this type of system to over 500 machines. We have not found an imaging solutions that can image and deploy via multicast a system set up in the standard way you describe. Regards Darren Williams -----Original Message----- From: centos-bounces at centos.org
2013 Nov 21
9
[PATCH] vhd-util create: add -C|nocow option
Add ''-C'' (nocow) option to vhd-util create. Btrfs has terrible performance when hosting VM images, even more when the guest in those VM are also using btrfs as file system. One way to mitigate this bad performance is to turn off COW attributes on VM files (since having copy on write for this kind of data is not useful). According to ''chattr'' manpage, NOCOW
2020 Apr 29
4
INITRD_MODULES
I am trying to take a CentOS 7 img and get hyperv to boot. First step. qemu-img convert "CentOS7.img" -O vhdx -o subformat=dynamic "CentOS7.vhdx" after adding new hyper-v I get dracut-timeout... So doing some searching it says add hv_vmbus hv_netvsc hv_storvsc to INITRD_MODULES. which doesnt really exist any more in CentOS 7. I did find /etc/dracut.conf and add_drivers... I
2016 Jun 13
0
Re: libguestfs-tools and NTFS compression attribute
[Please follow up on libguestfs@redhat.com, there is no need to subscribe] On Mon, Jun 13, 2016 at 04:03:20PM +0200, Vlastimil Burián wrote: > Hello Richard, > > I need a little help with libguestfs-tools > > I used it as follows: > > |sudo guestmount -a thevirtualdisk.vhdx -i /mnt/anydirectory | > > > But so far I have no clue as to if it is possible and if
2015 Jan 23
3
** Newbie - HELP **
Using VM's was a suggestion I put forward but some of our staff didn't like the idea! We can't virtualise Windows as we run many CAD and Media app's that require high end graphics card utilisation. The Linux image is mainly used for coding type activities and so virtualising that would seem sensible - unfortunately that is not my call.. Regards Darren Williams -----Original
2012 Jul 09
1
Disk images
Hello! We are planning to migrate our iSCSI installation (LUN based) to one NFS installation (based in images). iSCSI offers great performance, but we have many dom0s and domUs and the management is difficult (many LUNS, many multipath messages, ...). (We are using Debian Wheezy with Xen 4.1.2) I have some questions: -What formats of disk images support Xen? I have not found support for
2017 Apr 19
2
virsh error: driver is not whitelisted
Hi, I'm using virsh to instance a VM in my environment, but I'm running on some issues. I created the following domain file: <domain type='kvm'> <name>demovm</name> <uuid>4a9b3f53-fa2a-47f3-a757-dd87720d9d1d</uuid> <memory unit='KiB'>4194304</memory> <currentMemory
2009 Nov 09
1
[PATCH libguestfs] avoid "syntax-check" failure
syntax-check failed with this: fuse/guestmount.c:364: free ((char *) r); maint.mk: don't cast free argument make: *** [sc_cast_of_argument_to_free] Error 1 >From ed007e673b00ec545fcff2a708a57d98075c6460 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 9 Nov 2009 15:06:36 +0100 Subject: [PATCH libguestfs] avoid "syntax-check"
2009 Nov 09
1
[PATCH libguestfs] fix doc typo
barely worth mentioning... >From 459fa00dd144aef2c7287eb99354c9b39eaa62c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 9 Nov 2009 15:09:35 +0100 Subject: [PATCH libguestfs] fix doc typo * fuse/guestmount.pod: Avoid "the the". --- fuse/guestmount.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fuse/guestmount.pod
2017 Mar 29
2
libguestfs-xfs for CentOS 6
<div>Dear all,</div><div> </div><div>Does anybody know if the package libguestfs-xfs exists for CentOS 6? I faced the problem when tried to change passwd for XFS virtual machine based on ext4 CentOS 6 parent server:</div><div> </div><div><div>guestmount -a /dev/lvm/xfs.test -i /tmp/cp_mount/xfs.test</div><div>guestmount: no
2014 Sep 25
1
HyperV (win2012) storage on Samba4
Hi, I'm trying to expose a linux share via Samba4 to serve as a VM backing store (storage) for HyperV VMs running on Win2012 R2 Standard server. The system details are: Intel(R) Xeon CPU. 64 bit operating system. I'm not sure if SMB3 is fully supported by Samba 4(codebase corresponds to "master" git branch). The VM deployment fails while trying to create *.vhdx file; the error
2015 Jan 28
2
Can't create any VPS using KVM template due to the error with libguestfs
Hi, I'm using SolusVM control panel to create KVM VPS. Suddenly, I can't make any VPS on Host-Node. Their build log says the SolusVM can't read the libguestfs in server. During the debug, I've tried to mount existing VPS using guestmount command and I can't mount the KVM image. Please check here. [root@msv07 /]# guestmount -i -a /dev/msv07data/kvm139_img /mnt libguestfs:
2014 Feb 03
2
libguestfs and zfs-fuse
I'm wondering whether or not anyone has tried to use guestmount on an image with a ZFS partition (MBR partition table). I can't seem to find much on the internet regarding it, but I do see hints that may lead me to a solution. I'm under the impression that libguestfs can use what ever is available to the kernel on the host -- in my case I have zfs-use installed and running. I
2020 Jun 08
2
[EXTERNAL] Could not access a share as a guest
Hi Ashok, That solved this issue and moved ahead of that IPC$ share access issue. Thanks for that. Now, I am seeing the below error. Please note I am new to samba world. Pardon me if I am asking for more. Meanwhile I too will check smb.conf online doc and my smb.conf for any conflicting configurations. [2020/06/08 12:23:08.982042, 5, pid=471, effective(0, 0), real(0, 0)]
2019 Mar 30
2
Re: few things I found about virt-p2v
> > > > I did, and I'm enclosing gzipped copy of the file. Line 4197 clearly > shows > > it got the correct parameter: > > Initializing the target -o libvirt -os NAS-10G > > Ah I see. This is a limitation: > > > https://github.com/libguestfs/libguestfs/blob/f79129b8dc92470e3a5597daf53c84038bd6859e/v2v/output_libvirt.ml#L107 > > I see. This