Page 1 of 1

Add folder from a second NAS

Posted: Mon Feb 01, 2016 5:34 am
by Hakon_H
Hi.
I have installed SickRage on my Asustor 202TE, but I also have a second nas with some TV-Shows. I can't figure out how to add folder from the second NAS to SickRage.
Can I mount folders from my other NAS to my Asustor? and if so, can someone please point me in the right direction?

Re: Add folder from a second NAS

Posted: Mon Feb 01, 2016 12:32 pm
by MikeG.6.5
I would have to assume it's possible to do, but I've never looked into how to do it.

Looking at Asustor's documentation in this link: http://download.asustor.com/college/en/ ... _Linux.pdf Starting on page 11 it talks about using Linux as a client to connect to an Asustor NAS. You can try these seteps running WinSCP in either a treminall window or in PuTTY. (Find WinSCP for your PC, and install it and the PuTTY addon, and take things slowly. This can fubar your machine quickly if you don't do things right.)

Let us know how this works or not, huh? I have might need to use this sometime in the future and would be nice to see if it works.

Re: Add folder from a second NAS

Posted: Wed Feb 03, 2016 4:50 am
by Hakon_H
Thank you for pointing me in the right direction.

This is what I got:

First log in to your asustore (web ui)
Go to "Access Control" then "Shared Folders"
Add a new folder (I use mybooklive in volume1)

PUTTY in to asustor as:
username = root
password = your password (same as your normal user password)

mount -t cifs -o username=,rw,users,uid=1000 //ip.to.your.second.nas/folder /volume1/mybooklive

Is there any way to mount this automaticly on each restart?

Re: Add folder from a second NAS

Posted: Wed Feb 03, 2016 11:12 am
by MikeG.6.5
Not sure if this will work or not, but check out this thread: http://forum.asustor.com/viewtopic.php?f=49&t=1681

Re: Add folder from a second NAS

Posted: Thu Feb 04, 2016 5:46 am
by Hakon_H
I found the solution her http://forum.asustor.com/viewtopic.php?f=49&t=1681

Everything working :)

thanks