lloydsmart wrote: ↑Thu Feb 13, 2025 6:56 pm
Sorry to necro-post, but is there a way to make these arcade settings, especially high-scores, be stored on an SMB share e.g. RetroNAS? The idea being that high-scores and settings would be a) backed up, and b) accessible from multiple MiSTers?
Thanks
I was just tinkering with this recently. Using the cifs_mount.sh script, I am able to mount the "nvram" folder and "dips" folders that live inside the "config" folder to my NAS.
Do not mount the entire "config" folder to your NAS with "cifs_mount.sh", this will cause some strange behavior with your MiSTer not being able to load it's config files properly.
Use the following config for "cifs_mount.sh" at your own risk:
Code: Select all
SINGLE_CIFS_CONNECTION="true"
LOCAL_DIR="config/nvram|config/dips"
You may have to create the "config/nvram" folder and "config/dips" folder inside your MiSTer SMB share.
This is how I have my "cifs_mount.sh" script configured to share data between my two MiSTers:
Code: Select all
LOCAL_DIR="games|saves|savestates|screenshots|config/nvram|config/dips"
There are some additional arcade .cfg files that cannot be mounted to a NAS because they live inside the root of the "config" folder. The MiSTer devs would have to re-organize the config folder to make this happen.