mount_local_run
Description:
[ Version ( since = "1.17.22" ) ]
public bool mount_local_run (Cancellable? cancellable = null) throws Error
public bool mount_local_run (Cancellable? cancellable = null) throws Error
run main loop of mount on the local filesystem
Run the main loop which translates kernel calls to libguestfs calls.
This should only be called after mount_local returns successfully. The call will not return until the filesystem is unmounted.
Note you must *not* make concurrent libguestfs calls on the same handle from another thread.
You may call this from a different thread than the one which called mount_local, subject to the usual rules for threads and libguestfs (see "MULTIPLE HANDLES AND MULTIPLE THREADS" in guestfs(3)).
See "MOUNT LOCAL" in guestfs(3) for full documentation.
Parameters:
this |
A GuestfsSession object |
cancellable |
A GCancellable object |
Returns:
true on success, false on error |