I changed the nfs to the same thing for both devices
t:\Shows -name:Shows -readonly 192.168.1.114 192.168.1.116
v:\Movie -name:Movies -readonly 192.168.1.114 192.168.1.116
r:\Anime -name:Anime -readonly 192.168.1.114 192.168.1.116
u:\Movies -name:Films -readonly 192.168.1.114 192.168.1.116
Will that XML still work like that?
I just edited it as I missed the fact that you changed the system mount “Movie” to “Movies” but yes it should work with that file on both machines. I just combined the two files together. It makes it so both machines have subs they don’t need but it will not hurt anything.
1 Like
Yes, means you correct that both systems from now onwards can access the files in the same location. You still need to correct the original paths which were different on both systems. So @darwindesign kindly created a single magic path substitution which correct them on both devices.
1 Like
Sorry I reverted that change as it was correct the first time. I got a bit confused between the naming of the mounts and exports.
3 Likes
I changed all the xml’s to
<advancedsettings>
<pathsubstitution>
<substitute>
<from>nfs://192.168.1.120/Movies/</from>
<to>/mnt/Movie/</to>
</substitute>
<substitute>
<from>nfs://192.168.1.120/Shows/</from>
<to>/mnt/Shows/</to>
</substitute>
<substitute>
<from>nfs://192.168.1.120/Anime/</from>
<to>/mnt/Anime/</to>
</substitute>
<substitute>
<from>nfs://192.168.1.120/Films/</from>
<to>/mnt/Films/</to>
</substitute>
<substitute>
<from>nfs://192.168.1.120/v/Movie/</from>
<to>/mnt/Movie/</to>
</substitute>
<substitute>
<from>nfs://192.168.1.120/t/Shows/</from>
<to>/mnt/Shows/</to>
</substitute>
<substitute>
<from>nfs://192.168.1.120/r/Anime/</from>
<to>/mnt/Anime/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
for now all remote access seems to work (I can’t check each box right now, will have to do that tomorrow) but since everything responds remotely I doubt there will any problems
Thank you so much for your help, if I find something wrong I’ll report it in here again.