Adicionar _netdev
às opções de montagem em /etc/fstab
pode ser suficiente.
Mount units referring to local and network file systems are distinguished by their file system type specification. In some cases this is not sufficient (for example network block device based mounts, such as iSCSI), in which case _netdev may be added to the mount option string of the unit, which forces systemd to consider the mount unit a network mount.
Além disso, systemd
suporta dependências de ordem explícitas entre as entradas de montagem e outras unidades: Adicionar x-systemd.after=network-online.target
às opções de montagem pode funcionar se _netdev não for suficiente.
Consulte a documentação da unidade de montagem do systemd para obter mais detalhes.