Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Hi, I tried to use libguestfs APIs from my host (Linux) to read guest files (Windows VM). I need to do this continuously on just a few files in case they change. Using guestfs_cat(), I am able to read the files of the guest VM from the host, but I cannot read a modified file without doing guestfs_shutdown(), guestfs_close() and then relaunching the image. A modified file seems not to be visible until the shutdown/relaunch combination. Now I'm trying rsync, will that work? I only need to read, and the amount of data is relatively small, about 50 MByte. Commented Feb 7, 2015 at 0:33