got an SSD plugged into a Pi 3 B+ board running LibreELEC 9.0.0 - the Pi is cabled to my router, as is my Manjaro/KDE PC
i've been screwing around for weeks trying to mount on-demand the SSD from the PC and no one has so far been able to find the cause of the error "Too many levels of symbolic links"
PC
/etc/fstab:
[email protected]:/var/media/sda1-ata-SanDisk_SDSSDH32/         /home/atom/kodi      fuse.sshfs          noauto,x-systemd.automount,device-timeout=10,_netdev,IdentityFile=/home/user/.ssh/LibreELEC_root_id_rsa,allow_other,reconnect 0 0
	
	~/.ssh/config:
Host kodi.lan
    HostName 192.168.50.111
    Port 22
    User root
    IdentityFile /home/atom/.ssh/LibreELEC_root_id_rsa
	
	from a terminal i can ssh into kodi just fine, but as soon as i add 'x-systemd.automount' to fstab (and run 'systemctl daemon-reload && systemctl restart home-atom-kodi.automount'), i get the "Too many levels of symbolic links" when i cd into ~/kodi
if i add 'device-timeout=10' in addition to 'x-systemd.automount', this results in an empty ~/kodi directory
there are no symbolic links in play - ~/kodi is an empty directory used for the mount point
whether i use an IP or domain in fstab doesn't matter
my goal is...
* i want to be able to mount the Pi SSD on-demand from graphical file manager (Dolphin) with read/write permissions
* i don't want to use SMB