NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
CDitty
Sep 21, 2016Aspirant
Mapping readynas to readynas
Is there a way to link/map/share a drive on one ReadyNAS unit directly to another ReadyNAS unit without having a computer between the two? I run SABNZBD on one of my units and I want it to put the d...
- Sep 21, 2016
CDitty wrote:
That is how I was planning on handling the file destinations. But how would I map a drive from one readynas to the other? All the drives are network sharable but I can't find a way to do it readynas to readynas.
I can create a new share but that is only for that readynas. Not pointing to another.
Again, there are three ways. Let's assume that the destination share is called TV.
If you are using your own post-processing scripts you can just copy the file to the remote TV share. You could use smbclient or (probably better) rsync directly from the post-process script. No mapping is required. You can't do this from the web UI.
The second way is to go into the NAS with SSH and create a folder on the data volume (with mkdir) and mount the remote share using the linux mount command. This is "mapping". You can't do this from the web UI either.
The third way uses the frontview backup jobs - crude but simple. If the destination share is called TV, then create a local share called TV. Move the TV stuff to the local TV share, and regularly schedule a frontview backup job to copy the files to the destination. This isn't mapping, and it requires copying. But it can be done using the web ui tools.
StephenB
Sep 21, 2016Guru - Experienced User
Are you doing this with your own post-processing scripts? If so, I think you can write those scripts to copy the files to a destination network share using smbclient (deleting the local copy when done).
If you use ssh, it is also possible to create a folder on the data volume (not a share) that you can then use as an NFS mount point for a share on the destination NAS.
Yet another approach is to create parallel shares on both NAS, and update the destination NAS reasonably often (perhaps hourly) with a frontview backup job.
CDitty
Sep 21, 2016Aspirant
That is how I was planning on handling the file destinations. But how would I map a drive from one readynas to the other? All the drives are network sharable but I can't find a way to do it readynas to readynas.
I can create a new share but that is only for that readynas. Not pointing to another.
- StephenBSep 21, 2016Guru - Experienced User
CDitty wrote:
That is how I was planning on handling the file destinations. But how would I map a drive from one readynas to the other? All the drives are network sharable but I can't find a way to do it readynas to readynas.
I can create a new share but that is only for that readynas. Not pointing to another.
Again, there are three ways. Let's assume that the destination share is called TV.
If you are using your own post-processing scripts you can just copy the file to the remote TV share. You could use smbclient or (probably better) rsync directly from the post-process script. No mapping is required. You can't do this from the web UI.
The second way is to go into the NAS with SSH and create a folder on the data volume (with mkdir) and mount the remote share using the linux mount command. This is "mapping". You can't do this from the web UI either.
The third way uses the frontview backup jobs - crude but simple. If the destination share is called TV, then create a local share called TV. Move the TV stuff to the local TV share, and regularly schedule a frontview backup job to copy the files to the destination. This isn't mapping, and it requires copying. But it can be done using the web ui tools.
- CDittySep 21, 2016Aspirant
Gotcha. I didn't understand exactly how you were suggesting. I wasn't aware that you can actually call rsync from sab. I'll have to look into that and then see what I can figure out.
Thanks for the suggestions. Much appreciated.
- CDittySep 21, 2016Aspirant
Dup post
- CDittySep 21, 2016Aspirant
I'm attempting this now in testing, but wouldn't I still need to mount a drive to the other readynas before rsync would work?
- CDittySep 21, 2016Aspirant
I am able to create a mount from one NAS to the other but I must be root to do it. Once I do that, I don't have permissions to right to the mapped directory due to permissions. I've tried changing the owner and that didn't work. How would I go about making the drive map every time with a normal user?
I'm somewhat familiar with mount and fstab but a quick test didn't auto-mount like I wanted.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!