[ Version ( since = "1.17.22" ) ]
public bool umount_local (UmountLocal? optargs) throws Error
unmount a locally mounted filesystem
If libguestfs is exporting the filesystem on a local mountpoint, then this unmounts it.
See "MOUNT LOCAL" in guestfs(3) for full documentation.
this |
A GuestfsSession object |
optargs |
a GuestfsUmountLocal containing optional arguments |
true on success, false on error |