Hi! I have added a few lines to /ets/fstab like this:
//u271407.your-storagebox.de/backup /mnt/hetzner cifs iocharset=utf8,rw,user=u271407,pass=******,uid=1000,gid=1000,cache=loose 0 3 //192.168.0.4/Root /mnt/rp64-root cifs iocharset=utf8,rw,user=nils,pass=******,uid=1000,gid=1000,cache=loose 0 3 192.168.0.4:/mnt/hdd /mnt/hdd nfs defaults 0 3 /mnt/hdd/Programme /home/nils/Programs none bind 0 4 However, this is causing a service ordering cycle between "local-fs.target" and "network-online.target" which in turn causes services to be missing after bootup unpredictably. Usually that causes XWayland to fail as well as NetworkManager. How do I get out of this situation? What could I be doing wrong? Thanks in advance