Network Share Issues - cifs_mount.sh not mounting at Boot
Posted: Thu Mar 25, 2021 8:54 pm
I have a fresh MiSTer install and I ran Update.sh so I'm assuming that I also have the most recent version of cifs_mount.sh in the scripts folder (version 2.0.1). When I run the script manually it mounts the drive just fine and I'm able to play games. The issue is that I can't seem to get it to run automatically at boot even though I thought I set the relevant options. Any help would be appreciated. I setup the following options directly in the cifs_mount.sh file:
SERVER="MyServer"
SHARE="MyShare"
USERNAME="MyUser"
PASSWORD="MyPassword"
DOMAIN=""
LOCAL_DIR="*"
ADDITIONAL_MOUNT_OPTIONS=""
WAIT_FOR_SERVER="true"
MOUNT_AT_BOOT="true"
Thanks!
SERVER="MyServer"
SHARE="MyShare"
USERNAME="MyUser"
PASSWORD="MyPassword"
DOMAIN=""
LOCAL_DIR="*"
ADDITIONAL_MOUNT_OPTIONS=""
WAIT_FOR_SERVER="true"
MOUNT_AT_BOOT="true"
Thanks!