All Questions
1 question
1
vote
1
answer
796
views
sshfs folder empty after reboot
I'm using Ubuntu 22.10 "Kinetic Kudu" and I am trying to mount a folder via sshfs following instruction I got online:
sudo sshfs -o allow_other,default_permissions server@address:~/ /home/...