I just installed Start9 and want to backup my Start9 configuration to my Synology (beta DSM 7.2) and I have a fail during the backup creation :
I followed the instruction here and I can access (and create files) to the network folder from my Windows 11 computer without any issue after entering my account and password.
Tests I’ve done :
ping from Start9 device to my Synology : OK
creating files/folders into the network folder : OK
I tried to mount the folder manualy from SSH and it worked :
What I did :
nano /home/start9/.smbcredentials // entered my creds
mkdir /tmp/smb_test
sudo mount -t cifs -o rw,vers=3.0,credentials=/home/start9/.smbcredentials //192.168.1.111/Start9 /tmp/smb_test/
sudo -i
touch /tmp/smb_test/test.txt
I can now see the test.txt file created by accessing to the folder with my Windows PC.
And the Synology logs saw the connection from my Start9 device IP address :
Connexion 28/03/2023 21:34:14 XXX User [XXX] from [(192.168.1.91)] via [CIFS(SMB3)] accessed shared folder [Start9].
I tried with the Synology name but it failed :
root@wrinkly-swarm:~# mount -t cifs -o rw,vers=3.0,credentials=/home/start9/.smbcredentials //syn0/Start9 /tmp/smb_test/
mount error: could not resolve address for syn0: Unknown error
So I modified the /etc/hosts file to add the Syno IP address :
What hostname are you entering into Embassy? It looks like for you it ought to be syn0 - you can try with .local at the end, but this should not be necessary.
If you’re following the guide accurately then it will work - if you have deviated from that, then something may be incorrect.
hi there, I am having the same isusue with a Mac computer. My back up was working fine and all of the sudden stop working. Second time it happened. Any thoughts?