unmount

Common misspelling redirect to umount

TLDR

This spelling is wrong — use umount to detach filesystems
$ umount [device|mountpoint]

DESCRIPTION

unmount is not a valid Linux command. The correct command for unmounting file systems is umount (without the 'n'). This is a common source of confusion for new Linux users. The command name originates from early Unix where shorter command names were preferred.

SEE ALSO

umount(8), mount(8), lsblk(8), fuser(1)