Displaying 3 results from an estimated 3 matches for "guestfs_zerofree".
2010 Dec 19
1
Defrag guest fs
...ine
> defrag of the guest fs
>
> I there already solutions of works in progress to support those
> operations ?
We don't support this right now. However it is certainly something we
would support.
libguestfs implements features by running already available Linux
tools. eg. "guestfs_zerofree" is implemented by running the
"zerofree" command.
Therefore the concrete steps to supporting this are:
(1) What commands exist already in Fedora/Debian to defrag the
different types of filesystems? (vfat, ntfs, ext3, ...)
(2) What open source Linux programs exist to do this whic...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings:
Patches 1-12 split configure.ac into smaller files using the
m4_include mechanism.
Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into
three new manual pages:
guestfs-hacking(3) - how to extend and contribute to libguestfs
guestfs-internals(3) - architecture and internals
guestfs-security(3) - security and CVEs
Patch 16 is a