Contents in the /etc/fstab for the fuse.sshfs:
USER@server7:/home/USER /mnt/server7 fuse.sshfs defaults,allow_other,_netdev,uid=1000,gid=1000,idmap=user,reconnect,IdentityFile=“/home/user/.ssh/id_rsa” 0 0
Results during booting the system:
$ journalctl -x | grep server7
Oct 17 17:22:41 vatcad3 systemd[1]: Mounting /mnt/server7…
– Subject: Unit mnt-server7.mount has begun start-up
– Unit mnt-server7.mount has begun starting up.
Oct 17 17:22:44 vatcad3 systemd[1]: mnt-server7.mount: Mount process exited, code=exited status=1
Oct 17 17:22:44 vatcad3 systemd[1]: Mounted /mnt/server7.
– Subject: Unit mnt-server7.mount has finished start-up
– Unit mnt-server7.mount has finished starting up.
Oct 17 17:22:45 vatcad3 systemd[1]: mnt-server7.mount: Succeeded.
– The unit mnt-server7.mount has successfully entered the ‘dead’ state.
Mounting after xwindow login:
[user@vatcad3 ~]$ ls /mnt/server7/
[user@vatcad3 ~]$ sudo mount -a
[user@vatcad3 ~]$ ls /mnt/server7/
Music …
The /etc/fstab seems to work with the ‘mount -a’ later, after the boot and xwindow login is done, but it did’nt seem to work in the boot sequence.