Unable to start autofs with default configuration.
autofs and cifs-utils are installed. I've been able to mount the samba share through an entry in fstab, but I was looking to be able to auto mount the share after login rather than through /etc/fstab.
I set up a mount for my htpc's samba share, referencing this document:
https://help.ubuntu.com/community/Autofs
Then I restarted autofs with sudo systemctl restart autofs
It didn't work, there were no subdirectories under /cifs. I stopped autofs and ran this to find out why, as the doc recommends:
bash ≻ sudo automount -f -v Starting automounter version 5.1.6, master map auto.master using kernel protocol version 5.05 lookup(dir): dir map /etc/auto.master.d missing or not readable lookup(file): failed to read included master map dir:/etc/auto.master.d
The problem is that the directory, /etc/auto.master.d which is specified in /etc/auto.master is not present on Solus
Recommended fix:
Properly create the directory expected with whatever default contents it needs, or comment out that line
Commenting out the bogus directory in my config file allowed my mount to work and the /cifs/ to auto create the share directory.