Page 1 of 1

Remote mount help

Posted: 24 Jan 2020, 08:19
by vickivik
Hi Team,

i just got my F5-421 today and i am struggling to transfer data from my other branded NAS to the TNAS. I am not able to find a way to remote mount the "other branded NAS" in TOS so i can copy my files via smb or Nfs over to my new TNAS. Please is there any app or help you can provide?

Re: Remote mount help

Posted: 26 Jan 2020, 02:02
by hstruck
Never tried it, but it should be possible via SSH.
SSH into your TNAS with user root (the root password ist the same as the admin password)
And then

Code: Select all

mount -t nfs //REMOTE-IP:/REMOTE-DIRECTORY /WHERE-TO-MOUNT-LOCAL 
or

Code: Select all

mount -t cifs //REMOTE-IP/REMOTE-DIRECTORY /WHERE-TO-MOUNT-LOCAL

Re: Remote mount help

Posted: 05 Feb 2020, 16:23
by TMSupport
Did you synchronize your files from your old NAS to any cloud such as Google Drive and Dropbox. We do support these apps, and you can transfer the files from the could to the TNAS.

Re: Remote mount help

Posted: 18 Feb 2020, 17:45
by DeepAnger
Can't you use rsync instead of NFS or SMB ?

Re: Remote mount help

Posted: 27 Feb 2020, 17:02
by vickivik
unfortunately, rsync does not work on the other NAS (WD Mycloud).

I am not very good with ssh, so i am afraid of ruining my beautiful new NAS. I ended up copying the files manually via FTP on my laptop between both as it seemed the easiest for me. Now i am backing up to Dropbox (which is very slow)