umount
Description:
unmount a filesystem
This unmounts the given filesystem. The filesystem may be specified either by its mountpoint (path) or the device which contains the filesystem.
Parameters:
this |
A GuestfsSession object |
optargs |
a GuestfsUmount containing optional arguments |
Returns:
true on success, false on error |