We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you set SnapX's PersonalFolder to a network share, there are some important considerations to ensure reliability, especially when using SQLite.
When mounting network shares:
SMB:
strictsync
nobrl
NFS:
Example SMB mount command:
sudo mount -t cifs //hpgaming6900x.local/OpenShare /mnt/OpenShare -o guest,vers=3.0,uid=1000,gid=1000,file_mode=0777,dir_mode=0777,strictsync,nobrl
Do not use the built-in NFS3 driver. It is not reliable for SnapX’s SQLite operations.
Network shares are supported, but I haven't tested them yet on macOS. Good luck! Feel free to edit this page if you find something useful.