Cripes! Two requests for help in a single day.. whadda loser!
Anyway: I have two machines. The details of them are not really important except that they are Linux boxes on a private network.
Box A is a graphics/WMV/Flash box that has a directory structure like this:
/graphics
/clientA
/clientB
/clientC
Box B is an HTML renderer where my clients "back office" applications reside. Part of the back office allows them to Add/Update/Delete graphics... but the graphics have always been on the same box. Now, I want to put graphics on a different box but have symbolic link directories pointing to persistent "network shares" on another box, so the directory structure looks like this:
/www
/clients
/A
/graphics
<<< This should be the /graphics/clientA dir on Box A /B
/graphics
<<< This should be the /graphics/clientB dir on Box A /C
/graphics
<<< This should be the /graphics/clientC dir on Box A... so that moving in and out of the directories on Box B feels just like it always did, except that as soon as you get into the graphics dir you're actually looking at Box A.
I don't care if it's SAMBA or whatever, but it's got to be stable and persistentable. And writeable as well: a client using my Image Uploader will be coming in on Box B, and the storage of the graphics will need to LOOK like it's on Box B, but it is REALLY at Box A. (This is less complicated than it sounds - so long as I can write to the /www/clients/A/graphics dir and it goes to Box A) I can figure it out if SAMBA is the only way, but I am hoping someone has a bit more experience with such a thing and can counsel me.
Hope this is clear enough... I tried to do a quick Visio of this and it just looked like hell

Any help appreciated,
/perk