Edit -
Thanks for the lengthy reply. Apologies on not being clear before this. I've actually mounted the cifs manually prior to this with the correct address of the network share. It mounts fine manually. The problem i'm having is getting it to automount. I've edited the services-start...
Hi! Thanks for the reply.
I’ve tried with 60 sec sleep on the start services script. Will try with the post mount script and report back. Thanks!
Edit - What I have is
#!/bin/sh
Sleep 60
mount \\\\192.168.1.100\\ShareName /cifs1 -t cifs -o "username=User,password=Pass" (I changed this line...
apologies on bumping an old thread. I too am new to Merlin's build, and am trying to get a cifs automounted on reboot. I've tried inserting an entry to my services-start script, but it doesn't autostart. Could someone point me in the right direction stepwise? Thanks!