Displaying 1 result from an estimated 1 matches for "guestfs_run".
Did you mean:
guestfs_rm
2009 Nov 19
2
Windows port of daemon?
...I'm creating
this thread to discuss the issue.
The reason to want a Windows appliance at all is twofold: (1) better
support for NTFS filesystems and Windows-native filesystem features
(attributes, volume management etc), and (2) so we can run Windows
CMD.EXE commands using the guestfs_command/guestfs_run API.
The alternate architecture seems like it would be something like this:
+-----------------+ +-----------------+
| libguestfs.so | <--------> | guestfsd |
| (library) | | (appliance) |
+-----------------+ | Windows kernel |...