I am running an NFS Server on my WinXP machine which is exporting some shares. Those are correctly mounted on my WDTV Live 1.02.21-0.5.1.1.1 and intercepted via CIFS-Interceptor so that I now can browse my Server and be presented with my NFS share. All was fine.
Now I installed a second hard drive, created the same folder structure as on my first drive (for the videos) and looked for a possibility to merge shares from both drives in on mount point under the Server which then can be browsed an played from just like before.
Now I am stuck configuring this - I have fiddled some time earlier to get this working right and dont want to mess it up completely. Here is what I already did to me:
The net.mounts file:
- Code: Select all
xmount 192.168.178.4:/Videosammlung1 .Videosammlung1 nfs vers=3,ro,timeo=600,hard,intr,tcp,rsize=32768,wsize=32768
#
xmount 192.168.178.4:/Videosammlung2 .Videosammlung2 nfs vers=3,ro,timeo=600,hard,intr,tcp,rsize=32768,wsize=32768
#
xmount 192.168.178.4:/Heimvideosammlung .Heimvideosammlung nfs vers=3,ro,timeo=600,hard,intr,tcp,rsize=32768,wsize=32768
#
xmount ".Videosammlung:.Videosammlung2" "Videosammlung" unionfs
The cifs-interceptor file:
- Code: Select all
//192.168.178.4/NFSShares|192.168.178.4:/Videosammlung1 Videosammlung1-NFS|192.168.178.4/NFSShares|192.168.178.4:/Videosammlung2 Videosammlung2-NFS|192.168.178.4:/Heimvideosammlung Heimvideosammlung-NFS|
But now - what? Is the above somehow correct or a good idea - where will my "Combined Mount" "Videosammlung" show up - must I somehow add it in the Cifs-file also and how? it should be display under my server - perhaps even the seperate shares should be blanked out (only combined share displayed). I would be grateful for tips how to do this....
Heeeelp, please.....




