2024-10-17, 02:53 PM
Yes, you'd replace /media/library with your mount location.
In your fstab you can try adding the retry option.
This will retry for 5 minutes before giving up.
In your fstab you can try adding the retry option.
Code:
//192.168.1.206/Share1 /mnt/Syno cifs credentials=/etc/cifs-credentials,retry=5
This will retry for 5 minutes before giving up.