similar to: Nasty little bug in guestmount found and fixed

Displaying 20 results from an estimated 80000 matches similar to: "Nasty little bug in guestmount found and fixed"

2016 Aug 09
0
Re: [libvirt-users] Cannot guestmount a Fedora 24 XFS disk.
The host is running Ubuntu 12.04 LTS and has the libguestfs package installed -- which, if I'm not mistaken, provides libguestfs-xfs: https://launchpad.net/ubuntu/+source/libguestfs Andre Goree ________________________________________ From: Richard W.M. Jones <rjones@redhat.com> Sent: Monday, August 8, 2016 3:21 AM To: Andre Goree Cc: libvirt-users@redhat.com; libguestfs@redhat.com
2019 Nov 25
0
Re: RHEL 7 and guestmount of XFS volumes
On Mon, Nov 25, 2019 at 12:08:33PM +0100, Fabien Dupont wrote: > Hi, > > I'm experiencing a weird behavior when tried to use guestmount with a XFS > formatted volume. I have created a RHEL 8 virtual machine using libvirt. I > have retrieved the disk image on a RHEL 7.7 server to mount the image root > filesystem and explore it. > > The command returns an error
2017 Jan 16
0
Re: ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
On Tue, Jan 10, 2017 at 05:06:13PM +0100, Jelle de Jong wrote: > Hello everybody, > > I am using libguestfs-tools version 1.28.1 in a bunch of bash > scripts to make back-ups of the files on a visualisation platform. > > I been trying to get read access to ntfs volumes with data > deduplication working. Do you have more information about data deduplication? It's the
2020 Sep 03
0
Fwd: is there a way to set discard=unmap when using guestmount? (#52)
----- Forwarded message from braindevices <notifications@github.com> ----- Subject: [libguestfs/libguestfs] is there a way to set discard=unmap when using guestmount? (#52) I cannot find anything in the document. This option is very important for dynamic qcow2 disks. Without out this the IO is super slow even on tmpfs only 3MB/s. Subject: Re: [libguestfs/libguestfs] is there a way to
2016 Aug 08
1
Re: Cannot guestmount a Fedora 24 XFS disk.
On Fri, Aug 05, 2016 at 02:46:11PM +0000, Andre Goree wrote: > > I seem to be having trouble using guestmount to mount a Fedora 24 disk that is using XFS.  This is the error messings I get when I try: > > root@cpdev-cn5:/var/lib/libvirt/images/base# guestmount --rw -a ${disk_path}/${disk_name} -m /dev/${target}1 /tmp/fedora-master/ > libguestfs: error: mount_options: /dev/vda1 on
2016 Aug 08
1
Re: [libvirt-users] Cannot guestmount a Fedora 24 XFS disk.
On Fri, Aug 05, 2016 at 02:46:11PM +0000, Andre Goree wrote: > > I seem to be having trouble using guestmount to mount a Fedora 24 disk that is using XFS.  This is the error messings I get when I try: > > root@cpdev-cn5:/var/lib/libvirt/images/base# guestmount --rw -a ${disk_path}/${disk_name} -m /dev/${target}1 /tmp/fedora-master/ > libguestfs: error: mount_options: /dev/vda1 on
2014 Nov 05
1
Re: Missing libguestfs-winsupport in EL7
On Wed, Nov 05, 2014 at 05:42:24PM +0000, Craig Schenk wrote: > Hi, the libguestfs-winsupport RPM seems gone from EL7 (I've checked > RHEL, CentOS, Oracle Linux and Scientific and all have an existence > underflow condition for that package). There seems to alternate way > to guestmount or do other libguestfs operations on an NTFS qcow2 > image, and all return an error
2010 Oct 22
8
[PATCH 0/8 v2] Complete fix for CVE-2010-3851.
1/8 generator: Rearrange argt logically (RHBZ#642934,CVE-2010-3851). 2/8 generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851). These two previously posted. 3/8 fish: Specify format of disks (RHBZ#642934,CVE-2010-3851). Updates to guestfish to add the --format option and to make -d copy the format from libvirt. 4/8 fuse: Specify format of disks (RHBZ#642934,CVE-2010-3851).
2018 Jun 28
2
Re: libguestfs compilation
On Thu, Jun 28, 2018 at 03:55:32PM +0200, Pascal wrote: > hello, > > I'd like to have "juste" guestmount in my toolkit to mount hvd/vhdx images, > so I try to compile libguestfs with a minimum of dependencies : where can i > get help to get there without polluting github etc ? You can email libguestfs@redhat.com (no need to subscribe). The instructions for compiling
2011 Apr 16
1
NOTE: running ./fish/guestfish etc from build dir without installing
In 1.11.1 / git, I have made some changes to the way that you run guestfish, guestmount and the virt tools from the build directory without installing. Firstly you can't just run ./fish/guestfish or ./fuse/guestmount any more and have those programs magically set LIBGUESTFS_PATH. The automagic code was always error-prone and I have removed it. Secondly, all of the run-*-local scripts have
2017 Jul 31
2
Re: read/write performance through mount point by guestmount
On Mon, Jul 31, 2017 at 06:52:28PM +0800, lampahome wrote: > if I mount through guestfs library in python or guestfish, the same > condition happenes? > > I mean the insane number of layers and the performance No. The layers are only present because guestmount uses FUSE. libguestfs itself performs very well if you are careful to use it in the correct way. The architecture of
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
2009 Nov 18
1
Build problem on CentOS 5.4
guestmount.c: In function 'fg_utimens': guestmount.c:537: error: 'UTIME_NOW' undeclared (first use in this function) guestmount.c:537: error: (Each undeclared identifier is reported only once guestmount.c:537: error: for each function it appears in.) guestmount.c:539: error: 'UTIME_OMIT' undeclared (first use in this function) I'm not sure what's the best thing to
2010 Nov 10
7
[PATCH 0/7] Add libvirt domain to core API
This series of patches aim to make adding disks from libvirt domains easy through the core API. These two new APIs allow you to add the disks from a libvirt domain. The higher level add-domain API takes the name of the libvirt domain as a string and connects to libvirt itself. The lower level add-libvirt-dom API relies on the program to connect to libvirt and pass the virDomainPtr into the API
2015 Nov 06
0
Re: Hierarchical local mount
On Fri, Nov 06, 2015 at 04:16:21PM +0300, Maxim Perevedentsev wrote: > Hello everyone! > > I have to implement the functionality of mounting all VM disks/partitions. > > E.g. if a VM has 2 disks of 2 partitions each (I get it from > virt-filesystems), I want to get the following structure on host > node after mount: > mnt/ > ------hdd0/ > -------------volume1/ >
2017 Jul 27
2
Re: performance between guestfish and qemu-nbd
2017-07-27 20:18 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, Jul 27, 2017 at 06:34:13PM +0800, lampahome wrote: > > I can mount qcow2 img to nbd devices through guestfish or qemu-nbd > > > > I'm curious about which performance is better? > > They do quite different things, they're not comparable. > > Can you specifically give the
2015 Jan 28
0
Re: Can't create any VPS using KVM template due to the error with libguestfs
On Thu, Jan 29, 2015 at 12:16:30AM +0530, Thirumalai Nambi wrote: > 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
2013 Nov 25
0
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
On Mon, Nov 25, 2013 at 05:32:23PM +0100, Gonzalo Aguilar Delgado wrote: > Hello, > > I've found a problem running libguestfs on my system. > > The system has /var mounted with a symbolic link to /mnt/bigdata/var > > > > root@red1:/var/log/nova# ls -ld /mnt/bigdata/var > drwxrwxr-x 15 root users 4096 jul 7 17:55 /mnt/bigdata/var > root@red1:/var/log/nova#
2017 Jul 11
0
Re: [virt-v2v] no installed kernel packages were found Converting CentOS OVA to KVM
On Tue, Jul 11, 2017 at 07:40:01PM +0000, Zach Seils (seils) wrote: > While trying to convert an OVA exported from VMware vSphere to libvirt using virt-v2v, I get the following error: > > virt-v2v: error: no installed kernel packages were found. > > Environment info: > > Base OS: 16.04.2 LTS (Xenial Xerus) > Source VM OS: CentOS 7 > libguestfs: 1.37.16 (built from
2012 Mar 03
0
libguestfs binary "fixed appliance"
http://libguestfs.org/download/binaries/appliance/ This could be interesting for people trying to compile libguestfs on platforms which don't yet support febootstrap. I suspect it may also be useful for Debian. I'm not suggesting that Debian uses a binary appliance, but instead of having update-guestfs-appliance build a supermin appliance, it could build a fixed appliance (in two steps,