Function nix::mount::umount2

source ·
pub fn umount2<P: ?Sized + NixPath>(target: &P, flags: MntFlags) -> Result<()>
Available on crate feature mount only.
Expand description

Unmount the file system mounted at target.

See also umount