Command
umount
Explanation
umount detaches filesystems from the directory tree.
Examples
Unmount USB drive
umount /mnt/usb
Force unmount
umount -f /mnt/disk
umount
umount detaches filesystems from the directory tree.
Unmount USB drive
umount /mnt/usb
Force unmount
umount -f /mnt/disk