umount


Description:

[ 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.

Parameters:

this

A GuestfsSession object

optargs

a GuestfsUmount containing optional arguments

Returns:

true on success, false on error