Hello *, it seems that boot script which runs 'mount' doesn't recognize fuse as remote file system.
system: Debian 8.4 mycomp:/etc/fstab: # <file system> <mount point> <type> <options> <dump> <pass> /dev/sda1 / ext4 errors=remount-ro 0 1 ... curlftpfs#foo.org:///data/klmn /var/local/klmn fuse no_verify_peer,allow_other,umask=0022,iocharset=utf8,codepage=cp866 0 0 the last line causes a problem (in fact mycomp hangs) root@mycomp:~# journalctl -xb May 23 15:43:45 mycomp mount[326]: Error connecting to ftp: Could not resolve host: foo.org May 23 15:43:45 mycomp systemd[1]: var-local-klmn.mount mount process exited, code=exited May 23 15:43:45 mycomp systemd[1]: Failed to mount /var/local/klmn. -- Subject: Unit var-local-klmn.mount has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-local-klmn.mount has failed. -- -- The result is failed. May 23 15:43:45 mycomp systemd[1]: Dependency failed for Local File Systems. -- Subject: Unit local-fs.target has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has failed. -- -- The result is dependency. May 23 15:43:45 mycomp systemd[1]: Unit var-local-klmn.mount entered failed state. It seems 'fuse' isn't recognized as remote. Could you please tell me the way to mend it ? Perhaps there is a way to make systemd finish network initialization before mount remote fs and make boot script recognize fuse as remote. Thanks, Andrey PS: I am not subscribed to the list, but please answer to the list so I can read it. Sorry. I used temporal address, because I don't want to expose my real e-mail address and couldn't find a decent way how to hide it. (I'll be grateful if you could tell me one).