umount_all
Description:
[
Version ( since =
"0.8" ) ]
public bool umount_all ()
throws Error
unmount all filesystems
This unmounts all mounted filesystems.
Some internal mounts are not unmounted by this call.
Parameters:
this |
A GuestfsSession object
|
Returns:
true on success, false on error
|