Re: [Samba] Samba + NFS + Solaris 9

2005-07-19 Thread Torey Alford
Jason, The "private" and samba configuration files are on the local disk on the Solaris machine. Particularly in /opt/csw/*. The only thing NFS mounted is /export from Machine A, which contains project folders and user directories. I am currently contemplating putting Samba on Machine A, seeing as

Re: [Samba] Samba + NFS + Solaris 9

2005-07-18 Thread Jason Signalness
Torey, We used a similar configuration for quite some time. Are your Samba binaries (in particular, the "private" directory) on a local disk, or an NFS mount? We were trying to run Samba from an NFS mount, to share out other NFS mounts. It would not work unless the Samba binaries were on a

[Samba] Samba + NFS + Solaris 9

2005-07-18 Thread Torey Alford
I was trolling around on the lists, and noticed that there were a few people who had issues with making Samba share directories which happend to be NFS mounts. That is, on Machine A, I am exporting (via NFS) /export, and on Machine B, I have mounted MachineA:/export to /export on this machine. Mach