I used sshfs without sudo to create a directory like
sshfs user@172.19.76.226:/media/user/harddrive /temp/user/harddrive
but when I want to umount the /temp/user/harddrive directory with
umount /temp/user/harddrive
it prompts:
umount: /temp/user/harddrive: Permission denied
so how to umount this directory?