[ Version ( since = "0.8" ) ]
public bool umount (string pathordevice, Umount? optargs) throws Error
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.
this |
A GuestfsSession object |
optargs |
a GuestfsUmount containing optional arguments |
true on success, false on error |