Unmount a mount point.

Synopsis

umount [--clear-cache] <path>

Description

Unmounts a mount point. 'umount <path>' is an alias for 'mount unmount <path>' — same behavior, shorter to type.

Options

--clear-cache Also drop cached listings and bodies for a remote mount.

Examples

$ umount /mnt/myapp

Unmount a mount point.

$ umount --clear-cache /mnt/s3

Unmount and also clear cached listings/bodies.

See Also

mount