CIFS: VFS: cifs_mount failed w/return code = -112

Post Reply
zemerdon
Site Admin
Posts: 255
Joined: Mon Jan 23, 2023 8:13 pm

CIFS: VFS: cifs_mount failed w/return code = -112

Post by zemerdon »

This is due to the service systemd-networkd-wait-online being disabled.

Enable the service like so:

sudo systemctl enable systemd-networkd-wait-online
This should execute without errors.

After that reboot your system. Your network share should mount at boot now.

If the share is still not mounting, check:

systemctl status networkd-dispatcher.service systemd-networkd.service
And see if either service is disabled and enable them too. Then reboot your system.
Post Reply