1

I am mounting my user filesystem in a server I connect to through SSH as a remote filesystem in my local Ubuntu machine.

For that I have been following the instructions in this tutorial.

The first part, mounting the system, works fine (though I have to remove the defer_premissions option for it to work).

But I also tried the second part, editing /etc/fstab to mount the remote filesystem on boot, and it made my system boot up in emergency mode.

The problem got fixed immediatly as soon as I removed the sshfs#root@xxx.xxx.xxx.xxx:/ /mnt/droplet line from /etc/fstab, so it looks like that is indeed the culprit.

How do I fix this to mount the remote filesystem on boot?

0 Answers0