August 17, 20169 yr Could one of you pros help me with mapping from one unraid server to another? 192.168.1.119\TVSHOWS to 192.168.1.120\TVSHOWS I want to put this mount in the go script so it launches each time. Having fits with the right syntax I know this is easy, thanks in advance for your assistance
August 17, 20169 yr Maybe I'm just missing something, but are you trying to mount the TVSHOWS share from server ...120 onto the server ...119? Easiest way to accomplish that is to use the unassigned devices plugin or via the go: mkdir /path/to/local/mount/point mount -t cifs //192.168.1.120/TVSHOWS /path/to/local/mount/point -o username=whatever,password=whatever,dir_mode=0777,file_mode=0777
August 17, 20169 yr Can confirm the easiet way is to use unassigned devices plugin. I do the same thing with all my data on Rig 1 and then all my dockers on Rig 2 and have the mounts auto start. You can choose NFS or SMB shares. Then just map your apps accordingly. So just as an example I have something like /mnt/disk/192.168.1.3/Movies/ then in plex /Movies is mapped to /mnt/disk/192.168.1.3/Movies/ if your using SMB its the pretty much the same /mnt/disk/SERVERname/Movies/ Very quick and easy to do.
Archived
This topic is now archived and is closed to further replies.