0

I've a remote folder in the synology mount list that I need to manually reconnect every day to have access to it, otherwise it's not accesible.. (so go to File Station > tools > mount list ; and then right click on the remote folder and click on reconnect ).

Is there a command line to reconnect it without going to the admin GUI ? I use this remote folder in a Scheduled task ( basically I do a rsync to backup the NAS on this remote folder ) thus I could add this "reconnection" command at the beginning of Scheduled task.

Thank you

4
  • You should be able to add permanent mapping by : NET USE S: "\\NAS_NAME\SHARE_NAME" /PERSISTENT:YES.
    – harrymc
    Commented Jul 4, 2022 at 7:59
  • I tried your command but I got an error : NET: command not found Commented Jul 4, 2022 at 8:47
  • Where are you entering the command?
    – harrymc
    Commented Jul 4, 2022 at 10:34
  • on the NAS terminal Commented Jul 4, 2022 at 11:06

0

You must log in to answer this question.

Browse other questions tagged .