Page 1 of 1

cifs_mount not longer running at boot

Posted: Thu Aug 26, 2021 6:52 pm
by Solskogen
With the last changes, cifs_mount.sh not run at bootup even if /etc/network/if-up.d/cifs_mount exists. Running the script manually mounts my NAS.

Re: cifs_mount not longer running at boot

Posted: Fri Aug 27, 2021 7:25 pm
by matbird
I have the same issue - config looks to be the same as before the update, but on hard reboot of the mister the cifs share doesn’t auto mount on boot, I have to run the script manually and then it works just fine until I reboot again.

Re: cifs_mount not longer running at boot

Posted: Fri Aug 27, 2021 8:13 pm
by Flandango
You can always run it from /media/fat/linux/user-startup.sh. At least for the time being until either fixed or working as intended.
If you don't have that file, create it and add:

Code: Select all

#!/bin/bash
sh /media/fat/Scripts/cifs_mount.sh

Re: cifs_mount not longer running at boot

Posted: Fri Aug 27, 2021 8:42 pm
by matbird
That worked a treat, thanks!