Hello all,
It is a couple of hours that I am trying to accomplish to link together my FreeNAS (I use it to store files and run media services (Plex)) to a WD World Edition NAS (I use it only as a storage and I have .mkv files on it). I want to link the FreeNAS to the WDNAS such that PLEX can take the files from the WDNAS and stream them from FreeNAS.
I tried to mount NFS and It works, but when i reboot I have to input the command again. I tried an init script and it doesn't work. Do you have any suggestion? Thank you
It is a couple of hours that I am trying to accomplish to link together my FreeNAS (I use it to store files and run media services (Plex)) to a WD World Edition NAS (I use it only as a storage and I have .mkv files on it). I want to link the FreeNAS to the WDNAS such that PLEX can take the files from the WDNAS and stream them from FreeNAS.
I tried to mount NFS and It works, but when i reboot I have to input the command again. I tried an init script and it doesn't work. Do you have any suggestion? Thank you
Code:
mkdir /mnt/WDNaS mount -t nfs 192.168.2.6:/nfs/Download /mnt/WDNaS
Last edited by a moderator: