umount

Unmount a device

Syntax:

umount [-f] path [path ...]

Runs on:

Neutrino

Options:

-f
Force an unmount, even if the device is busy.
path
The root mountpoint to be unmounted.

Description:

This utility unmounts the devices that were mounted as the given paths.

If a device is busy (for example, if a file is open), umount fails. You can force the device to be unmounted by specifying the -f option.

See also:

mount