You do not mount '''/dev/sda''', that refers to the entire disk. You mount '''/dev/sda1''' or wha...
sudo sshfs -o uid=1000 -o gid=1000 -o allow_other user@remotehost:/path/to/folder/ /path/to/local...