Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuse: Improve reporting in mount-local when verbose is enabled. | Richard W.M. Jones | 2012-04-16 | 1 | -3/+10 |
| | |||||
* | New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API). | Richard W.M. Jones | 2012-03-29 | 1 | -0/+1536 |
Add FUSE support directly to the API. Instead of needing to use the external 'guestmount' command, you can mount the libguestfs filesystem space on a local mountpoint using an API call from any language. Note that although mount-local-run is marked as Cancellable, the current implementation does not support it, but it would be relatively simple to add it. |